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-22T12:26:12Z in 0.194 seconds.

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

Showing 5 of 5 results in compact format.

  1. station_id:
    109.21.0
    latitude:
    62.25589
    longitude:
    9.54368
  2. station_id:
    2.1134.1
    latitude:
    62.01715
    longitude:
    9.21554
  3. station_id:
    2.303.0
    latitude:
    62.08677
    longitude:
    9.10108
  4. station_id:
    2.592.0
    latitude:
    62.11198
    longitude:
    9.28987
  5. station_id:
    2.607.0
    latitude:
    62.17481
    longitude:
    9.42389
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=DOVRE&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-22T12:26:12.2059178Z
queryTime:
00:00:00.0008303
itemCount:
5
data:

5 results

  1. station_id:
    109.21.0
    stationName:
    Driva v/Svoni
    latitude:
    62.25589
    longitude:
    9.54368
    utmEast_Z33:
    216855
    utmNorth_Z33:
    6914632
    masl:
    994
    riverName:
    Driva
    councilNumber:
    3431
    councilName:
    Dovre
    countyName:
    Innlandet
    drainageBasinKey:
    1577
    hierarchy:
    Driva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    109.H0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    135.96
    drainageBasinAreaNorway:
    135.96
    gradient1085:
    33.27
    gradientBasin:
    not reported by source
    gradientRiver:
    32.54
    heightMinimum:
    983
    heightHypso10:
    1076
    heightHypso20:
    1131
    heightHypso30:
    1191
    heightHypso40:
    1241
    heightHypso50:
    1287
    heightHypso60:
    1339
    heightHypso70:
    1408
    heightHypso80:
    1494
    heightHypso90:
    1574
    heightMaximum:
    2284
    lengthKmBasin:
    16.72
    lengthKmRiver:
    19.76
    percentAgricul:
    0.02
    percentBog:
    2.92
    percentEffBog:
    not reported by source
    percentEffLake:
    0.03
    percentForest:
    0.92
    percentGlacier:
    0.68
    percentLake:
    1.23
    percentMountain:
    87.35
    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:
    73.23
    specificDischarge:
    17.07
    regulationArea:
    0
    areaReservoirs:
    0.49
    volumeReservoirs:
    0.05
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    2
    firstYearRegulation:
    0
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    51
    qStartYear:
    1970
    qEndYear:
    2025
    qm:
    26.1688
    q5:
    33.3921
    q10:
    39.8106
    q20:
    46.2005
    q50:
    54.8246
    hm:
    1.3801
    h5:
    1.4967
    h10:
    1.5888
    h20:
    1.6725
    h50:
    1.7757
    culQm:
    34.609
    culQ5:
    44.162
    culQ10:
    52.6505
    culQ20:
    61.1013
    culQ50:
    72.507
    culHm:
    1.5149
    culH5:
    1.6465
    culH10:
    1.7506
    culH20:
    1.8451
    culH50:
    1.9616
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1970-01-01T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1981-01-09T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1970-01-01T11: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:
        1970-01-01T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1981-01-09T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1970-01-01T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2013-05-04T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-06-04T14:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-06-04T15:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-06-05T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2005-05-09T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2005-05-12T12:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-05-12T13:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-05-13T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  2. station_id:
    2.1134.1
    stationName:
    Dovre rør 1
    latitude:
    62.01715
    longitude:
    9.21554
    utmEast_Z33:
    197484
    utmNorth_Z33:
    6889593
    masl:
    564
    riverName:
    Vorma-Lågen
    councilNumber:
    3431
    councilName:
    Dovre
    countyName:
    Innlandet
    drainageBasinKey:
    0
    hierarchy:
    Vorma-Lågen/Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    002.DJ71
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

    1. parameterName:
      Grunnvannstemperatur
      parameter:
      2015
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2013-05-30T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-05-30T20:00:00Z
        dataToTime:
        2026-09-22T12:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-05-30T21:00:00Z
        dataToTime:
        2026-09-22T12:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-05-31T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    2. parameterName:
      Grunnvannsnivå - Dyp under bakken
      parameter:
      5130
      versionNo:
      1
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-05-30T20:00:00Z
        dataToTime:
        2026-09-22T12:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-05-30T21:00:00Z
        dataToTime:
        2026-09-22T12:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-05-31T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  3. station_id:
    2.303.0
    stationName:
    Dombås
    latitude:
    62.08677
    longitude:
    9.10108
    utmEast_Z33:
    192216
    utmNorth_Z33:
    6897864
    masl:
    568
    riverName:
    Jora
    councilNumber:
    3431
    councilName:
    Dovre
    countyName:
    Innlandet
    drainageBasinKey:
    186
    hierarchy:
    Jora/Vorma-Lågen/Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    002.DJA0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    493.62
    drainageBasinAreaNorway:
    493.62
    gradient1085:
    17.13
    gradientBasin:
    24.59
    gradientRiver:
    23.05
    heightMinimum:
    567
    heightHypso10:
    965
    heightHypso20:
    1108
    heightHypso30:
    1223
    heightHypso40:
    1285
    heightHypso50:
    1362
    heightHypso60:
    1462
    heightHypso70:
    1522
    heightHypso80:
    1614
    heightHypso90:
    1751
    heightMaximum:
    2213
    lengthKmBasin:
    32.96
    lengthKmRiver:
    45.92
    percentAgricul:
    0.09
    percentBog:
    3.59
    percentEffBog:
    not reported by source
    percentEffLake:
    0.09
    percentForest:
    11.83
    percentGlacier:
    0.26
    percentLake:
    3.85
    percentMountain:
    78.08
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    191614
    utmNorthGravi:
    6913802
    utmZoneInlet:
    33
    utmEastInlet:
    191870
    utmNorthInlet:
    6929319
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    317.1
    specificDischarge:
    20.35
    regulationArea:
    0
    areaReservoirs:
    0
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    0
    firstYearRegulation:
    0
    catchmentRegTypeName:
    Uregulert
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    58
    qStartYear:
    1968
    qEndYear:
    2025
    qm:
    101.7263
    q5:
    126.5798
    q10:
    144.6146
    q20:
    161.0835
    q50:
    181.2561
    hm:
    2.0559
    h5:
    2.219
    h10:
    2.325
    h20:
    2.4147
    h50:
    2.5169
    culQm:
    122.0192
    culQ5:
    151.8306
    culQ10:
    173.463
    culQ20:
    193.2172
    culQ50:
    217.414
    culHm:
    2.1907
    culH5:
    2.365
    culH10:
    2.4783
    culH20:
    2.5742
    culH50:
    2.6835
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1967-10-25T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-05-03T20:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1967-10-25T11: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:
        1967-10-25T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-05-03T20:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1967-10-25T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2011-11-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2011-11-02T00:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2011-11-02T01:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2011-11-02T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2003-11-05T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2003-11-05T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-11-05T12:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-11-06T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  4. station_id:
    2.592.0
    stationName:
    Fokstua
    latitude:
    62.11198
    longitude:
    9.28987
    utmEast_Z33:
    202295
    utmNorth_Z33:
    6899783
    masl:
    986
    riverName:
    Folla
    councilNumber:
    3431
    councilName:
    Dovre
    countyName:
    Innlandet
    drainageBasinKey:
    294
    hierarchy:
    Folla/Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    002.MG
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    26.54
    drainageBasinAreaNorway:
    26.54
    gradient1085:
    53.06
    gradientBasin:
    21.73
    gradientRiver:
    52.29
    heightMinimum:
    988
    heightHypso10:
    1223
    heightHypso20:
    1297
    heightHypso30:
    1352
    heightHypso40:
    1408
    heightHypso50:
    1451
    heightHypso60:
    1499
    heightHypso70:
    1527
    heightHypso80:
    1570
    heightHypso90:
    1598
    heightMaximum:
    1712
    lengthKmBasin:
    8.75
    lengthKmRiver:
    11.68
    percentAgricul:
    0
    percentBog:
    0.96
    percentEffBog:
    not reported by source
    percentEffLake:
    0
    percentForest:
    0.73
    percentGlacier:
    0
    percentLake:
    0.01
    percentMountain:
    98.01
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    209906
    utmNorthGravi:
    6905306
    utmZoneInlet:
    33
    utmEastInlet:
    209603
    utmNorthInlet:
    6901591
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    16.7
    specificDischarge:
    19.94
    regulationArea:
    0
    areaReservoirs:
    0
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    0
    firstYearRegulation:
    0
    catchmentRegTypeName:
    Uregulert
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    33
    qStartYear:
    1989
    qEndYear:
    2025
    qm:
    5.3307
    q5:
    6.5522
    q10:
    7.858
    q20:
    9.2575
    q50:
    11.31
    hm:
    0.7463
    h5:
    0.8508
    h10:
    0.9497
    h20:
    1.0446
    h50:
    1.1686
    culQm:
    7.6851
    culQ5:
    9.4461
    culQ10:
    11.3287
    culQ20:
    13.3462
    culQ50:
    16.3053
    culHm:
    0.9372
    culH5:
    1.0567
    culH10:
    1.1696
    culH20:
    1.2781
    culH50:
    1.4199
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1988-06-22T13:02:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-06-22T14:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-06-23T11: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:
        1988-06-22T13:02:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-06-22T14:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-06-23T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2011-08-13T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2011-08-13T00:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2011-08-13T01:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2011-08-13T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2005-07-05T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2005-04-26T13:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-04-26T14:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-04-27T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  5. station_id:
    2.607.0
    stationName:
    Vålåsjø
    latitude:
    62.17481
    longitude:
    9.42389
    utmEast_Z33:
    209873
    utmNorth_Z33:
    6906154
    masl:
    937
    riverName:
    Folla
    councilNumber:
    3431
    councilName:
    Dovre
    countyName:
    Innlandet
    drainageBasinKey:
    86
    hierarchy:
    Folla/Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    169
    regineNo:
    002.MF8
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, ikke pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    125.419
    drainageBasinAreaNorway:
    125.419
    gradient1085:
    24.37
    gradientBasin:
    14.27
    gradientRiver:
    26.99
    heightMinimum:
    936
    heightHypso10:
    956
    heightHypso20:
    992
    heightHypso30:
    1035
    heightHypso40:
    1099
    heightHypso50:
    1154
    heightHypso60:
    1216
    heightHypso70:
    1298
    heightHypso80:
    1352
    heightHypso90:
    1500
    heightMaximum:
    1709
    lengthKmBasin:
    14.33
    lengthKmRiver:
    24.56
    percentAgricul:
    0.38
    percentBog:
    9.27
    percentEffBog:
    not reported by source
    percentEffLake:
    1.08
    percentForest:
    18.7
    percentGlacier:
    0
    percentLake:
    1.92
    percentMountain:
    55.93
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    204290
    utmNorthGravi:
    6903408
    utmZoneInlet:
    33
    utmEastInlet:
    209607
    utmNorthInlet:
    6901585
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    56.34
    specificDischarge:
    14.24
    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:
    GLOMMENS OG LAAGENS BRUKSEIERFORENING
    qNumberOfYears:
    103
    qStartYear:
    1923
    qEndYear:
    2025
    qm:
    17.458
    q5:
    22.7488
    q10:
    27.5073
    q20:
    32.2685
    q50:
    38.7307
    hm:
    936.7751
    h5:
    936.8929
    h10:
    936.9921
    h20:
    937.0863
    h50:
    937.2079
    culQm:
    18.6801
    culQ5:
    24.3412
    culQ10:
    29.4329
    culQ20:
    34.5273
    culQ50:
    41.4418
    culHm:
    936.8031
    culH5:
    936.9267
    culH10:
    937.0307
    culH20:
    937.1296
    culH50:
    937.2571
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1979-10-23T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-04T12:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1979-10-23T11: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:
        1979-10-24T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-04T12:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1979-10-24T11: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.