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:02:17Z in 0.146 seconds.

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

Showing 10 of 19 results in compact format.

  1. station_id:
    21.114.0
    latitude:
    59.38934
    longitude:
    7.21675
  2. station_id:
    21.127.0
    latitude:
    59.61937
    longitude:
    7.42698
  3. station_id:
    21.19.0
    latitude:
    59.56408
    longitude:
    7.23323
  4. station_id:
    21.20.0
    latitude:
    59.52536
    longitude:
    7.36432
  5. station_id:
    21.27.0
    latitude:
    59.45669
    longitude:
    7.36168
  6. station_id:
    21.29.0
    latitude:
    59.34626
    longitude:
    7.29525
  7. station_id:
    21.35.0
    latitude:
    59.61982
    longitude:
    7.42589
  8. station_id:
    21.39.0
    latitude:
    59.50657
    longitude:
    7.16644
  9. station_id:
    21.40.0
    latitude:
    59.45578
    longitude:
    7.1639
  10. station_id:
    21.41.0
    latitude:
    59.45785
    longitude:
    7.1832
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=Bykle&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T15:02:17.0281695Z
queryTime:
00:00:00.0010003
itemCount:
19
data:

19 results

  1. station_id:
    21.114.0
    stationName:
    Skarjesvatn
    latitude:
    59.38934
    longitude:
    7.21675
    utmEast_Z33:
    58550
    utmNorth_Z33:
    6609272
    masl:
    1081
    riverName:
    Skargjesåni
    councilNumber:
    4222
    councilName:
    Bykle
    countyName:
    Agder
    drainageBasinKey:
    2393
    hierarchy:
    Skargjesåni/Bossvassåi/Otra
    lakeArea:
    0.76
    lakeName:
    Skargjevatnet
    lakeNo:
    1088
    regineNo:
    021.GB11C
    reservoirNo:
    299
    reservoirName:
    SKARJESVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    27.955
    drainageBasinAreaNorway:
    27.955
    gradient1085:
    73.28
    gradientBasin:
    not reported by source
    gradientRiver:
    61.07
    heightMinimum:
    1076
    heightHypso10:
    1111
    heightHypso20:
    1150
    heightHypso30:
    1174
    heightHypso40:
    1201
    heightHypso50:
    1233
    heightHypso60:
    1262
    heightHypso70:
    1288
    heightHypso80:
    1304
    heightHypso90:
    1341
    heightMaximum:
    1399
    lengthKmBasin:
    6.73
    lengthKmRiver:
    0.82
    percentAgricul:
    0
    percentBog:
    0.57
    percentEffBog:
    not reported by source
    percentEffLake:
    4.58
    percentForest:
    0
    percentGlacier:
    0
    percentLake:
    11.53
    percentMountain:
    87.86
    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:
    69.76
    specificDischarge:
    79.06
    regulationArea:
    27.96
    areaReservoirs:
    0.76
    volumeReservoirs:
    1.5
    regulationPartReservoirs:
    0.02
    transferAreaIn:
    0
    transferAreaOut:
    27.96
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1987
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Å ENERGI VANNKRAFT 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:
      1
      unit:
      m
      serieFrom:
      1977-05-22T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1997-05-22T11:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-06T00:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-05-22T11:00:00Z
        dataToTime:
        2025-12-30T11:00:00Z
    2. 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:
        1997-05-22T11:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-06T00:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-05-22T11:00:00Z
        dataToTime:
        2025-12-30T11:00:00Z
  2. station_id:
    21.127.0
    stationName:
    Breidvatn
    latitude:
    59.61937
    longitude:
    7.42698
    utmEast_Z33:
    73361
    utmNorth_Z33:
    6633399
    masl:
    897
    riverName:
    Otra
    councilNumber:
    4222
    councilName:
    Bykle
    countyName:
    Agder
    drainageBasinKey:
    0
    hierarchy:
    Otra
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    021.K6
    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:
    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:

    3 results

    1. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1999-10-07T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-10-28T20:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-10-28T21:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-10-29T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Snøens vannekvivalent
      parameter:
      2003
      versionNo:
      2
      unit:
      m
      serieFrom:
      2014-10-20T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-10-28T22:59:00Z
        dataToTime:
        2026-09-18T22:59:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-01-30T12:00:00Z
        dataToTime:
        2018-11-07T04:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-10-29T11:00:00Z
        dataToTime:
        2026-09-18T11:00:00Z
  3. station_id:
    21.19.0
    stationName:
    Førresvatn
    latitude:
    59.56408
    longitude:
    7.23323
    utmEast_Z33:
    61758
    utmNorth_Z33:
    6628534
    masl:
    843
    riverName:
    Førsvassåni
    councilNumber:
    4222
    councilName:
    Bykle
    countyName:
    Agder
    drainageBasinKey:
    799
    hierarchy:
    Førsvassåni/Otra
    lakeArea:
    3.28
    lakeName:
    Store Førsvatn
    lakeNo:
    1074
    regineNo:
    021.JC
    reservoirNo:
    293
    reservoirName:
    STORE FØRRESVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    55.598
    drainageBasinAreaNorway:
    55.598
    gradient1085:
    22.4
    gradientBasin:
    24.06
    gradientRiver:
    33.07
    heightMinimum:
    841
    heightHypso10:
    884
    heightHypso20:
    973
    heightHypso30:
    1019
    heightHypso40:
    1051
    heightHypso50:
    1081
    heightHypso60:
    1141
    heightHypso70:
    1166
    heightHypso80:
    1230
    heightHypso90:
    1271
    heightMaximum:
    1389
    lengthKmBasin:
    11.79
    lengthKmRiver:
    15.3
    percentAgricul:
    0
    percentBog:
    0.11
    percentEffBog:
    not reported by source
    percentEffLake:
    6.78
    percentForest:
    15.14
    percentGlacier:
    0
    percentLake:
    12.32
    percentMountain:
    71.66
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    56471
    utmNorthGravi:
    6629837
    utmZoneInlet:
    33
    utmEastInlet:
    56153
    utmNorthInlet:
    6634782
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    96.87
    specificDischarge:
    55.04
    regulationArea:
    55.77
    areaReservoirs:
    3.28
    volumeReservoirs:
    20.6
    regulationPartReservoirs:
    0.21
    transferAreaIn:
    441.11
    transferAreaOut:
    0
    reservoirAreaIn:
    19.67
    reservoirAreaOut:
    3.28
    reservoirVolumeIn:
    77.8
    reservoirVolumeOut:
    20.6
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1981
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Å ENERGI VANNKRAFT 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-06-13T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-13T11: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:
        1994-06-13T11: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:
        1994-06-13T11: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:
        1994-06-13T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  4. station_id:
    21.20.0
    stationName:
    Hartevatn
    latitude:
    59.52536
    longitude:
    7.36432
    utmEast_Z33:
    68637
    utmNorth_Z33:
    6623382
    masl:
    759
    riverName:
    Otra
    councilNumber:
    4222
    councilName:
    Bykle
    countyName:
    Agder
    drainageBasinKey:
    826
    hierarchy:
    Otra
    lakeArea:
    5.69
    lakeName:
    Hartevatn
    lakeNo:
    1072
    regineNo:
    021.J7
    reservoirNo:
    292
    reservoirName:
    HARTEVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    458.589
    drainageBasinAreaNorway:
    458.589
    gradient1085:
    10.83
    gradientBasin:
    22.17
    gradientRiver:
    10.25
    heightMinimum:
    755
    heightHypso10:
    941
    heightHypso20:
    1063
    heightHypso30:
    1064
    heightHypso40:
    1094
    heightHypso50:
    1132
    heightHypso60:
    1164
    heightHypso70:
    1183
    heightHypso80:
    1225
    heightHypso90:
    1297
    heightMaximum:
    1497
    lengthKmBasin:
    21.16
    lengthKmRiver:
    27.82
    percentAgricul:
    0.17
    percentBog:
    5.58
    percentEffBog:
    not reported by source
    percentEffLake:
    2.05
    percentForest:
    19.1
    percentGlacier:
    0
    percentLake:
    11.76
    percentMountain:
    62.18
    percentUrban:
    0.06
    utmZoneGravi:
    33
    utmEastGravi:
    67424
    utmNorthGravi:
    6632187
    utmZoneInlet:
    33
    utmEastInlet:
    62950
    utmNorthInlet:
    6633784
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    618.29
    specificDischarge:
    42.73
    regulationArea:
    458.56
    areaReservoirs:
    22.95
    volumeReservoirs:
    98.4
    regulationPartReservoirs:
    0.16
    transferAreaIn:
    38.32
    transferAreaOut:
    496.88
    reservoirAreaIn:
    0
    reservoirAreaOut:
    22.95
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    98.4
    remainingArea:
    -0.03
    numberReservoirs:
    5
    firstYearRegulation:
    1981
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Å ENERGI VANNKRAFT 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-06-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-01T11: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:
        1994-06-01T11: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:
        1994-06-01T11: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:
        1994-06-01T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  5. station_id:
    21.27.0
    stationName:
    Vatndalsvatn
    latitude:
    59.45669
    longitude:
    7.36168
    utmEast_Z33:
    67608
    utmNorth_Z33:
    6615785
    masl:
    840
    riverName:
    Løyningsåni
    councilNumber:
    4222
    councilName:
    Bykle
    countyName:
    Agder
    drainageBasinKey:
    806
    hierarchy:
    Løyningsåni/Otra
    lakeArea:
    14.49
    lakeName:
    Vatndalsvatnet
    lakeNo:
    1070
    regineNo:
    021.HB2
    reservoirNo:
    290
    reservoirName:
    VATNEDALSVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    240.548
    drainageBasinAreaNorway:
    240.548
    gradient1085:
    10.82
    gradientBasin:
    23.82
    gradientRiver:
    11.4
    heightMinimum:
    834
    heightHypso10:
    942
    heightHypso20:
    1054
    heightHypso30:
    1151
    heightHypso40:
    1182
    heightHypso50:
    1223
    heightHypso60:
    1242
    heightHypso70:
    1259
    heightHypso80:
    1281
    heightHypso90:
    1330
    heightMaximum:
    1479
    lengthKmBasin:
    26.52
    lengthKmRiver:
    34.38
    percentAgricul:
    0
    percentBog:
    0.36
    percentEffBog:
    not reported by source
    percentEffLake:
    7.49
    percentForest:
    8.7
    percentGlacier:
    0
    percentLake:
    20.49
    percentMountain:
    70.39
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    55077
    utmNorthGravi:
    6621189
    utmZoneInlet:
    33
    utmEastInlet:
    48503
    utmNorthInlet:
    6633474
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    456.78
    specificDischarge:
    60.27
    regulationArea:
    240.19
    areaReservoirs:
    30.99
    volumeReservoirs:
    1434
    regulationPartReservoirs:
    3.14
    transferAreaIn:
    496.88
    transferAreaOut:
    53.99
    reservoirAreaIn:
    22.95
    reservoirAreaOut:
    30.99
    reservoirVolumeIn:
    98.4
    reservoirVolumeOut:
    1434
    remainingArea:
    -0.02
    numberReservoirs:
    3
    firstYearRegulation:
    1981
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Å ENERGI VANNKRAFT 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-06-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-01T11: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:
        1994-06-01T11: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:
        1994-06-01T11: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:
        1994-06-01T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  6. station_id:
    21.29.0
    stationName:
    Bossvatn
    latitude:
    59.34626
    longitude:
    7.29525
    utmEast_Z33:
    62433
    utmNorth_Z33:
    6603977
    masl:
    553
    riverName:
    Bossvassåi
    councilNumber:
    4222
    councilName:
    Bykle
    countyName:
    Agder
    drainageBasinKey:
    808
    hierarchy:
    Bossvassåi/Otra
    lakeArea:
    7.83
    lakeName:
    Botsvatn
    lakeNo:
    1067
    regineNo:
    021.GB111
    reservoirNo:
    289
    reservoirName:
    BOSSVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    330.284
    drainageBasinAreaNorway:
    330.284
    gradient1085:
    16.74
    gradientBasin:
    25.15
    gradientRiver:
    14.09
    heightMinimum:
    533
    heightHypso10:
    836
    heightHypso20:
    1041
    heightHypso30:
    1107
    heightHypso40:
    1120
    heightHypso50:
    1165
    heightHypso60:
    1184
    heightHypso70:
    1230
    heightHypso80:
    1257
    heightHypso90:
    1293
    heightMaximum:
    1436
    lengthKmBasin:
    25.53
    lengthKmRiver:
    50.17
    percentAgricul:
    0.01
    percentBog:
    1.01
    percentEffBog:
    not reported by source
    percentEffLake:
    2.08
    percentForest:
    12.34
    percentGlacier:
    0
    percentLake:
    19.34
    percentMountain:
    66.42
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    48957
    utmNorthGravi:
    6605422
    utmZoneInlet:
    33
    utmEastInlet:
    52657
    utmNorthInlet:
    6609586
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    740.25
    specificDischarge:
    70.98
    regulationArea:
    330.47
    areaReservoirs:
    44.12
    volumeReservoirs:
    1813
    regulationPartReservoirs:
    2.45
    transferAreaIn:
    1010.03
    transferAreaOut:
    121.01
    reservoirAreaIn:
    54.01
    reservoirAreaOut:
    39.79
    reservoirVolumeIn:
    1532.4
    reservoirVolumeOut:
    1789
    remainingArea:
    -0.01
    numberReservoirs:
    4
    firstYearRegulation:
    1964
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Å ENERGI VANNKRAFT 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-06-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-01T11: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:
        1994-06-01T11: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:
        1994-06-01T11: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:
        1994-06-01T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  7. station_id:
    21.35.0
    stationName:
    Breidvatn-Sesvatn
    latitude:
    59.61982
    longitude:
    7.42589
    utmEast_Z33:
    73306
    utmNorth_Z33:
    6633457
    masl:
    900
    riverName:
    Otra
    councilNumber:
    4222
    councilName:
    Bykle
    countyName:
    Agder
    drainageBasinKey:
    811
    hierarchy:
    Otra
    lakeArea:
    3.47
    lakeName:
    Breidvatnet
    lakeNo:
    1058
    regineNo:
    021.K6
    reservoirNo:
    286
    reservoirName:
    BREIVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    195.153
    drainageBasinAreaNorway:
    195.153
    gradient1085:
    11.35
    gradientBasin:
    22.38
    gradientRiver:
    12.31
    heightMinimum:
    896
    heightHypso10:
    968
    heightHypso20:
    1046
    heightHypso30:
    1095
    heightHypso40:
    1119
    heightHypso50:
    1153
    heightHypso60:
    1182
    heightHypso70:
    1221
    heightHypso80:
    1264
    heightHypso90:
    1316
    heightMaximum:
    1463
    lengthKmBasin:
    18.9
    lengthKmRiver:
    12.1
    percentAgricul:
    0.16
    percentBog:
    4.04
    percentEffBog:
    not reported by source
    percentEffLake:
    2.98
    percentForest:
    12.89
    percentGlacier:
    0
    percentLake:
    16.08
    percentMountain:
    65.93
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    70671
    utmNorthGravi:
    6636250
    utmZoneInlet:
    33
    utmEastInlet:
    62960
    utmNorthInlet:
    6633791
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    249.77
    specificDischarge:
    40.57
    regulationArea:
    195.1
    areaReservoirs:
    12.24
    volumeReservoirs:
    67.2
    regulationPartReservoirs:
    0.27
    transferAreaIn:
    0
    transferAreaOut:
    14.94
    reservoirAreaIn:
    0
    reservoirAreaOut:
    12.24
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    67.2
    remainingArea:
    -0.01
    numberReservoirs:
    2
    firstYearRegulation:
    1981
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Å ENERGI VANNKRAFT 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-06-13T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-13T11: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:
        1994-06-13T11: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:
        1994-06-13T11: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:
        1994-06-13T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  8. station_id:
    21.39.0
    stationName:
    Ormsavatn
    latitude:
    59.50657
    longitude:
    7.16644
    utmEast_Z33:
    57245
    utmNorth_Z33:
    6622603
    masl:
    868
    riverName:
    Løyningsåni
    councilNumber:
    4222
    councilName:
    Bykle
    countyName:
    Agder
    drainageBasinKey:
    815
    hierarchy:
    Løyningsåni/Otra
    lakeArea:
    3.2
    lakeName:
    Ormsavatnet
    lakeNo:
    1071
    regineNo:
    021.HD
    reservoirNo:
    291
    reservoirName:
    ORMSAVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    99.443
    drainageBasinAreaNorway:
    99.443
    gradient1085:
    23.39
    gradientBasin:
    24.63
    gradientRiver:
    18.04
    heightMinimum:
    865
    heightHypso10:
    968
    heightHypso20:
    1051
    heightHypso30:
    1093
    heightHypso40:
    1147
    heightHypso50:
    1177
    heightHypso60:
    1205
    heightHypso70:
    1240
    heightHypso80:
    1266
    heightHypso90:
    1330
    heightMaximum:
    1479
    lengthKmBasin:
    14.25
    lengthKmRiver:
    20.18
    percentAgricul:
    0
    percentBog:
    0.38
    percentEffBog:
    not reported by source
    percentEffLake:
    3.86
    percentForest:
    7.24
    percentGlacier:
    0
    percentLake:
    13.55
    percentMountain:
    78.82
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    51337
    utmNorthGravi:
    6626292
    utmZoneInlet:
    33
    utmEastInlet:
    48503
    utmNorthInlet:
    6633474
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    205.21
    specificDischarge:
    65.67
    regulationArea:
    99.04
    areaReservoirs:
    3.21
    volumeReservoirs:
    30.6
    regulationPartReservoirs:
    0.15
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    3.21
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    30.6
    remainingArea:
    -0.02
    numberReservoirs:
    1
    firstYearRegulation:
    1981
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    Å ENERGI VANNKRAFT 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-06-20T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-20T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-29T13:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-06-20T11: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:
        1994-06-20T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-29T13:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-06-20T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  9. station_id:
    21.40.0
    stationName:
    Store Urdarvatn
    latitude:
    59.45578
    longitude:
    7.1639
    utmEast_Z33:
    56434
    utmNorth_Z33:
    6616991
    masl:
    1175
    riverName:
    Uraåni
    councilNumber:
    4222
    councilName:
    Bykle
    countyName:
    Agder
    drainageBasinKey:
    816
    hierarchy:
    Uraåni/Løyningsåni/Otra
    lakeArea:
    13.29
    lakeName:
    Store Urevatn
    lakeNo:
    1091
    regineNo:
    021.HBB
    reservoirNo:
    297
    reservoirName:
    URARVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    51.62
    drainageBasinAreaNorway:
    51.62
    gradient1085:
    0
    gradientBasin:
    19.97
    gradientRiver:
    0.95
    heightMinimum:
    1173
    heightHypso10:
    1206
    heightHypso20:
    1191
    heightHypso30:
    1223
    heightHypso40:
    1242
    heightHypso50:
    1247
    heightHypso60:
    1251
    heightHypso70:
    1269
    heightHypso80:
    1290
    heightHypso90:
    1324
    heightMaximum:
    1386
    lengthKmBasin:
    11.15
    lengthKmRiver:
    13.7
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    15.92
    percentForest:
    0
    percentGlacier:
    0
    percentLake:
    33.32
    percentMountain:
    66.67
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    51805
    utmNorthGravi:
    6615839
    utmZoneInlet:
    33
    utmEastInlet:
    47291
    utmNorthInlet:
    6612710
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    125.24
    specificDischarge:
    76.82
    regulationArea:
    53.99
    areaReservoirs:
    13.29
    volumeReservoirs:
    253.4
    regulationPartReservoirs:
    2.02
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    -2.33
    numberReservoirs:
    1
    firstYearRegulation:
    0
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    Å ENERGI VANNKRAFT 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-06-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-01T11: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:
        1994-06-01T11: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:
        1994-06-01T11: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:
        1994-06-01T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  10. station_id:
    21.41.0
    stationName:
    Lisle Urdarvatn
    latitude:
    59.45785
    longitude:
    7.1832
    utmEast_Z33:
    57550
    utmNorth_Z33:
    6617091
    masl:
    1175
    riverName:
    Uraåni
    councilNumber:
    4222
    councilName:
    Bykle
    countyName:
    Agder
    drainageBasinKey:
    817
    hierarchy:
    Uraåni/Løyningsåni/Otra
    lakeArea:
    13.29
    lakeName:
    Store Urevatn
    lakeNo:
    1091
    regineNo:
    021.HBB
    reservoirNo:
    297
    reservoirName:
    URARVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    53.86
    drainageBasinAreaNorway:
    53.86
    gradient1085:
    0
    gradientBasin:
    20.27
    gradientRiver:
    0.88
    heightMinimum:
    1173
    heightHypso10:
    1206
    heightHypso20:
    1191
    heightHypso30:
    1225
    heightHypso40:
    1242
    heightHypso50:
    1247
    heightHypso60:
    1254
    heightHypso70:
    1269
    heightHypso80:
    1312
    heightHypso90:
    1324
    heightMaximum:
    1386
    lengthKmBasin:
    12.2
    lengthKmRiver:
    14.8
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    15.49
    percentForest:
    0
    percentGlacier:
    0
    percentLake:
    33.3
    percentMountain:
    66.69
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    52021
    utmNorthGravi:
    6615895
    utmZoneInlet:
    33
    utmEastInlet:
    47291
    utmNorthInlet:
    6612711
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    129.03
    specificDischarge:
    75.86
    regulationArea:
    53.99
    areaReservoirs:
    13.29
    volumeReservoirs:
    253.4
    regulationPartReservoirs:
    1.96
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    13.29
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    253.4
    remainingArea:
    -0.09
    numberReservoirs:
    1
    firstYearRegulation:
    1987
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    OTTERAAENS BRUGSEIERFORENING
    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:
      1953-01-03T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1953-01-03T11:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-06T00:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1953-01-03T11:00:00Z
        dataToTime:
        2025-12-30T11:00:00Z
    2. 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:
        1953-01-03T11:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-06T00:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1953-01-03T11:00:00Z
        dataToTime:
        2025-12-30T11:00:00Z
  11. station_id:
    21.42.0
    stationName:
    Skyvatn
    latitude:
    59.62793
    longitude:
    7.17402
    utmEast_Z33:
    59266
    utmNorth_Z33:
    6636006
    masl:
    1090
    riverName:
    Kaldsåi
    councilNumber:
    4222
    councilName:
    Bykle
    countyName:
    Agder
    drainageBasinKey:
    818
    hierarchy:
    Kaldsåi/Otra
    lakeArea:
    4.39
    lakeName:
    Skyvatn
    lakeNo:
    1077
    regineNo:
    021.LE
    reservoirNo:
    294
    reservoirName:
    SKYVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    11.57
    drainageBasinAreaNorway:
    11.57
    gradient1085:
    0
    gradientBasin:
    20.44
    gradientRiver:
    12.11
    heightMinimum:
    1090
    heightHypso10:
    1109
    heightHypso20:
    1119
    heightHypso30:
    1128
    heightHypso40:
    1146
    heightHypso50:
    1174
    heightHypso60:
    1185
    heightHypso70:
    1208
    heightHypso80:
    1232
    heightHypso90:
    1268
    heightMaximum:
    1405
    lengthKmBasin:
    5.75
    lengthKmRiver:
    5.94
    percentAgricul:
    0
    percentBog:
    0.72
    percentEffBog:
    not reported by source
    percentEffLake:
    38.02
    percentForest:
    0
    percentGlacier:
    0
    percentLake:
    38.7
    percentMountain:
    60.59
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    60262
    utmNorthGravi:
    6634892
    utmZoneInlet:
    33
    utmEastInlet:
    59278
    utmNorthInlet:
    6636067
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    19.84
    specificDischarge:
    54.34
    regulationArea:
    11.57
    areaReservoirs:
    5.2
    volumeReservoirs:
    50.6
    regulationPartReservoirs:
    2.55
    transferAreaIn:
    3.37
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    5.2
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    50.6
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1981
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Å ENERGI VANNKRAFT 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-06-20T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-20T11: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:
        1994-06-20T11: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:
        1994-06-20T11: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:
        1994-06-20T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  12. station_id:
    21.46.0
    stationName:
    Reinevatn
    latitude:
    59.41891
    longitude:
    7.18761
    utmEast_Z33:
    57290
    utmNorth_Z33:
    6612745
    masl:
    1175
    riverName:
    Reinevassåni
    councilNumber:
    4222
    councilName:
    Bykle
    countyName:
    Agder
    drainageBasinKey:
    2392
    hierarchy:
    Reinevassåni/Skargjesåni/Bossvassåi/Otra
    lakeArea:
    3.57
    lakeName:
    Reinevatn
    lakeNo:
    1096
    regineNo:
    021.GB11B31B
    reservoirNo:
    2023
    reservoirName:
    REINEVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    15.645
    drainageBasinAreaNorway:
    15.645
    gradient1085:
    5.59
    gradientBasin:
    not reported by source
    gradientRiver:
    22.27
    heightMinimum:
    1171
    heightHypso10:
    1171
    heightHypso20:
    1190
    heightHypso30:
    1201
    heightHypso40:
    1217
    heightHypso50:
    1249
    heightHypso60:
    1251
    heightHypso70:
    1292
    heightHypso80:
    1320
    heightHypso90:
    1349
    heightMaximum:
    1436
    lengthKmBasin:
    5.1
    lengthKmRiver:
    6.2
    percentAgricul:
    0
    percentBog:
    0.02
    percentEffBog:
    not reported by source
    percentEffLake:
    23.11
    percentForest:
    0
    percentGlacier:
    0
    percentLake:
    28
    percentMountain:
    71.96
    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:
    32.9
    specificDischarge:
    66.62
    regulationArea:
    15.65
    areaReservoirs:
    3.57
    volumeReservoirs:
    22.5
    regulationPartReservoirs:
    0.68
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    3.57
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    22.5
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1987
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    Å ENERGI VANNKRAFT 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:
      1
      unit:
      m
      serieFrom:
      1996-01-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1996-01-01T11:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-06T00:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-01-01T11:00:00Z
        dataToTime:
        2025-12-30T11:00:00Z
    2. 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:
        1997-09-01T11:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-06T00:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-09-01T11:00:00Z
        dataToTime:
        2025-12-30T11:00:00Z
  13. station_id:
    21.47.0
    stationName:
    Lislefjødd
    latitude:
    59.60883
    longitude:
    7.41962
    utmEast_Z33:
    72814
    utmNorth_Z33:
    6632279
    masl:
    892
    riverName:
    Lislefjøddåi
    councilNumber:
    4222
    councilName:
    Bykle
    countyName:
    Agder
    drainageBasinKey:
    822
    hierarchy:
    Lislefjøddåi/Otra
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    021.K5Z
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    19.01
    drainageBasinAreaNorway:
    19.01
    gradient1085:
    33.16
    gradientBasin:
    16.24
    gradientRiver:
    46.27
    heightMinimum:
    885
    heightHypso10:
    1050
    heightHypso20:
    1072
    heightHypso30:
    1095
    heightHypso40:
    1116
    heightHypso50:
    1141
    heightHypso60:
    1188
    heightHypso70:
    1229
    heightHypso80:
    1308
    heightHypso90:
    1360
    heightMaximum:
    1430
    lengthKmBasin:
    7.76
    lengthKmRiver:
    10.94
    percentAgricul:
    0
    percentBog:
    12.53
    percentEffBog:
    not reported by source
    percentEffLake:
    0.05
    percentForest:
    5.06
    percentGlacier:
    0
    percentLake:
    2.43
    percentMountain:
    79.92
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    75975
    utmNorthGravi:
    6628636
    utmZoneInlet:
    33
    utmEastInlet:
    75508
    utmNorthInlet:
    6626140
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    21.4
    specificDischarge:
    35.79
    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:
    OTTERAAENS BRUGSEIERFORENING
    qNumberOfYears:
    52
    qStartYear:
    1973
    qEndYear:
    2025
    qm:
    8.3097
    q5:
    10.8074
    q10:
    12.1598
    q20:
    13.2436
    q50:
    14.391
    hm:
    1.3477
    h5:
    1.4846
    h10:
    1.5625
    h20:
    1.6222
    h50:
    1.6829
    culQm:
    11.9255
    culQ5:
    15.51
    culQ10:
    17.4508
    culQ20:
    19.0062
    culQ50:
    20.6529
    culHm:
    1.5493
    culH5:
    1.7401
    culH10:
    1.8349
    culH20:
    1.9074
    culH50:
    1.9812
    seriesList:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1972-12-07T11:20:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-12-07T12:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-12-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:
        1972-12-07T11:20:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-12-07T12:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-12-08T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2010-01-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2010-04-13T23:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-04-14T00:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-04-14T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  14. station_id:
    21.52.0
    stationName:
    Lundane
    latitude:
    59.59145
    longitude:
    7.3925
    utmEast_Z33:
    71068
    utmNorth_Z33:
    6630527
    masl:
    853
    riverName:
    Otra
    councilNumber:
    4222
    councilName:
    Bykle
    countyName:
    Agder
    drainageBasinKey:
    824
    hierarchy:
    Otra
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    021.K3
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    252.878
    drainageBasinAreaNorway:
    252.878
    gradient1085:
    11.3
    gradientBasin:
    21.97
    gradientRiver:
    10.92
    heightMinimum:
    851
    heightHypso10:
    949
    heightHypso20:
    1018
    heightHypso30:
    1072
    heightHypso40:
    1112
    heightHypso50:
    1147
    heightHypso60:
    1169
    heightHypso70:
    1209
    heightHypso80:
    1264
    heightHypso90:
    1316
    heightMaximum:
    1463
    lengthKmBasin:
    17.96
    lengthKmRiver:
    17.57
    percentAgricul:
    0.17
    percentBog:
    6.81
    percentEffBog:
    not reported by source
    percentEffLake:
    2.07
    percentForest:
    15.31
    percentGlacier:
    0
    percentLake:
    13.31
    percentMountain:
    63.51
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    70780
    utmNorthGravi:
    6635187
    utmZoneInlet:
    33
    utmEastInlet:
    62950
    utmNorthInlet:
    6633784
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    317.35
    specificDischarge:
    39.79
    regulationArea:
    252.78
    areaReservoirs:
    12.93
    volumeReservoirs:
    67.2
    regulationPartReservoirs:
    0.21
    transferAreaIn:
    0
    transferAreaOut:
    252.78
    reservoirAreaIn:
    0
    reservoirAreaOut:
    12.93
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    67.2
    remainingArea:
    -0.02
    numberReservoirs:
    3
    firstYearRegulation:
    1981
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    OTRA KRAFT DA
    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:
      2
      unit:
      m
      serieFrom:
      1984-04-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1984-04-01T11:00:00Z
        dataToTime:
        2025-01-05T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-04-01T12:00:00Z
        dataToTime:
        2025-01-05T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-04-02T11:00:00Z
        dataToTime:
        2025-01-05T11: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:
        1984-04-01T11:00:00Z
        dataToTime:
        2025-01-05T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-04-01T12:00:00Z
        dataToTime:
        2025-01-05T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-04-02T11:00:00Z
        dataToTime:
        2025-01-05T11:00:00Z
  15. station_id:
    21.53.0
    stationName:
    Børtemannsbekk
    latitude:
    59.57207
    longitude:
    7.37528
    utmEast_Z33:
    69852
    utmNorth_Z33:
    6628489
    masl:
    833
    riverName:
    Otra
    councilNumber:
    4222
    councilName:
    Bykle
    countyName:
    Agder
    drainageBasinKey:
    825
    hierarchy:
    Otra
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    021.K10
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    285.355
    drainageBasinAreaNorway:
    285.355
    gradient1085:
    9.09
    gradientBasin:
    20.97
    gradientRiver:
    10.66
    heightMinimum:
    827
    heightHypso10:
    931
    heightHypso20:
    1007
    heightHypso30:
    1072
    heightHypso40:
    1114
    heightHypso50:
    1153
    heightHypso60:
    1173
    heightHypso70:
    1209
    heightHypso80:
    1264
    heightHypso90:
    1316
    heightMaximum:
    1497
    lengthKmBasin:
    18.04
    lengthKmRiver:
    20.55
    percentAgricul:
    0.18
    percentBog:
    8
    percentEffBog:
    not reported by source
    percentEffLake:
    1.63
    percentForest:
    15.07
    percentGlacier:
    0
    percentLake:
    12.28
    percentMountain:
    63.41
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    71171
    utmNorthGravi:
    6634214
    utmZoneInlet:
    33
    utmEastInlet:
    62950
    utmNorthInlet:
    6633784
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    352.15
    specificDischarge:
    39.15
    regulationArea:
    252.78
    areaReservoirs:
    12.93
    volumeReservoirs:
    67.2
    regulationPartReservoirs:
    0.19
    transferAreaIn:
    0
    transferAreaOut:
    252.78
    reservoirAreaIn:
    0
    reservoirAreaOut:
    12.93
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    67.2
    remainingArea:
    32.27
    numberReservoirs:
    3
    firstYearRegulation:
    1981
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    OTRA KRAFT DA
    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:
      2
      unit:
      m
      serieFrom:
      1984-04-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1984-04-01T11:00:00Z
        dataToTime:
        2025-01-05T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-04-01T12:00:00Z
        dataToTime:
        2025-01-05T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-04-01T11:00:00Z
        dataToTime:
        2025-01-05T11: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:
        1984-04-01T11:00:00Z
        dataToTime:
        2025-01-05T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-04-01T12:00:00Z
        dataToTime:
        2025-01-05T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-04-01T11:00:00Z
        dataToTime:
        2025-01-05T11:00:00Z
  16. station_id:
    21.54.0
    stationName:
    Hartevatn
    latitude:
    59.52445
    longitude:
    7.36348
    utmEast_Z33:
    68578
    utmNorth_Z33:
    6623287
    masl:
    757
    riverName:
    Otra
    councilNumber:
    4222
    councilName:
    Bykle
    countyName:
    Agder
    drainageBasinKey:
    826
    hierarchy:
    Otra
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    021.J5
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    458.589
    drainageBasinAreaNorway:
    458.589
    gradient1085:
    10.83
    gradientBasin:
    22.17
    gradientRiver:
    10.25
    heightMinimum:
    755
    heightHypso10:
    941
    heightHypso20:
    1063
    heightHypso30:
    1064
    heightHypso40:
    1094
    heightHypso50:
    1132
    heightHypso60:
    1164
    heightHypso70:
    1183
    heightHypso80:
    1225
    heightHypso90:
    1297
    heightMaximum:
    1497
    lengthKmBasin:
    21.16
    lengthKmRiver:
    27.82
    percentAgricul:
    0.17
    percentBog:
    5.58
    percentEffBog:
    not reported by source
    percentEffLake:
    2.05
    percentForest:
    19.1
    percentGlacier:
    0
    percentLake:
    11.76
    percentMountain:
    62.18
    percentUrban:
    0.06
    utmZoneGravi:
    33
    utmEastGravi:
    67424
    utmNorthGravi:
    6632187
    utmZoneInlet:
    33
    utmEastInlet:
    62950
    utmNorthInlet:
    6633784
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    618.29
    specificDischarge:
    42.73
    regulationArea:
    458.56
    areaReservoirs:
    22.95
    volumeReservoirs:
    98.4
    regulationPartReservoirs:
    0.16
    transferAreaIn:
    38.32
    transferAreaOut:
    496.88
    reservoirAreaIn:
    0
    reservoirAreaOut:
    22.95
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    98.4
    remainingArea:
    -0.03
    numberReservoirs:
    5
    firstYearRegulation:
    1981
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    OTRA KRAFT DA
    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:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      1984-04-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1984-04-01T11:00:00Z
        dataToTime:
        2026-01-05T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-05T18:00:00Z
        dataToTime:
        2026-01-05T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-04-01T11:00:00Z
        dataToTime:
        2026-01-05T11:00:00Z
  17. station_id:
    21.55.0
    stationName:
    Bykil
    latitude:
    59.32226
    longitude:
    7.32049
    utmEast_Z33:
    63554
    utmNorth_Z33:
    6601150
    masl:
    502
    riverName:
    Otra
    councilNumber:
    4222
    councilName:
    Bykle
    countyName:
    Agder
    drainageBasinKey:
    827
    hierarchy:
    Otra
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    021.G3
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1285.421
    drainageBasinAreaNorway:
    1285.421
    gradient1085:
    6.76
    gradientBasin:
    23.84
    gradientRiver:
    9.3
    heightMinimum:
    500
    heightHypso10:
    883
    heightHypso20:
    1021
    heightHypso30:
    1064
    heightHypso40:
    1138
    heightHypso50:
    1187
    heightHypso60:
    1207
    heightHypso70:
    1242
    heightHypso80:
    1276
    heightHypso90:
    1330
    heightMaximum:
    1523
    lengthKmBasin:
    43.59
    lengthKmRiver:
    58.59
    percentAgricul:
    0.16
    percentBog:
    3.44
    percentEffBog:
    not reported by source
    percentEffLake:
    0.73
    percentForest:
    20.67
    percentGlacier:
    0
    percentLake:
    13.8
    percentMountain:
    60.66
    percentUrban:
    0.04
    utmZoneGravi:
    33
    utmEastGravi:
    61961
    utmNorthGravi:
    6619985
    utmZoneInlet:
    33
    utmEastInlet:
    62950
    utmNorthInlet:
    6633784
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    2087
    specificDischarge:
    51.45
    regulationArea:
    1268.6
    areaReservoirs:
    99.6
    volumeReservoirs:
    3345.4
    regulationPartReservoirs:
    1.6
    transferAreaIn:
    76.79
    transferAreaOut:
    121.01
    reservoirAreaIn:
    0
    reservoirAreaOut:
    39.79
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    1789
    remainingArea:
    16.85
    numberReservoirs:
    16
    firstYearRegulation:
    1964
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    OTRA KRAFT DA
    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:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      1984-04-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1984-04-01T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-05T01:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-04-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  18. station_id:
    21.56.0
    stationName:
    Storvatn, Blåsjø
    latitude:
    59.3014
    longitude:
    6.9316
    utmEast_Z33:
    41239
    utmNorth_Z33:
    6601459
    masl:
    1055
    riverName:
    Bossvassåi
    councilNumber:
    4222
    councilName:
    Bykle
    countyName:
    Agder
    drainageBasinKey:
    820
    hierarchy:
    Bossvassåi/Otra
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    24083
    regineNo:
    021.GD0
    reservoirNo:
    2195
    reservoirName:
    STORVATN (BLÅSJØ)
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    120.72
    drainageBasinAreaNorway:
    120.72
    gradient1085:
    6.54
    gradientBasin:
    14.84
    gradientRiver:
    8
    heightMinimum:
    1052
    heightHypso10:
    1055
    heightHypso20:
    1057
    heightHypso30:
    1102
    heightHypso40:
    1132
    heightHypso50:
    1158
    heightHypso60:
    1199
    heightHypso70:
    1230
    heightHypso80:
    1260
    heightHypso90:
    1306
    heightMaximum:
    1401
    lengthKmBasin:
    16.83
    lengthKmRiver:
    25.5
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    4.01
    percentForest:
    0
    percentGlacier:
    0
    percentLake:
    35.77
    percentMountain:
    64.23
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    45527
    utmNorthGravi:
    6607922
    utmZoneInlet:
    33
    utmEastInlet:
    52657
    utmNorthInlet:
    6609586
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    324.98
    specificDischarge:
    85.11
    regulationArea:
    121.01
    areaReservoirs:
    31.96
    volumeReservoirs:
    1493
    regulationPartReservoirs:
    4.59
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    31.96
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    1493
    remainingArea:
    -0.01
    numberReservoirs:
    1
    firstYearRegulation:
    1985
    catchmentRegTypeName:
    regulert m/magasinregulering
    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:
      Vannstand
      parameter:
      1000
      versionNo:
      0
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1988-01-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-01-01T11: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:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1988-01-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-01-01T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  19. station_id:
    21.81.3
    stationName:
    Lislefjødåi rør 3
    latitude:
    59.57063
    longitude:
    7.469
    utmEast_Z33:
    75106
    utmNorth_Z33:
    6627725
    masl:
    1082
    riverName:
    Lislefjøddåi
    councilNumber:
    4222
    councilName:
    Bykle
    countyName:
    Agder
    drainageBasinKey:
    0
    hierarchy:
    Lislefjøddåi/Otra
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    021.K5Z
    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:
    OTTERAAENS BRUGSEIERFORENING
    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:
      Grunnvannstemperatur
      parameter:
      2015
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1978-03-21T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1978-03-28T11:00:00Z
        dataToTime:
        2004-11-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-11-15T00:00:00Z
        dataToTime:
        2004-11-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1978-03-21T11:00:00Z
        dataToTime:
        2004-11-21T11:00:00Z
    2. 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:
        1972-07-17T11:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-11-15T00:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-07-10T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
limit:
25
offset:
0
returned:
19
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.