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-21T23:37:32Z in 0.145 seconds.

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

Showing 5 of 5 results in compact format.

  1. station_id:
    12.162.0
    latitude:
    60.59585
    longitude:
    7.51409
  2. station_id:
    51.4.0
    latitude:
    60.58807
    longitude:
    7.142
  3. station_id:
    51.5.0
    latitude:
    60.56663
    longitude:
    7.11951
  4. station_id:
    51.8.0
    latitude:
    60.64098
    longitude:
    7.07403
  5. station_id:
    62.14.0
    latitude:
    60.69053
    longitude:
    6.948
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=ULVIK&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T23:37:32.0431304Z
queryTime:
00:00:00.0022246
itemCount:
5
data:

5 results

  1. station_id:
    12.162.0
    stationName:
    Finsevatn
    latitude:
    60.59585
    longitude:
    7.51409
    utmEast_Z33:
    90591
    utmNorth_Z33:
    6741122
    masl:
    1218
    riverName:
    Hallingdalsvassdrage
    councilNumber:
    4620
    councilName:
    Ulvik
    countyName:
    Vestland
    drainageBasinKey:
    496
    hierarchy:
    Hallingdalsvassdraget/Drammensvassdraget
    lakeArea:
    3.18
    lakeName:
    Finsevatnet
    lakeNo:
    555
    regineNo:
    012.CK3
    reservoirNo:
    154
    reservoirName:
    FINSEVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    68.92
    drainageBasinAreaNorway:
    68.92
    gradient1085:
    7.34
    gradientBasin:
    19.45
    gradientRiver:
    11.56
    heightMinimum:
    1216
    heightHypso10:
    1255
    heightHypso20:
    1317
    heightHypso30:
    1348
    heightHypso40:
    1392
    heightHypso50:
    1459
    heightHypso60:
    1523
    heightHypso70:
    1555
    heightHypso80:
    1567
    heightHypso90:
    1609
    heightMaximum:
    1763
    lengthKmBasin:
    11.66
    lengthKmRiver:
    14.53
    percentAgricul:
    0
    percentBog:
    0.03
    percentEffBog:
    not reported by source
    percentEffLake:
    5.41
    percentForest:
    0
    percentGlacier:
    3.77
    percentLake:
    12.51
    percentMountain:
    83.67
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    87214
    utmNorthGravi:
    6743633
    utmZoneInlet:
    33
    utmEastInlet:
    83524
    utmNorthInlet:
    6746296
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    127.43
    specificDischarge:
    58.59
    regulationArea:
    68.91
    areaReservoirs:
    3.18
    volumeReservoirs:
    9.6
    regulationPartReservoirs:
    0.08
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    3.18
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    9.6
    remainingArea:
    0.01
    numberReservoirs:
    1
    firstYearRegulation:
    1983
    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:
        1967-06-26T11: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:
        1967-06-26T11: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:
        1967-06-26T11: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:
        1967-06-26T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  2. station_id:
    51.4.0
    stationName:
    Rundavatn
    latitude:
    60.58807
    longitude:
    7.142
    utmEast_Z33:
    70202
    utmNorth_Z33:
    6742640
    masl:
    1041
    riverName:
    Austdøla
    councilNumber:
    4620
    councilName:
    Ulvik
    countyName:
    Vestland
    drainageBasinKey:
    1125
    hierarchy:
    Austdøla/Osa-vassdraget
    lakeArea:
    0.13
    lakeName:
    Vetle Rundavatnet
    lakeNo:
    16627
    regineNo:
    051.2AB
    reservoirNo:
    604
    reservoirName:
    RUNDAVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    27.95
    drainageBasinAreaNorway:
    27.95
    gradient1085:
    25.96
    gradientBasin:
    21.03
    gradientRiver:
    29.73
    heightMinimum:
    1078
    heightHypso10:
    1181
    heightHypso20:
    1192
    heightHypso30:
    1220
    heightHypso40:
    1250
    heightHypso50:
    1277
    heightHypso60:
    1300
    heightHypso70:
    1322
    heightHypso80:
    1351
    heightHypso90:
    1367
    heightMaximum:
    1448
    lengthKmBasin:
    7.62
    lengthKmRiver:
    11.3
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    3.09
    percentForest:
    0
    percentGlacier:
    0
    percentLake:
    13.89
    percentMountain:
    86.1
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    74889
    utmNorthGravi:
    6746584
    utmZoneInlet:
    33
    utmEastInlet:
    78193
    utmNorthInlet:
    6744805
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    81.99
    specificDischarge:
    93.06
    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:
    1980
    catchmentRegTypeName:
    Uregulert
    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:
      50
      unit:
      m
      serieFrom:
      1994-08-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-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-08-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  3. station_id:
    51.5.0
    stationName:
    Langvatn
    latitude:
    60.56663
    longitude:
    7.11951
    utmEast_Z33:
    68690
    utmNorth_Z33:
    6740412
    masl:
    1158
    riverName:
    Langvasselva
    councilNumber:
    4620
    councilName:
    Ulvik
    countyName:
    Vestland
    drainageBasinKey:
    1126
    hierarchy:
    Langvasselva/Austdøla/Osa-vassdraget
    lakeArea:
    6.6
    lakeName:
    Langvatnet
    lakeNo:
    1921
    regineNo:
    051.2AAB
    reservoirNo:
    607
    reservoirName:
    LANGVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    26.72
    drainageBasinAreaNorway:
    26.72
    gradient1085:
    4.18
    gradientBasin:
    20.33
    gradientRiver:
    8.9
    heightMinimum:
    1158
    heightHypso10:
    1172
    heightHypso20:
    1196
    heightHypso30:
    1211
    heightHypso40:
    1222
    heightHypso50:
    1240
    heightHypso60:
    1267
    heightHypso70:
    1294
    heightHypso80:
    1292
    heightHypso90:
    1340
    heightMaximum:
    1492
    lengthKmBasin:
    6.25
    lengthKmRiver:
    11.8
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    7.93
    percentForest:
    0
    percentGlacier:
    0.28
    percentLake:
    31.29
    percentMountain:
    68.41
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    70935
    utmNorthGravi:
    6738806
    utmZoneInlet:
    33
    utmEastInlet:
    72417
    utmNorthInlet:
    6740437
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    64.54
    specificDischarge:
    76.94
    regulationArea:
    26.58
    areaReservoirs:
    6.6
    volumeReservoirs:
    160
    regulationPartReservoirs:
    2.48
    transferAreaIn:
    59.13
    transferAreaOut:
    0
    reservoirAreaIn:
    0.09
    reservoirAreaOut:
    6.6
    reservoirVolumeIn:
    0.02
    reservoirVolumeOut:
    160
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1980
    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:
      50
      unit:
      m
      serieFrom:
      1994-08-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-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-08-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  4. station_id:
    51.8.0
    stationName:
    Skruelsvatn
    latitude:
    60.64098
    longitude:
    7.07403
    utmEast_Z33:
    67208
    utmNorth_Z33:
    6748951
    masl:
    1117
    riverName:
    Osa-vassdraget
    councilNumber:
    4620
    councilName:
    Ulvik
    countyName:
    Vestland
    drainageBasinKey:
    1128
    hierarchy:
    Osa-vassdraget
    lakeArea:
    0.52
    lakeName:
    Skrulsvatnet
    lakeNo:
    1916
    regineNo:
    051.2D
    reservoirNo:
    603
    reservoirName:
    SKRUELSVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    16.21
    drainageBasinAreaNorway:
    16.21
    gradient1085:
    44.43
    gradientBasin:
    28.98
    gradientRiver:
    46.91
    heightMinimum:
    1116
    heightHypso10:
    1224
    heightHypso20:
    1274
    heightHypso30:
    1326
    heightHypso40:
    1347
    heightHypso50:
    1365
    heightHypso60:
    1394
    heightHypso70:
    1457
    heightHypso80:
    1476
    heightHypso90:
    1473
    heightMaximum:
    1589
    lengthKmBasin:
    4.57
    lengthKmRiver:
    6.03
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    5.01
    percentForest:
    0
    percentGlacier:
    1.28
    percentLake:
    14.45
    percentMountain:
    84.31
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    68302
    utmNorthGravi:
    6750510
    utmZoneInlet:
    33
    utmEastInlet:
    71161
    utmNorthInlet:
    6750888
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    43.16
    specificDischarge:
    85.53
    regulationArea:
    16
    areaReservoirs:
    0.52
    volumeReservoirs:
    6
    regulationPartReservoirs:
    0.14
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0.52
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    6
    remainingArea:
    -0.01
    numberReservoirs:
    1
    firstYearRegulation:
    1980
    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:
      50
      unit:
      m
      serieFrom:
      1994-09-19T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-09-19T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-09-19T11: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-09-19T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-09-19T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  5. station_id:
    62.14.0
    stationName:
    Slondalsvatn
    latitude:
    60.69053
    longitude:
    6.948
    utmEast_Z33:
    61027
    utmNorth_Z33:
    6755281
    masl:
    752
    riverName:
    Kvannjolo
    councilNumber:
    4620
    councilName:
    Ulvik
    countyName:
    Vestland
    drainageBasinKey:
    1171
    hierarchy:
    Kvannjolo/Raundalselvi/Vossovassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    27292
    regineNo:
    062.FC1Z
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, ikke pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    41.86
    drainageBasinAreaNorway:
    41.86
    gradient1085:
    42.88
    gradientBasin:
    34.49
    gradientRiver:
    49.47
    heightMinimum:
    752
    heightHypso10:
    999
    heightHypso20:
    1123
    heightHypso30:
    1162
    heightHypso40:
    1246
    heightHypso50:
    1255
    heightHypso60:
    1310
    heightHypso70:
    1341
    heightHypso80:
    1394
    heightHypso90:
    1457
    heightMaximum:
    1602
    lengthKmBasin:
    8.17
    lengthKmRiver:
    14.27
    percentAgricul:
    0.03
    percentBog:
    1.04
    percentEffBog:
    not reported by source
    percentEffLake:
    2.78
    percentForest:
    2.72
    percentGlacier:
    0.97
    percentLake:
    10.27
    percentMountain:
    82.63
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    63155
    utmNorthGravi:
    6752487
    utmZoneInlet:
    33
    utmEastInlet:
    66224
    utmNorthInlet:
    6749631
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    94.76
    specificDischarge:
    71.8
    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:
    VOSS ENERGI PRODUKSJON AS
    qNumberOfYears:
    37
    qStartYear:
    1984
    qEndYear:
    2025
    qm:
    25.0999
    q5:
    29.2452
    q10:
    35.8961
    q20:
    44.0658
    q50:
    58.0531
    hm:
    2.496
    h5:
    2.5605
    h10:
    2.6539
    h20:
    2.7558
    h50:
    2.9078
    culQm:
    31.5624
    culQ5:
    36.775
    culQ10:
    45.1384
    culQ20:
    55.4115
    culQ50:
    73.0001
    culHm:
    2.5943
    culH5:
    2.6654
    culH10:
    2.7684
    culH20:
    2.8808
    culH50:
    3.0484
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1983-04-06T11:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-08-24T11:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1983-04-06T11:00:00Z
        dataToTime:
        2026-09-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:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1983-04-06T11:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-08-24T11:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1983-04-06T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2013-10-15T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-10-15T12:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2019-08-21T19:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-10-15T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2019-08-21T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2019-08-21T18:01:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2019-08-21T19:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2019-08-22T11:00:00Z
        dataToTime:
        2026-09-21T11: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.