search_stations

Find NVE hydrological stations and their available time series.

Signature: search_stations(municipality: string, optional, default None; county: string, optional, default None; station_name: string, optional, default None; active_only: yes/no, optional, default True; limit: integer, items, optional, default 25; offset: integer, items, optional, default 0)

Direct GET

For navigating agents: open the HTML page with parameters in the URL. The result is fetched and displayed without screenshots or form filling.

Open this validated HTML GET URL

https://allemannsdata.com/wiki/kilder/nve/search_stations/?municipality={municipality}&county={county}&station_name={station_name}&active_only=true&limit=25&offset=0

Replace {municipality}, {county}, {station_name}, {active_only}, {limit}, {offset} with values. Remove unused optional parameters from the URL.

For software and dashboards: Read the operation descriptor. The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/nve/search_stations?municipality={municipality}&county={county}&station_name={station_name}&active_only=true&limit=25&offset=0. Open this exact request as JSON.

ParameterRequirementJSON typeDescription
municipalityoptionalunionMunicipality name (HydAPI field CouncilName).
countyoptionalunionCounty name.
station_nameoptionalunionStation name filter.
active_onlyoptionalbooleanReturn only active stations by default.
limitoptionalintegerMaximum stations returned (default 25, maximum 100). Unit: items.
offsetoptionalintegerNumber of matching stations to skip (default 0). Unit: items.
Generated JavaScript, Python and response structure

Use JSON when the user requests code, machine-readable data, value extraction or further computation. Use the HTML GET page to identify the correct source and verify parameters.

Example for generated JavaScript and Python

https://allemannsdata.com/wiki/api/v1/kilder/nve/search_stations?municipality={municipality}&county={county}&station_name={station_name}&active_only=true&limit=25&offset=0

Replace URL placeholders and remove unused optional parameters.

JavaScript in a dashboard

const url = "https://allemannsdata.com/wiki/api/v1/kilder/nve/search_stations?municipality={municipality}&county={county}&station_name={station_name}&active_only=true&limit=25&offset=0";
const response = await fetch(url);
if (!response.ok) {
  const failure = await response.json();
  throw new Error(`${failure.error.code}: ${failure.error.message} ${failure.suggestion}`);
}
const result = await response.json();
const data = result.data;

Python without additional packages

import json
from urllib.request import urlopen

url = "https://allemannsdata.com/wiki/api/v1/kilder/nve/search_stations?municipality={municipality}&county={county}&station_name={station_name}&active_only=true&limit=25&offset=0"
with urlopen(url) as response:
    result = json.load(response)
data = result["data"]

Response structure

{
  "source": "nve",
  "operation": "search_stations",
  "parameters": {},
  "data": {},
  "entities": [],
  "_meta": {"retrieved_at": "...", "sources": [], "cache": {}},
  "_links": {"self": "...", "source": "...", "wiki": "...", "feedback": "..."}
}
Form for manual use

The form is a fallback for people and browser agents that cannot open the GET URL directly.

Type: string. Municipality name (HydAPI field CouncilName).
Type: string. County name.
Type: string. Station name filter.
Type: yes/no. Return only active stations by default.
Type: integer. Maximum stations returned (default 25, maximum 100). Unit: items.
Type: integer. Number of matching stations to skip (default 0). Unit: items.

Result

Source: NVE HydAPI. Retrieved 2026-09-21T15:10:36Z in 0.454 seconds.

Search scope: Municipality-filtered results cover all of ÅL municipality.

Showing 10 of 23 results in compact format.

  1. station_id:
    101.1.0
    latitude:
    62.53123
    longitude:
    6.61772
  2. station_id:
    12.126.0
    latitude:
    60.69811
    longitude:
    8.25673
  3. station_id:
    12.127.0
    latitude:
    60.70898
    longitude:
    8.2748
  4. station_id:
    12.129.0
    latitude:
    60.71735
    longitude:
    8.16831
  5. station_id:
    12.614.0
    latitude:
    60.63219
    longitude:
    8.4881
  6. station_id:
    12.9.0
    latitude:
    60.6372
    longitude:
    8.58829
  7. station_id:
    122.11.0
    latitude:
    62.89011
    longitude:
    11.18388
  8. station_id:
    15.49.0
    latitude:
    60.49297
    longitude:
    8.47906
  9. station_id:
    160.7.0
    latitude:
    66.98115
    longitude:
    14.08486
  10. station_id:
    161.15.0
    latitude:
    66.85516
    longitude:
    14.13435
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=%C3%85L&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T15:10:36.0920922Z
queryTime:
00:00:00.0009039
itemCount:
23
data:

