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-22T19:47:10Z in 0.145 seconds.

Search scope: Municipality-filtered results cover all of NORE OG UVDAL municipality.

Showing 8 of 8 results in compact format.

  1. station_id:
    15.29.0
    latitude:
    60.50038
    longitude:
    8.64535
  2. station_id:
    15.35.0
    latitude:
    60.35535
    longitude:
    7.84766
  3. station_id:
    15.47.0
    latitude:
    60.26554
    longitude:
    8.96514
  4. station_id:
    15.53.0
    latitude:
    60.30979
    longitude:
    9.00972
  5. station_id:
    15.56.0
    latitude:
    60.23264
    longitude:
    8.58686
  6. station_id:
    15.63.0
    latitude:
    60.32859
    longitude:
    8.81032
  7. station_id:
    15.8.0
    latitude:
    60.43594
    longitude:
    8.73508
  8. station_id:
    15.9.0
    latitude:
    60.32215
    longitude:
    8.92429
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=NORE+OG+UVDAL&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-22T19:47:10.1500308Z
queryTime:
00:00:00.0008055
itemCount:
8
data:

8 results

  1. station_id:
    15.29.0
    stationName:
    Rødungen
    latitude:
    60.50038
    longitude:
    8.64535
    utmEast_Z33:
    151288
    utmNorth_Z33:
    6723996
    masl:
    958
    riverName:
    Røungelvi
    councilNumber:
    3338
    councilName:
    Nore og Uvdal
    countyName:
    Buskerud
    drainageBasinKey:
    575
    hierarchy:
    Røungelvi/Numedalslågen
    lakeArea:
    13.16
    lakeName:
    Rødungen
    lakeNo:
    412
    regineNo:
    015.L1B
    reservoirNo:
    165
    reservoirName:
    RØDUNGEN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    43.75
    drainageBasinAreaNorway:
    43.75
    gradient1085:
    2.88
    gradientBasin:
    9.8
    gradientRiver:
    3.87
    heightMinimum:
    958
    heightHypso10:
    958
    heightHypso20:
    958
    heightHypso30:
    985
    heightHypso40:
    999
    heightHypso50:
    1015
    heightHypso60:
    1038
    heightHypso70:
    1048
    heightHypso80:
    1071
    heightHypso90:
    1092
    heightMaximum:
    1191
    lengthKmBasin:
    12.32
    lengthKmRiver:
    13.43
    percentAgricul:
    0
    percentBog:
    8.63
    percentEffBog:
    not reported by source
    percentEffLake:
    30.07
    percentForest:
    46.05
    percentGlacier:
    0
    percentLake:
    31.96
    percentMountain:
    8.73
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    146935
    utmNorthGravi:
    6727134
    utmZoneInlet:
    33
    utmEastInlet:
    143680
    utmNorthInlet:
    6729303
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    17.39
    specificDischarge:
    12.59
    regulationArea:
    43.78
    areaReservoirs:
    13.16
    volumeReservoirs:
    154
    regulationPartReservoirs:
    8.86
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1965
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    E-CO Vannkraft AS, EKD
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1918-05-14T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-01T01:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1918-05-14T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  2. station_id:
    15.35.0
    stationName:
    Halnefjord
    latitude:
    60.35535
    longitude:
    7.84766
    utmEast_Z33:
    105870
    utmNorth_Z33:
    6712408
    masl:
    1129
    riverName:
    Sleipa
    councilNumber:
    3338
    councilName:
    Nore og Uvdal
    countyName:
    Buskerud
    drainageBasinKey:
    580
    hierarchy:
    Sleipa/Heinelvi/Numedalslågen
    lakeArea:
    13.72
    lakeName:
    Halnefjorden
    lakeNo:
    415
    regineNo:
    015.NDB21
    reservoirNo:
    101
    reservoirName:
    HALNEVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    183.45
    drainageBasinAreaNorway:
    183.45
    gradient1085:
    5.84
    gradientBasin:
    8.86
    gradientRiver:
    7.08
    heightMinimum:
    1129
    heightHypso10:
    1150
    heightHypso20:
    1177
    heightHypso30:
    1197
    heightHypso40:
    1206
    heightHypso50:
    1230
    heightHypso60:
    1243
    heightHypso70:
    1262
    heightHypso80:
    1292
    heightHypso90:
    1321
    heightMaximum:
    1413
    lengthKmBasin:
    18.82
    lengthKmRiver:
    24.87
    percentAgricul:
    0
    percentBog:
    7.24
    percentEffBog:
    not reported by source
    percentEffLake:
    8.09
    percentForest:
    0.03
    percentGlacier:
    0
    percentLake:
    13.69
    percentMountain:
    79.04
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    98294
    utmNorthGravi:
    6712926
    utmZoneInlet:
    33
    utmEastInlet:
    88545
    utmNorthInlet:
    6717769
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    141.86
    specificDischarge:
    24.5
    regulationArea:
    183.47
    areaReservoirs:
    13.72
    volumeReservoirs:
    45
    regulationPartReservoirs:
    0.32
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    -0.01
    numberReservoirs:
    1
    firstYearRegulation:
    2007
    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:
        1940-10-01T11:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1940-10-01T11:00:00Z
        dataToTime:
        2026-06-21T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      0
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1940-10-01T11:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-02-27T02:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1940-10-01T11:00:00Z
        dataToTime:
        2026-06-21T11:00:00Z
  3. station_id:
    15.47.0
    stationName:
    Rødbergdammen
    latitude:
    60.26554
    longitude:
    8.96514
    utmEast_Z33:
    166405
    utmNorth_Z33:
    6696261
    masl:
    360
    riverName:
    Uvdalselvi
    councilNumber:
    3338
    councilName:
    Nore og Uvdal
    countyName:
    Buskerud
    drainageBasinKey:
    2603
    hierarchy:
    Uvdalselvi/Numedalslågen
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    17838
    regineNo:
    015.JA3
    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:
    NUMEDALS LAUGENS 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:

    1 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-01-01T11:00:00Z
        dataToTime:
        2026-09-22T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-01-01T01:00:00Z
        dataToTime:
        2026-09-22T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-01-01T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
  4. station_id:
    15.53.0
    stationName:
    Borgåi
    latitude:
    60.30979
    longitude:
    9.00972
    utmEast_Z33:
    169312
    utmNorth_Z33:
    6700951
    masl:
    771
    riverName:
    Borgåi
    councilNumber:
    3338
    councilName:
    Nore og Uvdal
    countyName:
    Buskerud
    drainageBasinKey:
    589
    hierarchy:
    Borgåi/Numedalslågen
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    015.J1B0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    93.83
    drainageBasinAreaNorway:
    93.83
    gradient1085:
    21.51
    gradientBasin:
    19.06
    gradientRiver:
    20.15
    heightMinimum:
    762
    heightHypso10:
    902
    heightHypso20:
    942
    heightHypso30:
    984
    heightHypso40:
    1019
    heightHypso50:
    1052
    heightHypso60:
    1082
    heightHypso70:
    1122
    heightHypso80:
    1162
    heightHypso90:
    1192
    heightMaximum:
    1312
    lengthKmBasin:
    15.64
    lengthKmRiver:
    19.65
    percentAgricul:
    0.29
    percentBog:
    11.4
    percentEffBog:
    not reported by source
    percentEffLake:
    0.44
    percentForest:
    46.64
    percentGlacier:
    0
    percentLake:
    4.61
    percentMountain:
    28.98
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    168948
    utmNorthGravi:
    6708909
    utmZoneInlet:
    33
    utmEastInlet:
    166233
    utmNorthInlet:
    6715995
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    48.78
    specificDischarge:
    16.47
    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:
    1928
    catchmentRegTypeName:
    Uregulert
    owner:
    Statkraft Sf Region Øst-Norge
    qNumberOfYears:
    60
    qStartYear:
    1966
    qEndYear:
    2025
    qm:
    23.0699
    q5:
    30.1661
    q10:
    35.5309
    q20:
    40.5181
    q50:
    46.7502
    hm:
    1.4865
    h5:
    1.6229
    h10:
    1.7137
    h20:
    1.7909
    h50:
    1.8798
    culQm:
    27.5184
    culQ5:
    35.983
    culQ10:
    42.3823
    culQ20:
    48.3311
    culQ50:
    55.7649
    culHm:
    1.5745
    culH5:
    1.7209
    culH10:
    1.8183
    culH20:
    1.9012
    culH50:
    1.9966
    seriesList:

    2 results

    1. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      2
      unit:
      m
      serieFrom:
      1997-10-13T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1997-10-13T15:00:00Z
        dataToTime:
        2026-09-22T18:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-10-13T16:00:00Z
        dataToTime:
        2026-09-22T18:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-10-14T11:00:00Z
        dataToTime:
        2026-09-22T11: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:
        1997-10-13T15:00:00Z
        dataToTime:
        2026-09-22T18:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-10-13T16:00:00Z
        dataToTime:
        2026-09-22T18:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-10-14T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
  5. station_id:
    15.56.0
    stationName:
    Sønstevatn
    latitude:
    60.23264
    longitude:
    8.58686
    utmEast_Z33:
    145181
    utmNorth_Z33:
    6694585
    masl:
    1031
    riverName:
    Ølmøsåi
    councilNumber:
    3338
    councilName:
    Nore og Uvdal
    countyName:
    Buskerud
    drainageBasinKey:
    585
    hierarchy:
    Ølmøsåi/Uvdalselvi/Numedalslågen
    lakeArea:
    12.57
    lakeName:
    Sønstevatn
    lakeNo:
    17949
    regineNo:
    015.JBB
    reservoirNo:
    103
    reservoirName:
    SØNSTEVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    188.32
    drainageBasinAreaNorway:
    188.32
    gradient1085:
    5.45
    gradientBasin:
    13.85
    gradientRiver:
    8.82
    heightMinimum:
    1053
    heightHypso10:
    1081
    heightHypso20:
    1140
    heightHypso30:
    1189
    heightHypso40:
    1219
    heightHypso50:
    1247
    heightHypso60:
    1266
    heightHypso70:
    1283
    heightHypso80:
    1301
    heightHypso90:
    1322
    heightMaximum:
    1428
    lengthKmBasin:
    25
    lengthKmRiver:
    30.84
    percentAgricul:
    0
    percentBog:
    4.88
    percentEffBog:
    not reported by source
    percentEffLake:
    7.38
    percentForest:
    0.76
    percentGlacier:
    0
    percentLake:
    13.03
    percentMountain:
    79.34
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    135619
    utmNorthGravi:
    6694069
    utmZoneInlet:
    33
    utmEastInlet:
    127995
    utmNorthInlet:
    6699427
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    141.12
    specificDischarge:
    23.75
    regulationArea:
    188.31
    areaReservoirs:
    12.57
    volumeReservoirs:
    220
    regulationPartReservoirs:
    1.56
    transferAreaIn:
    120.37
    transferAreaOut:
    308.68
    reservoirAreaIn:
    0
    reservoirAreaOut:
    12.57
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    220
    remainingArea:
    0.01
    numberReservoirs:
    1
    firstYearRegulation:
    1967
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    SKAGERAK KRAFT 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:
      0
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1966-05-01T11:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1993-01-04T00:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1966-05-01T11:00:00Z
        dataToTime:
        2026-06-21T11:00:00Z
  6. station_id:
    15.63.0
    stationName:
    Smådøla ndf. overføring
    latitude:
    60.32859
    longitude:
    8.81032
    utmEast_Z33:
    158523
    utmNorth_Z33:
    6704056
    masl:
    739
    riverName:
    Smådøla
    councilNumber:
    3338
    councilName:
    Nore og Uvdal
    countyName:
    Buskerud
    drainageBasinKey:
    2592
    hierarchy:
    Smådøla/Uvdalselvi/Numedalslågen
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    015.JAA4
    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:
    NUMEDALS LAUGENS 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:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2023-01-01T00:00:00Z
        dataToTime:
        2025-12-31T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2023-01-01T01:00:00Z
        dataToTime:
        2025-12-31T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2023-01-01T11:00:00Z
        dataToTime:
        2025-12-31T11:00:00Z
    2. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2003-06-17T00:00:00
      serieTo:
      2005-06-07T00:00:00
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2003-06-26T07:00:00Z
        dataToTime:
        2005-06-07T10:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-06-26T08:00:00Z
        dataToTime:
        2005-06-07T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-06-27T11:00:00Z
        dataToTime:
        2005-06-06T11:00:00Z
  7. station_id:
    15.8.0
    stationName:
    Pålsbufjord
    latitude:
    60.43594
    longitude:
    8.73508
    utmEast_Z33:
    155518
    utmNorth_Z33:
    6716368
    masl:
    751
    riverName:
    Numedalslågen
    councilNumber:
    3338
    councilName:
    Nore og Uvdal
    countyName:
    Buskerud
    drainageBasinKey:
    556
    hierarchy:
    Numedalslågen
    lakeArea:
    19.64
    lakeName:
    Pålsbufjorden
    lakeNo:
    376
    regineNo:
    015.M1
    reservoirNo:
    91
    reservoirName:
    PÅLSBUFJORD
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1645.82
    drainageBasinAreaNorway:
    1645.82
    gradient1085:
    5.12
    gradientBasin:
    10.42
    gradientRiver:
    4.36
    heightMinimum:
    748
    heightHypso10:
    1017
    heightHypso20:
    1103
    heightHypso30:
    1184
    heightHypso40:
    1233
    heightHypso50:
    1250
    heightHypso60:
    1273
    heightHypso70:
    1280
    heightHypso80:
    1301
    heightHypso90:
    1351
    heightMaximum:
    1538
    lengthKmBasin:
    86.3
    lengthKmRiver:
    113.87
    percentAgricul:
    0.15
    percentBog:
    8.28
    percentEffBog:
    not reported by source
    percentEffLake:
    2.12
    percentForest:
    16
    percentGlacier:
    0
    percentLake:
    12.45
    percentMountain:
    61.19
    percentUrban:
    0.01
    utmZoneGravi:
    33
    utmEastGravi:
    111657
    utmNorthGravi:
    6708921
    utmZoneInlet:
    33
    utmEastInlet:
    73049
    utmNorthInlet:
    6708021
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    1063.45
    specificDischarge:
    20.47
    regulationArea:
    1645.84
    areaReservoirs:
    33.36
    volumeReservoirs:
    335
    regulationPartReservoirs:
    0.32
    transferAreaIn:
    15.17
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0.05
    numberReservoirs:
    2
    firstYearRegulation:
    2005
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    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:

    3 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:
        1924-05-01T11:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1924-05-01T11:00:00Z
        dataToTime:
        2026-06-21T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1924-05-01T11:00:00Z
        dataToTime:
        1927-02-19T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1924-05-01T11:00:00Z
        dataToTime:
        1927-02-19T11:00:00Z
    3. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      0
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1924-05-01T11:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-02-04T01:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1924-05-01T11:00:00Z
        dataToTime:
        2026-06-21T11:00:00Z
  8. station_id:
    15.9.0
    stationName:
    Tunhovdfjord
    latitude:
    60.32215
    longitude:
    8.92429
    utmEast_Z33:
    164732
    utmNorth_Z33:
    6702756
    masl:
    738
    riverName:
    Numedalslågen
    councilNumber:
    3338
    councilName:
    Nore og Uvdal
    countyName:
    Buskerud
    drainageBasinKey:
    557
    hierarchy:
    Numedalslågen
    lakeArea:
    25.55
    lakeName:
    Tunhovdfjorden
    lakeNo:
    375
    regineNo:
    015.L11
    reservoirNo:
    90
    reservoirName:
    TUNHOVDFJORD
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1857.87
    drainageBasinAreaNorway:
    1857.87
    gradient1085:
    4.79
    gradientBasin:
    10.87
    gradientRiver:
    3.78
    heightMinimum:
    733
    heightHypso10:
    932
    heightHypso20:
    1057
    heightHypso30:
    1123
    heightHypso40:
    1202
    heightHypso50:
    1247
    heightHypso60:
    1263
    heightHypso70:
    1281
    heightHypso80:
    1302
    heightHypso90:
    1337
    heightMaximum:
    1538
    lengthKmBasin:
    92.97
    lengthKmRiver:
    135.53
    percentAgricul:
    0.18
    percentBog:
    8.03
    percentEffBog:
    not reported by source
    percentEffLake:
    3.06
    percentForest:
    20.58
    percentGlacier:
    0
    percentLake:
    13.32
    percentMountain:
    55.58
    percentUrban:
    0.01
    utmZoneGravi:
    33
    utmEastGravi:
    116828
    utmNorthGravi:
    6709755
    utmZoneInlet:
    33
    utmEastInlet:
    73049
    utmNorthInlet:
    6708021
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    1141.75
    specificDischarge:
    19.47
    regulationArea:
    1857.89
    areaReservoirs:
    72.07
    volumeReservoirs:
    841
    regulationPartReservoirs:
    0.74
    transferAreaIn:
    262.61
    transferAreaOut:
    43.78
    reservoirAreaIn:
    0
    reservoirAreaOut:
    13.16
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    154
    remainingArea:
    0.05
    numberReservoirs:
    4
    firstYearRegulation:
    1928
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    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:
        1919-05-01T11:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1919-05-01T11:00:00Z
        dataToTime:
        2026-06-21T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      0
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1919-05-01T11:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-02-28T09:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1919-05-01T11:00:00Z
        dataToTime:
        2026-06-21T11:00:00Z
limit:
25
offset:
0
returned:
8
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.