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-20T01:57:25Z in 0.502 seconds.

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

Showing 10 of 14 results in compact format.

  1. station_id:
    103.1.0
    latitude:
    62.28008
    longitude:
    8.11848
  2. station_id:
    103.10.0
    latitude:
    62.44631
    longitude:
    7.892
  3. station_id:
    103.12.0
    latitude:
    62.34783
    longitude:
    8.05015
  4. station_id:
    103.13.0
    latitude:
    62.35942
    longitude:
    7.86043
  5. station_id:
    103.19.0
    latitude:
    62.50627
    longitude:
    7.76357
  6. station_id:
    103.20.0
    latitude:
    62.58323
    longitude:
    7.95407
  7. station_id:
    103.23.0
    latitude:
    62.47758
    longitude:
    7.99172
  8. station_id:
    103.40.0
    latitude:
    62.47378
    longitude:
    7.78184
  9. station_id:
    103.41.0
    latitude:
    62.50986
    longitude:
    7.76342
  10. station_id:
    103.42.0
    latitude:
    62.49776
    longitude:
    7.76489
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=RAUMA&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-20T01:57:25.8611103Z
queryTime:
00:00:00.0009278
itemCount:
14
data:

14 results

  1. station_id:
    103.1.0
    stationName:
    Ulvåa v/Storhølen
    latitude:
    62.28008
    longitude:
    8.11848
    utmEast_Z33:
    143366
    utmNorth_Z33:
    6924373
    masl:
    495
    riverName:
    Ulvåa
    councilNumber:
    1539
    councilName:
    Rauma
    countyName:
    Møre og Romsdal
    drainageBasinKey:
    1532
    hierarchy:
    Ulvåa/Rauma
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    103.BA0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    435.51
    drainageBasinAreaNorway:
    435.51
    gradient1085:
    14.54
    gradientBasin:
    28.48
    gradientRiver:
    21.26
    heightMinimum:
    495
    heightHypso10:
    955
    heightHypso20:
    1130
    heightHypso30:
    1226
    heightHypso40:
    1286
    heightHypso50:
    1372
    heightHypso60:
    1419
    heightHypso70:
    1473
    heightHypso80:
    1565
    heightHypso90:
    1661
    heightMaximum:
    1995
    lengthKmBasin:
    25.37
    lengthKmRiver:
    31.46
    percentAgricul:
    0.2
    percentBog:
    0.9
    percentEffBog:
    not reported by source
    percentEffLake:
    0.17
    percentForest:
    10.88
    percentGlacier:
    2.5
    percentLake:
    4.19
    percentMountain:
    80.59
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    133219
    utmNorthGravi:
    6920405
    utmZoneInlet:
    33
    utmEastInlet:
    118484
    utmNorthInlet:
    6925173
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    470.42
    specificDischarge:
    34.24
    regulationArea:
    18.92
    areaReservoirs:
    0
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    18.92
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    416.39
    numberReservoirs:
    0
    firstYearRegulation:
    2019
    catchmentRegTypeName:
    Uregulert
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    53
    qStartYear:
    1971
    qEndYear:
    2025
    qm:
    130.0748
    q5:
    154.7974
    q10:
    164.9419
    q20:
    172.1117
    q50:
    178.7158
    hm:
    3.4572
    h5:
    3.6369
    h10:
    3.7048
    h20:
    3.751
    h50:
    3.7923
    culQm:
    149.7771
    culQ5:
    178.2444
    culQ10:
    189.9255
    culQ20:
    198.1813
    culQ50:
    205.7857
    culHm:
    3.6022
    culH5:
    3.7894
    culH10:
    3.8601
    culH20:
    3.9082
    culH50:
    3.9512
    seriesList:

    3 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1971-05-07T11:00:00Z
        dataToTime:
        2026-09-20T01:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-03T14:00:00Z
        dataToTime:
        2026-09-20T01:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1971-05-07T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
    3. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2005-05-09T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2005-05-10T18:00:00Z
        dataToTime:
        2026-09-20T01:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-05-10T19:00:00Z
        dataToTime:
        2026-09-20T01:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-05-11T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
  2. station_id:
    103.10.0
    stationName:
    Mongevatn
    latitude:
    62.44631
    longitude:
    7.892
    utmEast_Z33:
    133700
    utmNorth_Z33:
    6944082
    masl:
    913
    riverName:
    Mongebekken
    councilNumber:
    1539
    councilName:
    Rauma
    countyName:
    Møre og Romsdal
    drainageBasinKey:
    1540
    hierarchy:
    Mongebekken/Rauma
    lakeArea:
    1.18
    lakeName:
    Mongevatnet
    lakeNo:
    1988
    regineNo:
    103.A2B
    reservoirNo:
    635
    reservoirName:
    MONGEVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    21.06
    drainageBasinAreaNorway:
    21.06
    gradient1085:
    31.82
    gradientBasin:
    38.08
    gradientRiver:
    24.16
    heightMinimum:
    913
    heightHypso10:
    961
    heightHypso20:
    1063
    heightHypso30:
    1102
    heightHypso40:
    1161
    heightHypso50:
    1214
    heightHypso60:
    1266
    heightHypso70:
    1348
    heightHypso80:
    1383
    heightHypso90:
    1479
    heightMaximum:
    1794
    lengthKmBasin:
    6.49
    lengthKmRiver:
    6.91
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    6.46
    percentForest:
    0
    percentGlacier:
    1.67
    percentLake:
    10.7
    percentMountain:
    87.64
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    133971
    utmNorthGravi:
    6946835
    utmZoneInlet:
    33
    utmEastInlet:
    131420
    utmNorthInlet:
    6948302
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    37.77
    specificDischarge:
    56.78
    regulationArea:
    21.09
    areaReservoirs:
    1.18
    volumeReservoirs:
    6.5
    regulationPartReservoirs:
    0.17
    transferAreaIn:
    0
    transferAreaOut:
    10.29
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    -0.01
    numberReservoirs:
    1
    firstYearRegulation:
    1975
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    STATKRAFT ENERGI AS AVD ADM SUNNDALSØRA/AURA KRAFTVERK
    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:
      Vannstand
      parameter:
      1000
      versionNo:
      50
      unit:
      m
      serieFrom:
      1994-08-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-18T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1972-06-01T11:00:00Z
        dataToTime:
        1972-07-31T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-06-01T11:00:00Z
        dataToTime:
        1972-07-31T11:00:00Z
    3. 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:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-18T11:00:00Z
  3. station_id:
    103.12.0
    stationName:
    Verma kraftstasjon
    latitude:
    62.34783
    longitude:
    8.05015
    utmEast_Z33:
    140646
    utmNorth_Z33:
    6932269
    masl:
    167
    riverName:
    Rauma
    councilNumber:
    1539
    councilName:
    Rauma
    countyName:
    Møre og Romsdal
    drainageBasinKey:
    0
    hierarchy:
    Rauma
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    103.B0
    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:
    Rauma Energi 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:

    1 results

    1. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2002-03-19T00:00:00
      serieTo:
      2002-10-17T00:00:00
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2002-03-19T10:00:00Z
        dataToTime:
        2002-10-17T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2002-03-19T11:00:00Z
        dataToTime:
        2002-10-17T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2002-03-20T11:00:00Z
        dataToTime:
        2002-10-16T11:00:00Z
  4. station_id:
    103.13.0
    stationName:
    Vermavatn
    latitude:
    62.35942
    longitude:
    7.86043
    utmEast_Z33:
    131008
    utmNorth_Z33:
    6934625
    masl:
    1186
    riverName:
    Verma
    councilNumber:
    1539
    councilName:
    Rauma
    countyName:
    Møre og Romsdal
    drainageBasinKey:
    1541
    hierarchy:
    Verma/Rauma
    lakeArea:
    5.96
    lakeName:
    Vermevatnet
    lakeNo:
    1986
    regineNo:
    103.AC
    reservoirNo:
    634
    reservoirName:
    VERMEVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    15.24
    drainageBasinAreaNorway:
    15.24
    gradient1085:
    31.89
    gradientBasin:
    24.79
    gradientRiver:
    55.61
    heightMinimum:
    1188
    heightHypso10:
    1188
    heightHypso20:
    1189
    heightHypso30:
    1241
    heightHypso40:
    1271
    heightHypso50:
    1318
    heightHypso60:
    1372
    heightHypso70:
    1412
    heightHypso80:
    1455
    heightHypso90:
    1543
    heightMaximum:
    1804
    lengthKmBasin:
    4.85
    lengthKmRiver:
    4.77
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    39.05
    percentForest:
    0
    percentGlacier:
    2.71
    percentLake:
    39.32
    percentMountain:
    57.93
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    129258
    utmNorthGravi:
    6933389
    utmZoneInlet:
    33
    utmEastInlet:
    129619
    utmNorthInlet:
    6931901
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    25.2
    specificDischarge:
    52.3
    regulationArea:
    15.27
    areaReservoirs:
    5.99
    volumeReservoirs:
    32
    regulationPartReservoirs:
    1.27
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    5.99
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    32
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    2019
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    RAUMA ENERGI 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:
      1994-05-21T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-05-21T11:00:00Z
        dataToTime:
        2026-06-08T07:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-05-21T11:00:00Z
        dataToTime:
        2026-06-08T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      0
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1971-01-04T11:00:00Z
        dataToTime:
        2026-06-08T07:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1971-01-04T11:00:00Z
        dataToTime:
        2026-06-08T11:00:00Z
  5. station_id:
    103.19.0
    stationName:
    Rauma v/Venge
    latitude:
    62.50627
    longitude:
    7.76357
    utmEast_Z33:
    127850
    utmNorth_Z33:
    6951468
    masl:
    12
    riverName:
    Rauma
    councilNumber:
    1539
    councilName:
    Rauma
    countyName:
    Møre og Romsdal
    drainageBasinKey:
    1543
    hierarchy:
    Rauma
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    103.A20
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1114.66
    drainageBasinAreaNorway:
    1114.66
    gradient1085:
    11.07
    gradientBasin:
    29.71
    gradientRiver:
    9.55
    heightMinimum:
    7
    heightHypso10:
    817
    heightHypso20:
    1080
    heightHypso30:
    1230
    heightHypso40:
    1419
    heightHypso50:
    1622
    heightHypso60:
    1596
    heightHypso70:
    1700
    heightHypso80:
    1770
    heightHypso90:
    1725
    heightMaximum:
    2012
    lengthKmBasin:
    54.85
    lengthKmRiver:
    63.24
    percentAgricul:
    1.08
    percentBog:
    0.92
    percentEffBog:
    not reported by source
    percentEffLake:
    0.06
    percentForest:
    17.81
    percentGlacier:
    1.9
    percentLake:
    4.23
    percentMountain:
    72.47
    percentUrban:
    0.01
    utmZoneGravi:
    33
    utmEastGravi:
    139924
    utmNorthGravi:
    6923434
    utmZoneInlet:
    33
    utmEastInlet:
    140244
    utmNorthInlet:
    6904165
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    1170.65
    specificDischarge:
    33.29
    regulationArea:
    134.51
    areaReservoirs:
    7.17
    volumeReservoirs:
    38.5
    regulationPartReservoirs:
    0.03
    transferAreaIn:
    122.26
    transferAreaOut:
    9
    reservoirAreaIn:
    6.64
    reservoirAreaOut:
    36.76
    reservoirVolumeIn:
    158.7
    reservoirVolumeOut:
    561
    remainingArea:
    979.93
    numberReservoirs:
    3
    firstYearRegulation:
    1958
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    STATKRAFT ENERGI AS AVD ADM SUNNDALSØRA/AURA KRAFTVERK
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    265.18
    q5:
    322.86
    q10:
    361.06
    q20:
    396.27
    q50:
    438.96
    hm:
    5.15
    h5:
    5.55
    h10:
    5.79
    h20:
    6
    h50:
    6.25
    culQm:
    354
    culQ5:
    431
    culQ10:
    482
    culQ20:
    529
    culQ50:
    586
    culHm:
    5.75
    culH5:
    6.2
    culH10:
    6.48
    culH20:
    6.71
    culH50:
    6.99
    seriesList:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1972-04-21T11:00:00Z
        dataToTime:
        2026-09-19T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-14T14:00:00Z
        dataToTime:
        2026-09-19T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-04-21T11:00:00Z
        dataToTime:
        2026-09-19T11: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:
        1972-04-21T11:00:00Z
        dataToTime:
        2026-09-19T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-14T14:00:00Z
        dataToTime:
        2026-09-19T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-04-21T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
    3. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2007-07-10T00:00:00
      serieTo:
      2018-11-04T00:00:00
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2007-07-11T18:00:00Z
        dataToTime:
        2024-02-02T07:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-07-11T19:00:00Z
        dataToTime:
        2024-02-02T07:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-07-12T11:00:00Z
        dataToTime:
        2024-02-01T11:00:00Z
  6. station_id:
    103.20.0
    stationName:
    Isa v/Morstøl bru
    latitude:
    62.58323
    longitude:
    7.95407
    utmEast_Z33:
    138554
    utmNorth_Z33:
    6958919
    masl:
    110
    riverName:
    Isavassdraget
    councilNumber:
    1539
    councilName:
    Rauma
    countyName:
    Møre og Romsdal
    drainageBasinKey:
    1544
    hierarchy:
    Isavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    103.4B
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    44.4
    drainageBasinAreaNorway:
    44.4
    gradient1085:
    82.25
    gradientBasin:
    60.23
    gradientRiver:
    98.51
    heightMinimum:
    108
    heightHypso10:
    352
    heightHypso20:
    642
    heightHypso30:
    802
    heightHypso40:
    905
    heightHypso50:
    990
    heightHypso60:
    1065
    heightHypso70:
    1177
    heightHypso80:
    1288
    heightHypso90:
    1396
    heightMaximum:
    1726
    lengthKmBasin:
    9.88
    lengthKmRiver:
    12.55
    percentAgricul:
    0.47
    percentBog:
    0.33
    percentEffBog:
    not reported by source
    percentEffLake:
    0.24
    percentForest:
    18.55
    percentGlacier:
    4.51
    percentLake:
    2.17
    percentMountain:
    72.96
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    141690
    utmNorthGravi:
    6957173
    utmZoneInlet:
    33
    utmEastInlet:
    144739
    utmNorthInlet:
    6952938
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    95.96
    specificDischarge:
    68.69
    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:
    36
    qStartYear:
    1990
    qEndYear:
    2025
    qm:
    24.4959
    q5:
    29.1429
    q10:
    34.2107
    q20:
    39.6836
    q50:
    47.7799
    hm:
    2.0154
    h5:
    2.1149
    h10:
    2.2146
    h20:
    2.314
    h50:
    2.4489
    culQm:
    33.6892
    culQ5:
    40.0802
    culQ10:
    47.05
    culQ20:
    54.5768
    culQ50:
    65.7117
    culHm:
    2.2047
    culH5:
    2.3209
    culH10:
    2.4372
    culH20:
    2.5533
    culH50:
    2.7107
    seriesList:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1972-04-22T11:00:00Z
        dataToTime:
        2026-09-20T01:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-04-22T13:00:00Z
        dataToTime:
        2026-09-20T01:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-04-22T11:00:00Z
        dataToTime:
        2026-09-19T11: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:
        1972-04-22T11:00:00Z
        dataToTime:
        2026-09-20T01:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-04-22T13:00:00Z
        dataToTime:
        2026-09-20T01:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-04-22T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
    3. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2006-01-10T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-05-21T14:00:00Z
        dataToTime:
        2026-09-20T01:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-05-21T15:00:00Z
        dataToTime:
        2026-09-20T01:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-05-22T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
  7. station_id:
    103.23.0
    stationName:
    Grøttavatn
    latitude:
    62.47758
    longitude:
    7.99172
    utmEast_Z33:
    139201
    utmNorth_Z33:
    6946989
    masl:
    980
    riverName:
    Glutra
    councilNumber:
    1539
    councilName:
    Rauma
    countyName:
    Møre og Romsdal
    drainageBasinKey:
    1539
    hierarchy:
    Glutra/Isavassdraget
    lakeArea:
    3.28
    lakeName:
    Grøttavatnet
    lakeNo:
    1992
    regineNo:
    103.4AC2
    reservoirNo:
    636
    reservoirName:
    GRØTTAVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    18.57
    drainageBasinAreaNorway:
    18.57
    gradient1085:
    8.86
    gradientBasin:
    42.71
    gradientRiver:
    35.67
    heightMinimum:
    973
    heightHypso10:
    1017
    heightHypso20:
    1084
    heightHypso30:
    1123
    heightHypso40:
    1176
    heightHypso50:
    1228
    heightHypso60:
    1298
    heightHypso70:
    1355
    heightHypso80:
    1410
    heightHypso90:
    1491
    heightMaximum:
    1779
    lengthKmBasin:
    6.02
    lengthKmRiver:
    7.37
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    18.67
    percentForest:
    0
    percentGlacier:
    0.02
    percentLake:
    24.97
    percentMountain:
    75
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    138849
    utmNorthGravi:
    6947619
    utmZoneInlet:
    33
    utmEastInlet:
    140964
    utmNorthInlet:
    6946634
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    33.16
    specificDischarge:
    56.34
    regulationArea:
    18.65
    areaReservoirs:
    3.27
    volumeReservoirs:
    124
    regulationPartReservoirs:
    3.74
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    3.27
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    124
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1975
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    STATKRAFT ENERGI AS AVD ADM SUNNDALSØRA/AURA KRAFTVERK
    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:
      1994-08-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-18T11: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:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-18T11:00:00Z
  8. station_id:
    103.40.0
    stationName:
    Rauma v/Horgheim
    latitude:
    62.47378
    longitude:
    7.78184
    utmEast_Z33:
    128382
    utmNorth_Z33:
    6947760
    masl:
    62
    riverName:
    Rauma
    councilNumber:
    1539
    councilName:
    Rauma
    countyName:
    Møre og Romsdal
    drainageBasinKey:
    1535
    hierarchy:
    Rauma
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    103.A12
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1099.42
    drainageBasinAreaNorway:
    1099.42
    gradient1085:
    12.32
    gradientBasin:
    28.72
    gradientRiver:
    9.57
    heightMinimum:
    57
    heightHypso10:
    743
    heightHypso20:
    938
    heightHypso30:
    1144
    heightHypso40:
    1216
    heightHypso50:
    1301
    heightHypso60:
    1390
    heightHypso70:
    1519
    heightHypso80:
    1566
    heightHypso90:
    1639
    heightMaximum:
    2012
    lengthKmBasin:
    51.17
    lengthKmRiver:
    57.78
    percentAgricul:
    1.05
    percentBog:
    0.93
    percentEffBog:
    not reported by source
    percentEffLake:
    0.06
    percentForest:
    17.62
    percentGlacier:
    1.86
    percentLake:
    4.25
    percentMountain:
    72.81
    percentUrban:
    0.01
    utmZoneGravi:
    33
    utmEastGravi:
    124853
    utmNorthGravi:
    6949639
    utmZoneInlet:
    33
    utmEastInlet:
    140244
    utmNorthInlet:
    6904165
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    1153.96
    specificDischarge:
    33.27
    regulationArea:
    134.51
    areaReservoirs:
    7.17
    volumeReservoirs:
    38.5
    regulationPartReservoirs:
    0.03
    transferAreaIn:
    17.22
    transferAreaOut:
    23.86
    reservoirAreaIn:
    0.72
    reservoirAreaOut:
    40.03
    reservoirVolumeIn:
    0.4
    reservoirVolumeOut:
    685
    remainingArea:
    964.67
    numberReservoirs:
    3
    firstYearRegulation:
    1958
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    294.03
    q5:
    360.88
    q10:
    404.52
    q20:
    443.71
    q50:
    493.22
    hm:
    3.24
    h5:
    3.5
    h10:
    3.65
    h20:
    3.78
    h50:
    3.93
    culQm:
    326.7
    culQ5:
    401.84
    culQ10:
    450.85
    culQ20:
    496.58
    culQ50:
    552
    culHm:
    3.37
    culH5:
    3.64
    culH10:
    3.8
    culH20:
    3.94
    culH50:
    4.1
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1971-05-07T11:00:00Z
        dataToTime:
        2026-09-20T01:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-01T00:00:00Z
        dataToTime:
        2026-09-20T01:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1971-05-06T11:00:00Z
        dataToTime:
        2026-09-19T11: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:
        1971-05-07T11:00:00Z
        dataToTime:
        2026-09-20T01:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-01T00:00:00Z
        dataToTime:
        2026-09-20T01:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1971-05-06T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2007-07-11T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2007-07-12T11:00:00Z
        dataToTime:
        2026-09-20T01:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-07-12T12:00:00Z
        dataToTime:
        2026-09-20T01:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-07-13T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      2
      unit:
      °C
      serieFrom:
      2007-07-11T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2007-07-12T11:00:00Z
        dataToTime:
        2026-09-20T01:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-07-12T12:00:00Z
        dataToTime:
        2026-09-20T01:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-07-13T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
  9. station_id:
    103.41.0
    stationName:
    Rauma ndf. Fivafossen h.side
    latitude:
    62.50986
    longitude:
    7.76342
    utmEast_Z33:
    127887
    utmNorth_Z33:
    6951867
    masl:
    6
    riverName:
    Rauma
    councilNumber:
    1539
    councilName:
    Rauma
    countyName:
    Møre og Romsdal
    drainageBasinKey:
    0
    hierarchy:
    Rauma
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    103.A12
    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:
    STATKRAFT SF
    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:
      3
      unit:
      °C
      serieFrom:
      1985-05-11T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1985-05-11T09:00:00Z
        dataToTime:
        2026-05-18T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-04-01T08:00:00Z
        dataToTime:
        2026-05-18T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-05-12T11:00:00Z
        dataToTime:
        2026-05-17T11:00:00Z
    2. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1972-04-04T00:00:00
      serieTo:
      1975-09-30T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1972-04-04T11:00:00Z
        dataToTime:
        1975-09-30T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-04-04T11:00:00Z
        dataToTime:
        1975-09-30T11:00:00Z
  10. station_id:
    103.42.0
    stationName:
    Rauma ovf. Grytten kraftstasjon
    latitude:
    62.49776
    longitude:
    7.76489
    utmEast_Z33:
    127811
    utmNorth_Z33:
    6950516
    masl:
    18
    riverName:
    Rauma
    councilNumber:
    1539
    councilName:
    Rauma
    countyName:
    Møre og Romsdal
    drainageBasinKey:
    0
    hierarchy:
    Rauma
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    103.A20
    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:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1985-05-11T09:00:00Z
        dataToTime:
        2026-05-18T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-04-01T09:00:00Z
        dataToTime:
        2026-05-18T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-05-12T11:00:00Z
        dataToTime:
        2026-05-17T11:00:00Z
    2. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1974-09-08T00:00:00
      serieTo:
      1974-12-30T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1974-09-08T11:00:00Z
        dataToTime:
        1974-12-30T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1974-09-08T11:00:00Z
        dataToTime:
        1974-12-30T11:00:00Z
  11. station_id:
    103.45.0
    stationName:
    Grytten kraftstasjon
    latitude:
    62.49688
    longitude:
    7.76687
    utmEast_Z33:
    127901
    utmNorth_Z33:
    6950407
    masl:
    38
    riverName:
    Rauma
    councilNumber:
    1539
    councilName:
    Rauma
    countyName:
    Møre og Romsdal
    drainageBasinKey:
    0
    hierarchy:
    Rauma
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    103.A20
    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:
    STATKRAFT SF
    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:
      2
      unit:
      °C
      serieFrom:
      1992-05-19T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1992-05-19T18:00:00Z
        dataToTime:
        2025-12-16T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-12-05T15:00:00Z
        dataToTime:
        2025-12-16T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-05-20T11:00:00Z
        dataToTime:
        2025-12-15T11:00:00Z
  12. station_id:
    103.48.0
    stationName:
    Rauma v/Raudstøl bru
    latitude:
    62.31002
    longitude:
    8.10102
    utmEast_Z33:
    142819
    utmNorth_Z33:
    6927792
    masl:
    315
    riverName:
    Rauma
    councilNumber:
    1539
    councilName:
    Rauma
    countyName:
    Møre og Romsdal
    drainageBasinKey:
    0
    hierarchy:
    Rauma
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    103.B0
    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:
      1983-06-11T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1983-06-11T18:00:00Z
        dataToTime:
        2025-11-02T12:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-10-02T18:00:00Z
        dataToTime:
        2025-11-02T12:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1983-06-12T11:00:00Z
        dataToTime:
        2025-11-01T11:00:00Z
  13. station_id:
    103.8.0
    stationName:
    Innfjordelva v/Vårsætra
    latitude:
    62.4701
    longitude:
    7.53011
    utmEast_Z33:
    115416
    utmNorth_Z33:
    6948828
    masl:
    22
    riverName:
    Innfjordselva
    councilNumber:
    1539
    councilName:
    Rauma
    countyName:
    Møre og Romsdal
    drainageBasinKey:
    0
    hierarchy:
    Innfjordselva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    103.2A0
    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:
    Rauma Energi 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:

    1 results

    1. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2004-12-05T00:00:00
      serieTo:
      2010-10-19T00:00:00
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2004-12-14T11:00:00Z
        dataToTime:
        2010-10-22T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-12-14T12:00:00Z
        dataToTime:
        2010-10-22T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-12-15T11:00:00Z
        dataToTime:
        2010-10-21T11:00:00Z
  14. station_id:
    104.19.0
    stationName:
    Store Sandgrovvatn
    latitude:
    62.41817
    longitude:
    8.09826
    utmEast_Z33:
    143964
    utmNorth_Z33:
    6939806
    masl:
    1089
    riverName:
    Indre mardøla
    councilNumber:
    1539
    councilName:
    Rauma
    countyName:
    Møre og Romsdal
    drainageBasinKey:
    1557
    hierarchy:
    Indre mardøla/Mardøla/Eira
    lakeArea:
    2.67
    lakeName:
    Storvatnet
    lakeNo:
    1999
    regineNo:
    104.B3AA5
    reservoirNo:
    639
    reservoirName:
    STORE SANDGROVVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    28.41
    drainageBasinAreaNorway:
    28.41
    gradient1085:
    35.24
    gradientBasin:
    30.01
    gradientRiver:
    33.73
    heightMinimum:
    1088
    heightHypso10:
    1103
    heightHypso20:
    1154
    heightHypso30:
    1193
    heightHypso40:
    1269
    heightHypso50:
    1408
    heightHypso60:
    1447
    heightHypso70:
    1508
    heightHypso80:
    1556
    heightHypso90:
    1674
    heightMaximum:
    1904
    lengthKmBasin:
    8.35
    lengthKmRiver:
    11.5
    percentAgricul:
    0
    percentBog:
    0.13
    percentEffBog:
    not reported by source
    percentEffLake:
    9.88
    percentForest:
    0
    percentGlacier:
    0.17
    percentLake:
    12.62
    percentMountain:
    87.08
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    144928
    utmNorthGravi:
    6935922
    utmZoneInlet:
    33
    utmEastInlet:
    147328
    utmNorthInlet:
    6934205
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    39.63
    specificDischarge:
    44.28
    regulationArea:
    28.37
    areaReservoirs:
    2.65
    volumeReservoirs:
    34.3
    regulationPartReservoirs:
    0.87
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    2.65
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    34.3
    remainingArea:
    -0.01
    numberReservoirs:
    1
    firstYearRegulation:
    1975
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    STATKRAFT ENERGI AS AVD ADM SUNNDALSØRA/AURA KRAFTVERK
    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:
      1994-08-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-18T11: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:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-18T11:00:00Z
limit:
25
offset:
0
returned:
14
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.