23 results

  1. station_id:
    101.1.0
    stationName:
    Engsetvatn
    latitude:
    62.53123
    longitude:
    6.61772
    utmEast_Z33:
    69510
    utmNorth_Z33:
    6961373
    masl:
    52
    riverName:
    Tennfjordelva
    councilNumber:
    1508
    councilName:
    Ålesund
    countyName:
    Møre og Romsdal
    drainageBasinKey:
    1530
    hierarchy:
    Tennfjordelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    1983
    regineNo:
    101.6A
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    39.91
    drainageBasinAreaNorway:
    39.91
    gradient1085:
    10.61
    gradientBasin:
    24.75
    gradientRiver:
    12.78
    heightMinimum:
    43
    heightHypso10:
    43
    heightHypso20:
    99
    heightHypso30:
    127
    heightHypso40:
    154
    heightHypso50:
    218
    heightHypso60:
    314
    heightHypso70:
    345
    heightHypso80:
    394
    heightHypso90:
    478
    heightMaximum:
    742
    lengthKmBasin:
    10.59
    lengthKmRiver:
    11.82
    percentAgricul:
    6.12
    percentBog:
    1.58
    percentEffBog:
    not reported by source
    percentEffLake:
    11.04
    percentForest:
    61.54
    percentGlacier:
    0
    percentLake:
    11.25
    percentMountain:
    11.47
    percentUrban:
    0.04
    utmZoneGravi:
    33
    utmEastGravi:
    75281
    utmNorthGravi:
    6961051
    utmZoneInlet:
    33
    utmEastInlet:
    79930
    utmNorthInlet:
    6962429
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    69.17
    specificDischarge:
    54.92
    regulationArea:
    0
    areaReservoirs:
    0
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    0
    firstYearRegulation:
    0
    catchmentRegTypeName:
    Uregulert
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    102
    qStartYear:
    1924
    qEndYear:
    2025
    qm:
    10.6936
    q5:
    13.2364
    q10:
    15.7402
    q20:
    18.3391
    q50:
    22.0154
    hm:
    5.5377
    h5:
    5.6939
    h10:
    5.8327
    h20:
    5.9649
    h50:
    6.1359
    culQm:
    11.0894
    culQ5:
    13.7263
    culQ10:
    16.3228
    culQ20:
    19.0178
    culQ50:
    22.8302
    culHm:
    5.5632
    culH5:
    5.7221
    culH10:
    5.8633
    culH20:
    5.9978
    culH50:
    6.1717
    seriesList:

    4 results

    1. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      1
      unit:
      m
      serieFrom:
      1923-11-04T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1923-11-04T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1990-05-31T19:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1923-11-04T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1923-11-04T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1990-05-31T19:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1923-11-04T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      1
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1923-11-04T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1990-05-31T19:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1923-11-04T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2005-09-06T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2005-09-07T17:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-09-07T18:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-09-08T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  2. station_id:
    12.126.0
    stationName:
    Rødungen
    latitude:
    60.69811
    longitude:
    8.25673
    utmEast_Z33:
    132272
    utmNorth_Z33:
    6748065
    masl:
    1022
    riverName:
    Votna
    councilNumber:
    3328
    councilName:
    Ål
    countyName:
    Buskerud
    drainageBasinKey:
    466
    hierarchy:
    Votna/Hallingdalsvassdraget/Drammensvassdraget
    lakeArea:
    5.04
    lakeName:
    Rødungen
    lakeNo:
    592
    regineNo:
    012.CED1
    reservoirNo:
    100
    reservoirName:
    RØDUNGEN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    61.79
    drainageBasinAreaNorway:
    61.79
    gradient1085:
    6.39
    gradientBasin:
    14.53
    gradientRiver:
    24.73
    heightMinimum:
    1019
    heightHypso10:
    1043
    heightHypso20:
    1088
    heightHypso30:
    1100
    heightHypso40:
    1103
    heightHypso50:
    1136
    heightHypso60:
    1176
    heightHypso70:
    1213
    heightHypso80:
    1261
    heightHypso90:
    1375
    heightMaximum:
    1788
    lengthKmBasin:
    11.93
    lengthKmRiver:
    17.75
    percentAgricul:
    0.09
    percentBog:
    7.5
    percentEffBog:
    not reported by source
    percentEffLake:
    6.09
    percentForest:
    1.57
    percentGlacier:
    0
    percentLake:
    23.99
    percentMountain:
    65.55
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    127487
    utmNorthGravi:
    6753434
    utmZoneInlet:
    33
    utmEastInlet:
    127524
    utmNorthInlet:
    6759606
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    50.98
    specificDischarge:
    26.16
    regulationArea:
    61.74
    areaReservoirs:
    12.3
    volumeReservoirs:
    107.9
    regulationPartReservoirs:
    2.12
    transferAreaIn:
    300.42
    transferAreaOut:
    0
    reservoirAreaIn:
    1.68
    reservoirAreaOut:
    12.3
    reservoirVolumeIn:
    12.8
    reservoirVolumeOut:
    107.9
    remainingArea:
    0.01
    numberReservoirs:
    2
    firstYearRegulation:
    1949
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    E-CO Vannkraft AS, EKD
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

    1. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      0
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1947-01-31T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1947-01-31T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      0
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1947-01-31T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1947-01-31T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  3. station_id:
    12.127.0
    stationName:
    Bergsjø
    latitude:
    60.70898
    longitude:
    8.2748
    utmEast_Z33:
    133379
    utmNorth_Z33:
    6749171
    masl:
    1077
    riverName:
    Tverråni
    councilNumber:
    3328
    councilName:
    Ål
    countyName:
    Buskerud
    drainageBasinKey:
    467
    hierarchy:
    Tverråni/Votna/Hallingdalsvassdraget/Drammensvassdraget
    lakeArea:
    1.68
    lakeName:
    Bergsjøen
    lakeNo:
    627
    regineNo:
    012.CEC1A
    reservoirNo:
    170
    reservoirName:
    BERGSJØ
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    28.09
    drainageBasinAreaNorway:
    28.09
    gradient1085:
    34.13
    gradientBasin:
    18.48
    gradientRiver:
    45.26
    heightMinimum:
    1076
    heightHypso10:
    1106
    heightHypso20:
    1150
    heightHypso30:
    1182
    heightHypso40:
    1207
    heightHypso50:
    1247
    heightHypso60:
    1274
    heightHypso70:
    1353
    heightHypso80:
    1675
    heightHypso90:
    1735
    heightMaximum:
    1788
    lengthKmBasin:
    9.38
    lengthKmRiver:
    12.31
    percentAgricul:
    0
    percentBog:
    6.26
    percentEffBog:
    not reported by source
    percentEffLake:
    7.02
    percentForest:
    0
    percentGlacier:
    0
    percentLake:
    11.47
    percentMountain:
    82.22
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    132500
    utmNorthGravi:
    6752676
    utmZoneInlet:
    33
    utmEastInlet:
    130629
    utmNorthInlet:
    6756418
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    26.29
    specificDischarge:
    29.66
    regulationArea:
    28.08
    areaReservoirs:
    1.68
    volumeReservoirs:
    12.8
    regulationPartReservoirs:
    0.49
    transferAreaIn:
    0
    transferAreaOut:
    28.08
    reservoirAreaIn:
    0
    reservoirAreaOut:
    1.68
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    12.8
    remainingArea:
    0.01
    numberReservoirs:
    1
    firstYearRegulation:
    1949
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    E-CO Vannkraft AS, EKD
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

    1. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      0
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1947-01-31T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1947-01-31T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      0
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1947-01-31T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1947-01-31T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  4. station_id:
    12.129.0
    stationName:
    Mjåvatn
    latitude:
    60.71735
    longitude:
    8.16831
    utmEast_Z33:
    127685
    utmNorth_Z33:
    6750699
    masl:
    1093
    riverName:
    Votna
    councilNumber:
    3328
    councilName:
    Ål
    countyName:
    Buskerud
    drainageBasinKey:
    469
    hierarchy:
    Votna/Hallingdalsvassdraget/Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    593
    regineNo:
    012.CEE2
    reservoirNo:
    2941
    reservoirName:
    FROSEN, BUVATNET, MJÅVATNET (STOLSV
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    23.01
    drainageBasinAreaNorway:
    23.01
    gradient1085:
    15.09
    gradientBasin:
    12.5
    gradientRiver:
    33.25
    heightMinimum:
    1085
    heightHypso10:
    1089
    heightHypso20:
    1092
    heightHypso30:
    1110
    heightHypso40:
    1132
    heightHypso50:
    1145
    heightHypso60:
    1161
    heightHypso70:
    1182
    heightHypso80:
    1217
    heightHypso90:
    1257
    heightMaximum:
    1542
    lengthKmBasin:
    7.14
    lengthKmRiver:
    11.31
    percentAgricul:
    0.08
    percentBog:
    6.62
    percentEffBog:
    not reported by source
    percentEffLake:
    14.72
    percentForest:
    0.1
    percentGlacier:
    0
    percentLake:
    34.02
    percentMountain:
    59.21
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    125746
    utmNorthGravi:
    6754806
    utmZoneInlet:
    33
    utmEastInlet:
    127527
    utmNorthInlet:
    6759605
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    18.42
    specificDischarge:
    25.42
    regulationArea:
    22.95
    areaReservoirs:
    7.26
    volumeReservoirs:
    28.6
    regulationPartReservoirs:
    1.55
    transferAreaIn:
    272.34
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    7.26
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    28.6
    remainingArea:
    0.01
    numberReservoirs:
    1
    firstYearRegulation:
    1949
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    E-CO Vannkraft AS, EKD
    qNumberOfYears:
    73
    qStartYear:
    1949
    qEndYear:
    2022
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    1091.0069
    h5:
    1091.3629
    h10:
    1091.3921
    h20:
    1091.4026
    h50:
    1091.4072
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    1091.0069
    culH5:
    1091.3629
    culH10:
    1091.3921
    culH20:
    1091.4026
    culH50:
    1091.4072
    seriesList:

    1 results

    1. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      1
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1949-05-06T11:00:00Z
        dataToTime:
        2022-05-22T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-01-06T12:00:00Z
        dataToTime:
        2022-05-22T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1949-05-06T11:00:00Z
        dataToTime:
        2022-05-22T11:00:00Z
  5. station_id:
    12.614.0
    stationName:
    Kvinda
    latitude:
    60.63219
    longitude:
    8.4881
    utmEast_Z33:
    144132
    utmNorth_Z33:
    6739472
    masl:
    708
    riverName:
    Kvinda
    councilNumber:
    3328
    councilName:
    Ål
    countyName:
    Buskerud
    drainageBasinKey:
    2566
    hierarchy:
    Kvinda/Hallingdalsvassdraget/Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    012.CF3Z
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    49.292
    drainageBasinAreaNorway:
    49.292
    gradient1085:
    22.16
    gradientBasin:
    not reported by source
    gradientRiver:
    19.14
    heightMinimum:
    714
    heightHypso10:
    839
    heightHypso20:
    929
    heightHypso30:
    969
    heightHypso40:
    1000
    heightHypso50:
    1025
    heightHypso60:
    1045
    heightHypso70:
    1062
    heightHypso80:
    1081
    heightHypso90:
    1103
    heightMaximum:
    1210
    lengthKmBasin:
    14.04
    lengthKmRiver:
    18.65
    percentAgricul:
    2.87
    percentBog:
    11.18
    percentEffBog:
    not reported by source
    percentEffLake:
    0.55
    percentForest:
    54.57
    percentGlacier:
    0
    percentLake:
    3.15
    percentMountain:
    23.32
    percentUrban:
    0
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    30.34
    specificDischarge:
    19.51
    regulationArea:
    0
    areaReservoirs:
    0
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    0
    firstYearRegulation:
    0
    catchmentRegTypeName:
    Uregulert
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    6 results

    1. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      1
      unit:
      m
      serieFrom:
      2019-09-23T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2019-09-23T16:30:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2019-09-23T17:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2019-09-24T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2019-09-23T16:30:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2019-09-23T17:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2019-09-24T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2019-09-23T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2019-09-23T17:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2019-09-23T18:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2019-09-24T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2021-10-14T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2020-12-31T23:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-10-14T10:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-10-15T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    5. parameterName:
      Spenning, solstrømanlegg
      parameter:
      9100
      versionNo:
      1
      unit:
      Volt
      serieFrom:
      2021-10-14T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2021-10-14T09:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-10-14T10:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-10-15T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    6. parameterName:
      Sekundær vannstand
      parameter:
      9104
      versionNo:
      1
      unit:
      m
      serieFrom:
      2021-10-14T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2021-10-14T08:15:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-10-14T09:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-10-15T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  6. station_id:
    12.9.0
    stationName:
    Oppsjø bru
    latitude:
    60.6372
    longitude:
    8.58829
    utmEast_Z33:
    149650
    utmNorth_Z33:
    6739490
    masl:
    434
    riverName:
    Hallingdalsvassdrage
    councilNumber:
    3328
    councilName:
    Ål
    countyName:
    Buskerud
    drainageBasinKey:
    388
    hierarchy:
    Hallingdalsvassdraget/Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    012.CF2
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1716.24
    drainageBasinAreaNorway:
    1716.24
    gradient1085:
    16.42
    gradientBasin:
    21.04
    gradientRiver:
    15.5
    heightMinimum:
    421
    heightHypso10:
    950
    heightHypso20:
    1072
    heightHypso30:
    1129
    heightHypso40:
    1184
    heightHypso50:
    1300
    heightHypso60:
    1509
    heightHypso70:
    1558
    heightHypso80:
    1570
    heightHypso90:
    1673
    heightMaximum:
    1933
    lengthKmBasin:
    69.9
    lengthKmRiver:
    54.57
    percentAgricul:
    0.88
    percentBog:
    3.89
    percentEffBog:
    not reported by source
    percentEffLake:
    0.93
    percentForest:
    18.84
    percentGlacier:
    1.47
    percentLake:
    10.22
    percentMountain:
    62.45
    percentUrban:
    0.2
    utmZoneGravi:
    33
    utmEastGravi:
    115703
    utmNorthGravi:
    6742004
    utmZoneInlet:
    33
    utmEastInlet:
    83509
    utmNorthInlet:
    6746299
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    1626.31
    specificDischarge:
    30.03
    regulationArea:
    1719.2
    areaReservoirs:
    94.26
    volumeReservoirs:
    1059.33
    regulationPartReservoirs:
    0.65
    transferAreaIn:
    167.79
    transferAreaOut:
    1869.25
    reservoirAreaIn:
    21.03
    reservoirAreaOut:
    120.91
    reservoirVolumeIn:
    252.5
    reservoirVolumeOut:
    1340.43
    remainingArea:
    -2.96
    numberReservoirs:
    16
    firstYearRegulation:
    1914
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    E-CO Vannkraft AS, EKD
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

    1. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      1
      unit:
      m
      serieFrom:
      1967-07-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1967-07-01T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-01T00:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1967-07-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1967-07-01T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-01T00:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1967-07-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  7. station_id:
    122.11.0
    stationName:
    Eggafoss
    latitude:
    62.89011
    longitude:
    11.18388
    utmEast_Z33:
    306061
    utmNorth_Z33:
    6979097
    masl:
    295
    riverName:
    Gaula
    councilNumber:
    5026
    councilName:
    Holtålen
    countyName:
    Trøndelag
    drainageBasinKey:
    1661
    hierarchy:
    Gaula
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    122.F0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    655.18
    drainageBasinAreaNorway:
    655.18
    gradient1085:
    15.12
    gradientBasin:
    28.58
    gradientRiver:
    14.59
    heightMinimum:
    278
    heightHypso10:
    648
    heightHypso20:
    742
    heightHypso30:
    796
    heightHypso40:
    832
    heightHypso50:
    869
    heightHypso60:
    905
    heightHypso70:
    946
    heightHypso80:
    999
    heightHypso90:
    1046
    heightMaximum:
    1287
    lengthKmBasin:
    32.97
    lengthKmRiver:
    45.16
    percentAgricul:
    1.88
    percentBog:
    14.35
    percentEffBog:
    not reported by source
    percentEffLake:
    0.15
    percentForest:
    27.16
    percentGlacier:
    0
    percentLake:
    3.22
    percentMountain:
    41.78
    percentUrban:
    0.03
    utmZoneGravi:
    33
    utmEastGravi:
    312226
    utmNorthGravi:
    6967914
    utmZoneInlet:
    33
    utmEastInlet:
    335605
    utmNorthInlet:
    6964587
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    529.91
    specificDischarge:
    25.63
    regulationArea:
    199.11
    areaReservoirs:
    2.92
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    456.07
    numberReservoirs:
    5
    firstYearRegulation:
    2009
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    192.07
    q5:
    236.24
    q10:
    266.84
    q20:
    300.32
    q50:
    344.27
    hm:
    3.36
    h5:
    3.51
    h10:
    3.6
    h20:
    3.7
    h50:
    3.81
    culQm:
    220.82
    culQ5:
    272.69
    culQ10:
    307.27
    culQ20:
    346.73
    culQ50:
    397.47
    culHm:
    3.46
    culH5:
    3.62
    culH10:
    3.71
    culH20:
    3.82
    culH50:
    3.94
    seriesList:

    4 results

    1. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      1
      unit:
      m
      serieFrom:
      1941-04-05T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1941-04-01T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1965-04-26T19:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1941-04-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1941-04-05T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1965-04-26T19:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1941-04-05T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2011-09-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-05-09T23:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-05-10T00:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-05-10T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2007-08-27T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2007-08-27T16:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-08-27T17:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-08-28T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  8. station_id:
    15.49.0
    stationName:
    Halledalsvatn
    latitude:
    60.49297
    longitude:
    8.47906
    utmEast_Z33:
    142101
    utmNorth_Z33:
    6724067
    masl:
    848
    riverName:
    Halldalsåi
    councilNumber:
    3328
    councilName:
    Ål
    countyName:
    Buskerud
    drainageBasinKey:
    586
    hierarchy:
    Halldalsåi/Rambergåi/Numedalslågen
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    015.MAA
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    59.19
    drainageBasinAreaNorway:
    59.19
    gradient1085:
    24.97
    gradientBasin:
    12.55
    gradientRiver:
    21.6
    heightMinimum:
    844
    heightHypso10:
    892
    heightHypso20:
    947
    heightHypso30:
    978
    heightHypso40:
    1015
    heightHypso50:
    1043
    heightHypso60:
    1061
    heightHypso70:
    1079
    heightHypso80:
    1093
    heightHypso90:
    1113
    heightMaximum:
    1190
    lengthKmBasin:
    11.05
    lengthKmRiver:
    11.16
    percentAgricul:
    0.02
    percentBog:
    5.62
    percentEffBog:
    not reported by source
    percentEffLake:
    3.84
    percentForest:
    60.58
    percentGlacier:
    0
    percentLake:
    6.25
    percentMountain:
    19.32
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    137885
    utmNorthGravi:
    6726629
    utmZoneInlet:
    33
    utmEastInlet:
    133496
    utmNorthInlet:
    6728682
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    27.21
    specificDischarge:
    14.52
    regulationArea:
    0
    areaReservoirs:
    0
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    0
    firstYearRegulation:
    0
    catchmentRegTypeName:
    Uregulert
    owner:
    E-CO Vannkraft AS, EKD
    qNumberOfYears:
    60
    qStartYear:
    1964
    qEndYear:
    2025
    qm:
    10.8909
    q5:
    14.6579
    q10:
    16.8452
    q20:
    18.6541
    q50:
    20.6376
    hm:
    0.8902
    h5:
    0.9732
    h10:
    1.0156
    h20:
    1.0484
    h50:
    1.0822
    culQm:
    11.33
    culQ5:
    15.2489
    culQ10:
    17.5244
    culQ20:
    19.4062
    culQ50:
    21.4697
    culHm:
    0.9007
    culH5:
    0.985
    culH10:
    1.0282
    culH20:
    1.0615
    culH50:
    1.0959
    seriesList:

    3 results

    1. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      1
      unit:
      m
      serieFrom:
      1962-02-15T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1962-02-15T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1962-08-08T14:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1962-02-15T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1962-02-15T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1962-08-08T14:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1962-02-15T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2009-10-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2009-10-05T06:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-10-05T07:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-10-06T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  9. station_id:
    160.7.0
    stationName:
    Skauvoll
    latitude:
    66.98115
    longitude:
    14.08486
    utmEast_Z33:
    460068
    utmNorth_Z33:
    7429572
    masl:
    229
    riverName:
    Skauvollelva
    councilNumber:
    1838
    councilName:
    Gildeskål
    countyName:
    Nordland
    drainageBasinKey:
    1907
    hierarchy:
    Skauvollelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    160.72Z
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    19.66
    drainageBasinAreaNorway:
    19.66
    gradient1085:
    22.61
    gradientBasin:
    36.6
    gradientRiver:
    47.42
    heightMinimum:
    229
    heightHypso10:
    397
    heightHypso20:
    412
    heightHypso30:
    428
    heightHypso40:
    461
    heightHypso50:
    483
    heightHypso60:
    503
    heightHypso70:
    553
    heightHypso80:
    646
    heightHypso90:
    767
    heightMaximum:
    1063
    lengthKmBasin:
    11.03
    lengthKmRiver:
    11.32
    percentAgricul:
    0
    percentBog:
    0.06
    percentEffBog:
    not reported by source
    percentEffLake:
    1.49
    percentForest:
    27.1
    percentGlacier:
    0
    percentLake:
    7.74
    percentMountain:
    54.19
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    457504
    utmNorthGravi:
    7423820
    utmZoneInlet:
    33
    utmEastInlet:
    454977
    utmNorthInlet:
    7420678
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    51.19
    specificDischarge:
    83.14
    regulationArea:
    0
    areaReservoirs:
    0
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    0
    firstYearRegulation:
    0
    catchmentRegTypeName:
    Uregulert
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    33
    qStartYear:
    1987
    qEndYear:
    2025
    qm:
    14.0504
    q5:
    16.4867
    q10:
    18.1853
    q20:
    19.7096
    q50:
    21.5404
    hm:
    1.6396
    h5:
    1.6876
    h10:
    1.7183
    h20:
    1.7441
    h50:
    1.7733
    culQm:
    17.0343
    culQ5:
    19.9879
    culQ10:
    22.0473
    culQ20:
    23.8953
    culQ50:
    26.1148
    culHm:
    1.6977
    culH5:
    1.7486
    culH10:
    1.7811
    culH20:
    1.8085
    culH50:
    1.8395
    seriesList:

    4 results

    1. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      1
      unit:
      m
      serieFrom:
      1986-11-08T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1986-11-07T23:01:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-11-08T00:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-11-08T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1986-11-07T23:01:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-11-08T00:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-11-08T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1999-08-15T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1999-08-15T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1999-08-15T12:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1999-08-16T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2006-09-14T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-09-14T15:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-09-14T16:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-09-15T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  10. station_id:
    161.15.0
    stationName:
    Feldtvatn
    latitude:
    66.85516
    longitude:
    14.13435
    utmEast_Z33:
    462032
    utmNorth_Z33:
    7415497
    masl:
    393
    riverName:
    Sundfjordelva
    councilNumber:
    1838
    councilName:
    Gildeskål
    countyName:
    Nordland
    drainageBasinKey:
    1926
    hierarchy:
    Sundfjordelva
    lakeArea:
    2.69
    lakeName:
    Fellvatnet
    lakeNo:
    794
    regineNo:
    161.1C
    reservoirNo:
    212
    reservoirName:
    FELDVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    94.231
    drainageBasinAreaNorway:
    94.231
    gradient1085:
    14.65
    gradientBasin:
    19.94
    gradientRiver:
    17.11
    heightMinimum:
    393
    heightHypso10:
    483
    heightHypso20:
    534
    heightHypso30:
    560
    heightHypso40:
    601
    heightHypso50:
    629
    heightHypso60:
    663
    heightHypso70:
    693
    heightHypso80:
    745
    heightHypso90:
    832
    heightMaximum:
    1187
    lengthKmBasin:
    13.26
    lengthKmRiver:
    17.47
    percentAgricul:
    0
    percentBog:
    0.38
    percentEffBog:
    not reported by source
    percentEffLake:
    4.58
    percentForest:
    7.32
    percentGlacier:
    0.9
    percentLake:
    12.36
    percentMountain:
    77.27
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    466810
    utmNorthGravi:
    7412646
    utmZoneInlet:
    33
    utmEastInlet:
    473774
    utmNorthInlet:
    7412221
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    279.94
    specificDischarge:
    94.16
    regulationArea:
    94.21
    areaReservoirs:
    3.28
    volumeReservoirs:
    55.2
    regulationPartReservoirs:
    0.2
    transferAreaIn:
    0
    transferAreaOut:
    94.21
    reservoirAreaIn:
    0
    reservoirAreaOut:
    2.69
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    55.2
    remainingArea:
    0
    numberReservoirs:
    2
    firstYearRegulation:
    1920
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    SKS PRODUKSJON AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

    1. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      50
      unit:
      m
      serieFrom:
      1985-12-30T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1985-12-30T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-12-30T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      50
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1992-01-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-01-01T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  11. station_id:
    161.16.0
    stationName:
    Sokumvatnet-Langevatn
    latitude:
    66.95655
    longitude:
    14.22045
    utmEast_Z33:
    465950
    utmNorth_Z33:
    7426750
    masl:
    345
    riverName:
    Forsåga
    councilNumber:
    1838
    councilName:
    Gildeskål
    countyName:
    Nordland
    drainageBasinKey:
    1927
    hierarchy:
    Forsåga
    lakeArea:
    6.25
    lakeName:
    Sokumvatnet
    lakeNo:
    795
    regineNo:
    161.2B2
    reservoirNo:
    213
    reservoirName:
    SOKUMVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    42.752
    drainageBasinAreaNorway:
    42.752
    gradient1085:
    1.72
    gradientBasin:
    28.82
    gradientRiver:
    19.02
    heightMinimum:
    330
    heightHypso10:
    331
    heightHypso20:
    414
    heightHypso30:
    471
    heightHypso40:
    559
    heightHypso50:
    643
    heightHypso60:
    677
    heightHypso70:
    731
    heightHypso80:
    808
    heightHypso90:
    908
    heightMaximum:
    1186
    lengthKmBasin:
    10.04
    lengthKmRiver:
    10.09
    percentAgricul:
    0
    percentBog:
    0.25
    percentEffBog:
    not reported by source
    percentEffLake:
    13.58
    percentForest:
    11.97
    percentGlacier:
    1.21
    percentLake:
    18.15
    percentMountain:
    53.75
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    467525
    utmNorthGravi:
    7422745
    utmZoneInlet:
    33
    utmEastInlet:
    469942
    utmNorthInlet:
    7420174
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    121.55
    specificDischarge:
    90.1
    regulationArea:
    42.75
    areaReservoirs:
    6.25
    volumeReservoirs:
    155
    regulationPartReservoirs:
    1.28
    transferAreaIn:
    135.6
    transferAreaOut:
    0
    reservoirAreaIn:
    10.27
    reservoirAreaOut:
    6.25
    reservoirVolumeIn:
    128.14
    reservoirVolumeOut:
    155
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1961
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    SKS PRODUKSJON AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

    1. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      50
      unit:
      m
      serieFrom:
      1985-12-30T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1985-12-30T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-12-30T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      50
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1992-01-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-01-01T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  12. station_id:
    161.47.0
    stationName:
    Sundsfjorddalselva v/Sjøfossen kr.st.
    latitude:
    66.97118
    longitude:
    14.14638
    utmEast_Z33:
    462737
    utmNorth_Z33:
    7428422
    masl:
    3
    riverName:
    Sundfjordelva
    councilNumber:
    1838
    councilName:
    Gildeskål
    countyName:
    Nordland
    drainageBasinKey:
    0
    hierarchy:
    Sundfjordelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    161.1A1
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    not reported by source
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    HB. Hydrologisk avd./seksjon bre, snø og is
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    1 results

    1. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2002-03-21T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2002-03-21T18:00:00Z
        dataToTime:
        2026-06-10T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-03-28T12:00:00Z
        dataToTime:
        2026-06-10T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2002-03-22T11:00:00Z
        dataToTime:
        2026-06-09T11:00:00Z
  13. station_id:
    196.11.0
    stationName:
    Lille Rostavatn
    latitude:
    69.02298
    longitude:
    19.58108
    utmEast_Z33:
    682880
    utmNorth_Z33:
    7663756
    masl:
    103
    riverName:
    Målselvvassdraget
    councilNumber:
    5524
    councilName:
    Målselv
    countyName:
    Troms
    drainageBasinKey:
    2081
    hierarchy:
    Målselvvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    2399
    regineNo:
    196.F4
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    638.38
    drainageBasinAreaNorway:
    538.51
    gradient1085:
    15
    gradientBasin:
    not reported by source
    gradientRiver:
    11.51
    heightMinimum:
    101
    heightHypso10:
    376
    heightHypso20:
    598
    heightHypso30:
    664
    heightHypso40:
    714
    heightHypso50:
    829
    heightHypso60:
    887
    heightHypso70:
    929
    heightHypso80:
    1013
    heightHypso90:
    1141
    heightMaximum:
    1586
    lengthKmBasin:
    48.38
    lengthKmRiver:
    50.13
    percentAgricul:
    0.23
    percentBog:
    5.2
    percentEffBog:
    not reported by source
    percentEffLake:
    3.71
    percentForest:
    13.42
    percentGlacier:
    0.29
    percentLake:
    7.8
    percentMountain:
    67.52
    percentUrban:
    0
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    459.25
    specificDischarge:
    22.83
    regulationArea:
    0
    areaReservoirs:
    0
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    0
    firstYearRegulation:
    0
    catchmentRegTypeName:
    Uregulert
    owner:
    TROMS KRAFT PRODUKSJON AS
    qNumberOfYears:
    67
    qStartYear:
    1959
    qEndYear:
    2025
    qm:
    141.7748
    q5:
    170.9285
    q10:
    188.1627
    q20:
    202.5311
    q50:
    218.4286
    hm:
    3.1538
    h5:
    3.3679
    h10:
    3.4872
    h20:
    3.5833
    h50:
    3.6863
    culQm:
    145.0067
    culQ5:
    174.825
    culQ10:
    192.452
    culQ20:
    207.148
    culQ50:
    223.4079
    culHm:
    3.1784
    culH5:
    3.3953
    culH10:
    3.5162
    culH20:
    3.6135
    culH50:
    3.7179
    seriesList:

    4 results

    1. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      1
      unit:
      m
      serieFrom:
      1959-02-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1959-02-01T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-09-23T10:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1959-02-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1959-02-01T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-09-23T10:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1959-02-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2009-06-21T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2026-07-01T12:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2026-07-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2009-06-21T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2009-09-22T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-09-22T12:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-09-23T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  14. station_id:
    196.21.0
    stationName:
    Skogly
    latitude:
    68.88949
    longitude:
    19.54104
    utmEast_Z33:
    682385
    utmNorth_Z33:
    7648786
    masl:
    120
    riverName:
    Divielva
    councilNumber:
    5524
    councilName:
    Målselv
    countyName:
    Troms
    drainageBasinKey:
    2090
    hierarchy:
    Divielva/Målselvvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    196.DA1
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1186.58
    drainageBasinAreaNorway:
    1181.43
    gradient1085:
    11.11
    gradientBasin:
    not reported by source
    gradientRiver:
    15.91
    heightMinimum:
    119
    heightHypso10:
    513
    heightHypso20:
    651
    heightHypso30:
    723
    heightHypso40:
    776
    heightHypso50:
    855
    heightHypso60:
    898
    heightHypso70:
    951
    heightHypso80:
    1031
    heightHypso90:
    1157
    heightMaximum:
    1710
    lengthKmBasin:
    41.01
    lengthKmRiver:
    50.53
    percentAgricul:
    0.04
    percentBog:
    5.54
    percentEffBog:
    not reported by source
    percentEffLake:
    0.15
    percentForest:
    16.58
    percentGlacier:
    0.3
    percentLake:
    3.49
    percentMountain:
    71.17
    percentUrban:
    0
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    842.37
    specificDischarge:
    22.48
    regulationArea:
    300.63
    areaReservoirs:
    6.87
    volumeReservoirs:
    135.7
    regulationPartReservoirs:
    0.16
    transferAreaIn:
    0
    transferAreaOut:
    47.85
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    886.67
    numberReservoirs:
    1
    firstYearRegulation:
    1960
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    TROMS KRAFT PRODUKSJON AS
    qNumberOfYears:
    51
    qStartYear:
    1975
    qEndYear:
    2025
    qm:
    202.8191
    q5:
    247.4947
    q10:
    276.7452
    q20:
    302.2719
    q50:
    331.9924
    hm:
    1.6607
    h5:
    1.825
    h10:
    1.9243
    h20:
    2.0067
    h50:
    2.0982
    culQm:
    236.1792
    culQ5:
    288.2031
    culQ10:
    322.2648
    culQ20:
    351.9901
    culQ50:
    386.5992
    culHm:
    1.7849
    culH5:
    1.9618
    culH10:
    2.0688
    culH20:
    2.1574
    culH50:
    2.256
    seriesList:

    4 results

    1. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      1
      unit:
      m
      serieFrom:
      1974-09-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1974-09-01T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1989-01-01T00:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1974-09-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1974-09-01T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1989-01-01T00:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1989-01-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2009-09-28T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2009-09-28T10:30:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-09-28T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-10-27T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2009-09-28T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2009-09-28T10:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-09-28T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-09-29T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  15. station_id:
    196.22.0
    stationName:
    Dødesvatn
    latitude:
    68.87764
    longitude:
    19.66464
    utmEast_Z33:
    687442
    utmNorth_Z33:
    7647841
    masl:
    414
    riverName:
    Devdiselva
    councilNumber:
    5524
    councilName:
    Målselv
    countyName:
    Troms
    drainageBasinKey:
    2091
    hierarchy:
    Devdiselva/Divielva/Målselvvassdraget
    lakeArea:
    6.87
    lakeName:
    Dødesvatnet
    lakeNo:
    2406
    regineNo:
    196.DAB2
    reservoirNo:
    751
    reservoirName:
    DEVDISVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    252.64
    drainageBasinAreaNorway:
    252.64
    gradient1085:
    12.64
    gradientBasin:
    not reported by source
    gradientRiver:
    20.08
    heightMinimum:
    412
    heightHypso10:
    520
    heightHypso20:
    664
    heightHypso30:
    688
    heightHypso40:
    723
    heightHypso50:
    765
    heightHypso60:
    828
    heightHypso70:
    898
    heightHypso80:
    978
    heightHypso90:
    1124
    heightMaximum:
    1505
    lengthKmBasin:
    24.05
    lengthKmRiver:
    32.08
    percentAgricul:
    0
    percentBog:
    9.46
    percentEffBog:
    not reported by source
    percentEffLake:
    2.85
    percentForest:
    7.2
    percentGlacier:
    0.05
    percentLake:
    5.84
    percentMountain:
    75
    percentUrban:
    0
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    160.38
    specificDischarge:
    20.11
    regulationArea:
    252.78
    areaReservoirs:
    6.87
    volumeReservoirs:
    135.7
    regulationPartReservoirs:
    0.85
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    6.87
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    135.7
    remainingArea:
    -0.01
    numberReservoirs:
    1
    firstYearRegulation:
    1972
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    TROMS KRAFT PRODUKSJON AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

    1. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      50
      unit:
      m
      serieFrom:
      1993-01-04T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1993-01-04T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1993-01-04T11:00:00Z
        dataToTime:
        2026-06-19T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      50
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-06-01T11:00:00Z
        dataToTime:
        2026-06-19T11:00:00Z
  16. station_id:
    196.26.0
    stationName:
    Høgskarhus
    latitude:
    68.84438
    longitude:
    19.57821
    utmEast_Z33:
    684250
    utmNorth_Z33:
    7643879
    masl:
    151
    riverName:
    Divielva
    councilNumber:
    5524
    councilName:
    Målselv
    countyName:
    Troms
    drainageBasinKey:
    2093
    hierarchy:
    Divielva/Målselvvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    196.DB0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    862.74
    drainageBasinAreaNorway:
    857.59
    gradient1085:
    11.28
    gradientBasin:
    not reported by source
    gradientRiver:
    17.38
    heightMinimum:
    137
    heightHypso10:
    561
    heightHypso20:
    650
    heightHypso30:
    724
    heightHypso40:
    776
    heightHypso50:
    837
    heightHypso60:
    913
    heightHypso70:
    964
    heightHypso80:
    1045
    heightHypso90:
    1224
    heightMaximum:
    1710
    lengthKmBasin:
    35.89
    lengthKmRiver:
    44.93
    percentAgricul:
    0.03
    percentBog:
    4.72
    percentEffBog:
    not reported by source
    percentEffLake:
    0.04
    percentForest:
    17.04
    percentGlacier:
    0.39
    percentLake:
    3
    percentMountain:
    71.6
    percentUrban:
    0
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    641.42
    specificDischarge:
    23.54
    regulationArea:
    47.85
    areaReservoirs:
    0
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    47.85
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    815.48
    numberReservoirs:
    0
    firstYearRegulation:
    1960
    catchmentRegTypeName:
    Uregulert
    owner:
    TROMS KRAFT PRODUKSJON AS
    qNumberOfYears:
    41
    qStartYear:
    1984
    qEndYear:
    2025
    qm:
    200.8928
    q5:
    247.7348
    q10:
    272.4089
    q20:
    291.9368
    q50:
    312.3269
    hm:
    2.733
    h5:
    3.0007
    h10:
    3.1391
    h20:
    3.244
    h50:
    3.3494
    culQm:
    227.0319
    culQ5:
    279.9688
    culQ10:
    307.8534
    culQ20:
    329.9222
    culQ50:
    352.9653
    culHm:
    2.8787
    culH5:
    3.1802
    culH10:
    3.3266
    culH20:
    3.4375
    culH50:
    3.5491
    seriesList:

    4 results

    1. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      1
      unit:
      m
      serieFrom:
      1983-05-20T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1983-05-20T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1989-01-01T00:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1983-05-20T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1983-05-20T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1989-01-01T00:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1983-05-20T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2009-09-30T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2009-09-30T08:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-09-30T09:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-10-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2009-10-23T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2009-10-22T23:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-10-23T00:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-10-23T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  17. station_id:
    196.30.0
    stationName:
    Mårelva
    latitude:
    69.1946
    longitude:
    18.68539
    utmEast_Z33:
    646015
    utmNorth_Z33:
    7680453
    masl:
    122
    riverName:
    Mårelva
    councilNumber:
    5524
    councilName:
    Målselv
    countyName:
    Troms
    drainageBasinKey:
    0
    hierarchy:
    Mårelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    196.4Z
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, ikke pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    not reported by source
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    7 results

    1. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2026-05-11T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2026-05-11T15:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2026-05-11T16:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
    2. parameterName:
      Turbiditet (Nepheometrisk)
      parameter:
      1215
      versionNo:
      1
      unit:
      NTU
      serieFrom:
      2026-05-11T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2026-05-11T15:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2026-05-11T16:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
    3. parameterName:
      Turbiditet (Formazin)
      parameter:
      1216
      versionNo:
      1
      unit:
      FTU
      serieFrom:
      2026-05-11T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2026-05-11T15:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2026-05-11T16:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2026-05-11T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2026-05-11T15:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2026-05-11T16:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
    5. parameterName:
      Relativ luftfuktighet
      parameter:
      2
      versionNo:
      1
      unit:
      %
      serieFrom:
      2026-05-11T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2026-05-11T15:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2026-05-11T16:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
    6. parameterName:
      Lufttrykk ved målestedet
      parameter:
      4
      versionNo:
      1
      unit:
      hPa
      serieFrom:
      2026-05-11T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2026-05-11T15:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2026-05-11T16:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
    7. parameterName:
      Spenning, solstrømanlegg
      parameter:
      9100
      versionNo:
      1
      unit:
      Volt
      serieFrom:
      2026-05-11T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2026-05-11T15:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2026-05-11T16:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
  18. station_id:
    196.35.0
    stationName:
    Målselvfossen
    latitude:
    69.03504
    longitude:
    18.6585
    utmEast_Z33:
    646012
    utmNorth_Z33:
    7662624
    masl:
    31
    riverName:
    Målselvvassdraget
    councilNumber:
    5524
    councilName:
    Målselv
    countyName:
    Troms
    drainageBasinKey:
    2094
    hierarchy:
    Målselvvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    196.B11
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    3110.65
    drainageBasinAreaNorway:
    3005.63
    gradient1085:
    7.29
    gradientBasin:
    not reported by source
    gradientRiver:
    6.23
    heightMinimum:
    22
    heightHypso10:
    247
    heightHypso20:
    453
    heightHypso30:
    591
    heightHypso40:
    713
    heightHypso50:
    799
    heightHypso60:
    877
    heightHypso70:
    942
    heightHypso80:
    1037
    heightHypso90:
    1224
    heightMaximum:
    1710
    lengthKmBasin:
    79.84
    lengthKmRiver:
    104.27
    percentAgricul:
    0.66
    percentBog:
    4.55
    percentEffBog:
    not reported by source
    percentEffLake:
    0.2
    percentForest:
    25.27
    percentGlacier:
    0.49
    percentLake:
    4.56
    percentMountain:
    60.93
    percentUrban:
    0.01
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    2464.66
    specificDischarge:
    25.11
    regulationArea:
    300.63
    areaReservoirs:
    6.87
    volumeReservoirs:
    135.7
    regulationPartReservoirs:
    0.06
    transferAreaIn:
    0
    transferAreaOut:
    47.85
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    2809.34
    numberReservoirs:
    1
    firstYearRegulation:
    1960
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    TROMS KRAFT PRODUKSJON AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    528.88
    q5:
    635.9
    q10:
    708.37
    q20:
    779.05
    q50:
    880.58
    hm:
    3.6
    h5:
    3.84
    h10:
    3.99
    h20:
    4.12
    h50:
    4.3
    culQm:
    562
    culQ5:
    673.6
    culQ10:
    748
    culQ20:
    821
    culQ50:
    928
    culHm:
    3.68
    culH5:
    3.92
    culH10:
    4.06
    culH20:
    4.2
    culH50:
    4.38
    seriesList:

    3 results

    1. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      1
      unit:
      m
      serieFrom:
      1965-03-23T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1965-03-23T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1965-04-23T20:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1965-03-23T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1965-03-23T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1965-04-23T20:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1965-03-23T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1996-10-22T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1996-10-22T13:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-10-22T14:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-10-23T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  19. station_id:
    196.39.0
    stationName:
    Dividalen kraftstasjon
    latitude:
    68.87495
    longitude:
    19.55526
    utmEast_Z33:
    683075
    utmNorth_Z33:
    7647212
    masl:
    138
    riverName:
    Divielva
    councilNumber:
    5524
    councilName:
    Målselv
    countyName:
    Troms
    drainageBasinKey:
    0
    hierarchy:
    Divielva/Målselvvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    196.DA1
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    Troms Kraft Produksjon AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

    1. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      4
      unit:
      °C
      serieFrom:
      1990-03-12T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1990-03-12T18:00:00Z
        dataToTime:
        2025-12-16T12:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-12-05T13:00:00Z
        dataToTime:
        2025-12-16T12:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1990-03-13T11:00:00Z
        dataToTime:
        2025-12-15T11:00:00Z
    2. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1973-01-09T00:00:00
      serieTo:
      1974-12-30T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1973-01-09T11:00:00Z
        dataToTime:
        1974-12-30T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1973-01-09T11:00:00Z
        dataToTime:
        1974-12-30T11:00:00Z
  20. station_id:
    196.43.0
    stationName:
    Målselva ovf. Barduelva
    latitude:
    69.03526
    longitude:
    18.65517
    utmEast_Z33:
    645878
    utmNorth_Z33:
    7662641
    masl:
    22
    riverName:
    Målselvvassdraget
    councilNumber:
    5524
    councilName:
    Målselv
    countyName:
    Troms
    drainageBasinKey:
    0
    hierarchy:
    Målselvvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    196.B11
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    not reported by source
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    HB. Hydrologisk avd./seksjon bre, snø og is
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    1 results

    1. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      4
      unit:
      °C
      serieFrom:
      1989-05-24T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1989-05-24T12:00:00Z
        dataToTime:
        2025-08-18T11:18:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-09-25T15:00:00Z
        dataToTime:
        2025-08-18T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1989-05-25T11:00:00Z
        dataToTime:
        2025-08-17T11:00:00Z
  21. station_id:
    196.47.2
    stationName:
    Øverbygd rør 2
    latitude:
    69.02219
    longitude:
    19.35364
    utmEast_Z33:
    673820
    utmNorth_Z33:
    7663006
    masl:
    86
    riverName:
    Fjellfrøselva
    councilNumber:
    5524
    councilName:
    Målselv
    countyName:
    Troms
    drainageBasinKey:
    0
    hierarchy:
    Fjellfrøselva/Målselvvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    196.CA0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    Norges geologiske undersøkelser
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    7 results

    1. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2004-08-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2004-07-08T14:30:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-07-08T15:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-07-09T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Snødybde
      parameter:
      2002
      versionNo:
      1
      unit:
      cm
      serieFrom:
      1979-11-03T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1979-11-10T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-10-07T13:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1979-11-03T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Snøens vannekvivalent
      parameter:
      2003
      versionNo:
      1
      unit:
      m
      serieFrom:
      2006-08-22T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-08-22T08:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-08-22T09:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-08-23T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    4. parameterName:
      Grunnvannstemperatur
      parameter:
      2015
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2004-08-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2004-07-08T14:30:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-07-08T15:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-07-09T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    5. parameterName:
      Overflatetemperatur
      parameter:
      2040
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2019-11-20T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2019-11-20T14:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2019-11-20T15:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2019-11-21T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    6. parameterName:
      Grunnvannsnivå - Dyp under bakken
      parameter:
      5130
      versionNo:
      1
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1979-11-03T11:00:00Z
        dataToTime:
        2008-09-30T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1979-11-03T11:00:00Z
        dataToTime:
        2008-09-30T11:00:00Z
    7. parameterName:
      Grunnvannsnivå - Dyp under bakken
      parameter:
      5130
      versionNo:
      2
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2004-07-08T14:30:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-07-08T15:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-07-09T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  22. station_id:
    2.443.0
    stationName:
    Braskereidfoss kraftstasjon
    latitude:
    60.70937
    longitude:
    11.78584
    utmEast_Z33:
    324622
    utmNorth_Z33:
    6734709
    masl:
    171
    riverName:
    Glommavassdraget
    councilNumber:
    3419
    councilName:
    Våler
    countyName:
    Innlandet
    drainageBasinKey:
    259
    hierarchy:
    Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    002.H31
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    15976.93
    drainageBasinAreaNorway:
    15913.685
    gradient1085:
    1.84
    gradientBasin:
    13.2
    gradientRiver:
    1.95
    heightMinimum:
    159
    heightHypso10:
    524
    heightHypso20:
    638
    heightHypso30:
    758
    heightHypso40:
    841
    heightHypso50:
    876
    heightHypso60:
    948
    heightHypso70:
    992
    heightHypso80:
    1072
    heightHypso90:
    1205
    heightMaximum:
    2173
    lengthKmBasin:
    244.25
    lengthKmRiver:
    361.34
    percentAgricul:
    2.04
    percentBog:
    9.94
    percentEffBog:
    not reported by source
    percentEffLake:
    0.09
    percentForest:
    52.95
    percentGlacier:
    0
    percentLake:
    3.24
    percentMountain:
    25.81
    percentUrban:
    0.12
    utmZoneGravi:
    33
    utmEastGravi:
    287992
    utmNorthGravi:
    6867309
    utmZoneInlet:
    33
    utmEastInlet:
    350260
    utmNorthInlet:
    6970925
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    7996.98
    specificDischarge:
    15.86
    regulationArea:
    15991.48
    areaReservoirs:
    184.24
    volumeReservoirs:
    807.6
    regulationPartReservoirs:
    0.1
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    -12.54
    numberReservoirs:
    19
    firstYearRegulation:
    1913
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    HAFSLUND KRAFT INNLANDET AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    1438
    culQ5:
    1766.2
    culQ10:
    1985
    culQ20:
    2243
    culQ50:
    2574
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    1 results

    1. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      0
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1981-01-01T11:00:00Z
        dataToTime:
        2010-12-31T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-01-01T12:00:00Z
        dataToTime:
        2005-10-27T04:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1981-01-01T11:00:00Z
        dataToTime:
        2019-06-04T11:00:00Z
  23. station_id:
    2.724.9
    stationName:
    Haslemoen rør 9
    latitude:
    60.64668
    longitude:
    11.87382
    utmEast_Z33:
    329087
    utmNorth_Z33:
    6727499
    masl:
    174
    riverName:
    Glommavassdraget
    councilNumber:
    3419
    councilName:
    Våler
    countyName:
    Innlandet
    drainageBasinKey:
    0
    hierarchy:
    Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    002.H12
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    Norges geologiske undersøkelser
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    3 results

    1. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2005-06-28T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2005-06-29T09:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-06-29T10:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-06-30T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Grunnvannstemperatur
      parameter:
      2015
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1981-01-02T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1981-01-02T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-06-30T13:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1981-01-02T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Grunnvannsnivå - Dyp under bakken
      parameter:
      5130
      versionNo:
      1
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1981-01-02T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-06-29T10:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1981-01-02T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
limit:
25
offset:
0
returned:
23
has_more_results:
no
truncated:
no
Will you use the result in generated code?

Open the same result as JSON

Is data missing or incorrect? Send feedback about this result.

Continue exploring

How an AI agent should use this page

Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.

How to use the search_stations lookup

  1. Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
  2. Check types, units, limits and ID formats in the parameter table.
  3. Follow linked results to canonical pages before combining sources.

Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.

Source-specific next step

Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.