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-20T07:02:53Z in 0.162 seconds.

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

Showing 5 of 5 results in compact format.

  1. station_id:
    21.33.0
    latitude:
    58.75312
    longitude:
    7.89249
  2. station_id:
    21.37.0
    latitude:
    58.9547
    longitude:
    7.7852
  3. station_id:
    21.48.0
    latitude:
    58.92223
    longitude:
    7.73869
  4. station_id:
    21.62.0
    latitude:
    58.98043
    longitude:
    7.66598
  5. station_id:
    22.53.0
    latitude:
    58.86662
    longitude:
    7.50213
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=BYGLAND&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-20T07:02:53.1876155Z
queryTime:
00:00:00.0013654
itemCount:
5
data:

5 results

  1. station_id:
    21.33.0
    stationName:
    Longerakvatn
    latitude:
    58.75312
    longitude:
    7.89249
    utmEast_Z33:
    89227
    utmNorth_Z33:
    6534388
    masl:
    597
    riverName:
    Longerakåni
    councilNumber:
    4220
    councilName:
    Bygland
    countyName:
    Agder
    drainageBasinKey:
    2488
    hierarchy:
    Longerakåni/Otra
    lakeArea:
    3.59
    lakeName:
    Longerakvatnet
    lakeNo:
    9075
    regineNo:
    021.D3B
    reservoirNo:
    296
    reservoirName:
    LANGERAKVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    17.416
    drainageBasinAreaNorway:
    17.416
    gradient1085:
    13.72
    gradientBasin:
    not reported by source
    gradientRiver:
    14.59
    heightMinimum:
    595
    heightHypso10:
    613
    heightHypso20:
    622
    heightHypso30:
    640
    heightHypso40:
    657
    heightHypso50:
    672
    heightHypso60:
    709
    heightHypso70:
    712
    heightHypso80:
    729
    heightHypso90:
    733
    heightMaximum:
    760
    lengthKmBasin:
    4.57
    lengthKmRiver:
    9.52
    percentAgricul:
    0
    percentBog:
    5.44
    percentEffBog:
    not reported by source
    percentEffLake:
    21.54
    percentForest:
    49.49
    percentGlacier:
    0
    percentLake:
    28.44
    percentMountain:
    13.75
    percentUrban:
    0
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    16.02
    specificDischarge:
    29.14
    regulationArea:
    18.26
    areaReservoirs:
    3.59
    volumeReservoirs:
    12.5
    regulationPartReservoirs:
    0.78
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    -0.84
    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-08-11T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-11T11:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-11T11:00:00Z
        dataToTime:
        2026-06-18T11:00:00Z
  2. station_id:
    21.37.0
    stationName:
    Hovatn
    latitude:
    58.9547
    longitude:
    7.7852
    utmEast_Z33:
    85464
    utmNorth_Z33:
    6557414
    masl:
    691
    riverName:
    Hovassåni
    councilNumber:
    4220
    councilName:
    Bygland
    countyName:
    Agder
    drainageBasinKey:
    813
    hierarchy:
    Hovassåni/Otra
    lakeArea:
    6.94
    lakeName:
    Hovatn
    lakeNo:
    1065
    regineNo:
    021.DB
    reservoirNo:
    288
    reservoirName:
    HOVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    51.228
    drainageBasinAreaNorway:
    51.228
    gradient1085:
    9.88
    gradientBasin:
    21.25
    gradientRiver:
    14.49
    heightMinimum:
    689
    heightHypso10:
    705
    heightHypso20:
    713
    heightHypso30:
    773
    heightHypso40:
    801
    heightHypso50:
    837
    heightHypso60:
    868
    heightHypso70:
    902
    heightHypso80:
    911
    heightHypso90:
    944
    heightMaximum:
    977
    lengthKmBasin:
    11.32
    lengthKmRiver:
    18.22
    percentAgricul:
    0
    percentBog:
    2.19
    percentEffBog:
    not reported by source
    percentEffLake:
    14.32
    percentForest:
    51.6
    percentGlacier:
    0
    percentLake:
    19.56
    percentMountain:
    26.45
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    85236
    utmNorthGravi:
    6562693
    utmZoneInlet:
    33
    utmEastInlet:
    83542
    utmNorthInlet:
    6567863
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    38.3
    specificDischarge:
    23.7
    regulationArea:
    51.22
    areaReservoirs:
    6.94
    volumeReservoirs:
    66
    regulationPartReservoirs:
    1.72
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    6.94
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    66
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1971
    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-06T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-06T11:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-06-06T11:00:00Z
        dataToTime:
        2026-06-18T11:00:00Z
  3. station_id:
    21.48.0
    stationName:
    Åraksfjorden
    latitude:
    58.92223
    longitude:
    7.73869
    utmEast_Z33:
    82405
    utmNorth_Z33:
    6554103
    masl:
    203
    riverName:
    Otra
    councilNumber:
    4220
    councilName:
    Bygland
    countyName:
    Agder
    drainageBasinKey:
    823
    hierarchy:
    Otra
    lakeArea:
    11.45
    lakeName:
    Åraksfjorden
    lakeNo:
    1064
    regineNo:
    021.D7
    reservoirNo:
    287
    reservoirName:
    BYGLANDSFJORD
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    2459.984
    drainageBasinAreaNorway:
    2459.984
    gradient1085:
    5.76
    gradientBasin:
    26.44
    gradientRiver:
    5.91
    heightMinimum:
    198
    heightHypso10:
    718
    heightHypso20:
    870
    heightHypso30:
    922
    heightHypso40:
    988
    heightHypso50:
    1057
    heightHypso60:
    1137
    heightHypso70:
    1187
    heightHypso80:
    1242
    heightHypso90:
    1305
    heightMaximum:
    1523
    lengthKmBasin:
    98.22
    lengthKmRiver:
    141.79
    percentAgricul:
    0.56
    percentBog:
    3.62
    percentEffBog:
    not reported by source
    percentEffLake:
    0.14
    percentForest:
    36.71
    percentGlacier:
    0
    percentLake:
    10.57
    percentMountain:
    46.72
    percentUrban:
    0.03
    utmZoneGravi:
    33
    utmEastGravi:
    65084
    utmNorthGravi:
    6603950
    utmZoneInlet:
    33
    utmEastInlet:
    62950
    utmNorthInlet:
    6633784
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    3289.63
    specificDischarge:
    42.38
    regulationArea:
    2158.25
    areaReservoirs:
    108.52
    volumeReservoirs:
    3412.06
    regulationPartReservoirs:
    1.04
    transferAreaIn:
    0
    transferAreaOut:
    121.01
    reservoirAreaIn:
    0
    reservoirAreaOut:
    31.96
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    1493
    remainingArea:
    301.45
    numberReservoirs:
    22
    firstYearRegulation:
    0
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    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:
      1970-01-03T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1970-01-03T11:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-06T14:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1970-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:
        1970-01-03T11:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-06T14:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1970-01-03T11:00:00Z
        dataToTime:
        2025-12-30T11:00:00Z
  4. station_id:
    21.62.0
    stationName:
    Hovatn kraftstasjon
    latitude:
    58.98043
    longitude:
    7.66598
    utmEast_Z33:
    78946
    utmNorth_Z33:
    6561016
    masl:
    215
    riverName:
    Otra
    councilNumber:
    4220
    councilName:
    Bygland
    countyName:
    Agder
    drainageBasinKey:
    0
    hierarchy:
    Otra
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    021.E110
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    not reported by source
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    HB. Hydrologisk avd./seksjon bre, snø og is
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    1 results

    1. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2008-10-09T00:00:00
      serieTo:
      2009-10-13T00:00:00
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2008-10-09T09:00:00Z
        dataToTime:
        2009-10-13T10:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-10-09T10:00:00Z
        dataToTime:
        2009-10-13T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-10-10T11:00:00Z
        dataToTime:
        2009-10-12T11:00:00Z
  5. station_id:
    22.53.0
    stationName:
    Beinsvatn
    latitude:
    58.86662
    longitude:
    7.50213
    utmEast_Z33:
    68142
    utmNorth_Z33:
    6549441
    masl:
    540
    riverName:
    Logna
    councilNumber:
    4220
    councilName:
    Bygland
    countyName:
    Agder
    drainageBasinKey:
    2394
    hierarchy:
    Logna/Mandalselva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    022.EE0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    181.24
    drainageBasinAreaNorway:
    181.24
    gradient1085:
    15.04
    gradientBasin:
    not reported by source
    gradientRiver:
    16.94
    heightMinimum:
    533
    heightHypso10:
    690
    heightHypso20:
    769
    heightHypso30:
    811
    heightHypso40:
    866
    heightHypso50:
    897
    heightHypso60:
    933
    heightHypso70:
    957
    heightHypso80:
    984
    heightHypso90:
    1040
    heightMaximum:
    1160
    lengthKmBasin:
    20.16
    lengthKmRiver:
    32.17
    percentAgricul:
    0.03
    percentBog:
    6.39
    percentEffBog:
    not reported by source
    percentEffLake:
    0.96
    percentForest:
    26.87
    percentGlacier:
    0
    percentLake:
    7.87
    percentMountain:
    58.07
    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:
    241.86
    specificDischarge:
    42.25
    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:
    1961
    catchmentRegTypeName:
    Uregulert
    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:

    1 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-01-01T00:00:00Z
        dataToTime:
        2026-09-20T06:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-09-20T06:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
limit:
25
offset:
0
returned:
5
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.