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-20T06:31:25Z in 0.423 seconds.

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

Showing 6 of 6 results in compact format.

  1. station_id:
    2.252.0
    latitude:
    61.54786
    longitude:
    8.25061
  2. station_id:
    2.268.0
    latitude:
    61.79955
    longitude:
    8.44722
  3. station_id:
    2.290.0
    latitude:
    61.7262
    longitude:
    8.29597
  4. station_id:
    2.677.0
    latitude:
    61.83521
    longitude:
    8.56266
  5. station_id:
    75.6.0
    latitude:
    61.59835
    longitude:
    7.94314
  6. station_id:
    75.93.0
    latitude:
    61.5658
    longitude:
    7.99954
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=LOM&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-20T06:31:25.0518128Z
queryTime:
00:00:00.0012822
itemCount:
6
data:

6 results

  1. station_id:
    2.252.0
    stationName:
    Leirvatn
    latitude:
    61.54786
    longitude:
    8.25061
    utmEast_Z33:
    141712
    utmNorth_Z33:
    6842398
    masl:
    1401
    riverName:
    Leira
    councilNumber:
    3434
    councilName:
    Lom
    countyName:
    Innlandet
    drainageBasinKey:
    154
    hierarchy:
    Leira/Bøvri/Otta/Vorma-Lågen/Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    30352
    regineNo:
    002.DHBBZ
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    not reported by source
    stationStatusName:
    Aktiv
    drainageBasinArea:
    12.67
    drainageBasinAreaNorway:
    12.67
    gradient1085:
    14.73
    gradientBasin:
    39.13
    gradientRiver:
    31.24
    heightMinimum:
    1401
    heightHypso10:
    1415
    heightHypso20:
    1460
    heightHypso30:
    1477
    heightHypso40:
    1517
    heightHypso50:
    1578
    heightHypso60:
    1636
    heightHypso70:
    1721
    heightHypso80:
    1783
    heightHypso90:
    1884
    heightMaximum:
    2228
    lengthKmBasin:
    4.99
    lengthKmRiver:
    5.79
    percentAgricul:
    0
    percentBog:
    0.09
    percentEffBog:
    not reported by source
    percentEffLake:
    10.68
    percentForest:
    0
    percentGlacier:
    0.47
    percentLake:
    14.76
    percentMountain:
    84.71
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    145714
    utmNorthGravi:
    6856216
    utmZoneInlet:
    33
    utmEastInlet:
    144622
    utmNorthInlet:
    6840816
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    18.2
    specificDischarge:
    45.52
    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:
    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:
      1971-05-15T00:00:00
      serieTo:
      1975-09-25T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1971-05-15T11:00:00Z
        dataToTime:
        1975-09-25T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1971-05-15T11:00:00Z
        dataToTime:
        1975-09-25T11:00:00Z
  2. station_id:
    2.268.0
    stationName:
    Akslen
    latitude:
    61.79955
    longitude:
    8.44722
    utmEast_Z33:
    154948
    utmNorth_Z33:
    6869267
    masl:
    476
    riverName:
    Bøvri
    councilNumber:
    3434
    councilName:
    Lom
    countyName:
    Innlandet
    drainageBasinKey:
    160
    hierarchy:
    Bøvri/Otta/Vorma-Lågen/Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    002.DHBA2
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    789.27
    drainageBasinAreaNorway:
    789.27
    gradient1085:
    17.41
    gradientBasin:
    28.94
    gradientRiver:
    21.91
    heightMinimum:
    471
    heightHypso10:
    1013
    heightHypso20:
    1226
    heightHypso30:
    1350
    heightHypso40:
    1456
    heightHypso50:
    1526
    heightHypso60:
    1643
    heightHypso70:
    1760
    heightHypso80:
    1943
    heightHypso90:
    2056
    heightMaximum:
    2464
    lengthKmBasin:
    35.94
    lengthKmRiver:
    48.03
    percentAgricul:
    0.73
    percentBog:
    1.02
    percentEffBog:
    not reported by source
    percentEffLake:
    0.06
    percentForest:
    12.3
    percentGlacier:
    10.31
    percentLake:
    2.42
    percentMountain:
    70.75
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    144035
    utmNorthGravi:
    6855398
    utmZoneInlet:
    33
    utmEastInlet:
    133260
    utmNorthInlet:
    6863096
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    749.72
    specificDischarge:
    30.1
    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:
    2020
    catchmentRegTypeName:
    Uregulert
    owner:
    GLOMMENS OG LAAGENS BRUKSEIERFORENING
    qNumberOfYears:
    91
    qStartYear:
    1934
    qEndYear:
    2025
    qm:
    191.4208
    q5:
    237.9898
    q10:
    276.2998
    q20:
    313.2271
    q50:
    361.2878
    hm:
    473.2059
    h5:
    473.6093
    h10:
    473.9069
    h20:
    474.1712
    h50:
    474.4886
    culQm:
    233.757
    culQ5:
    290.6256
    culQ10:
    337.4085
    culQ20:
    382.5029
    culQ50:
    441.1931
    culHm:
    473.5747
    culH5:
    474.0118
    culH10:
    474.3343
    culH20:
    474.6207
    culH50:
    474.9647
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1961-11-10T11:00:00Z
        dataToTime:
        2026-09-19T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-03T14:00:00Z
        dataToTime:
        2026-09-19T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1961-11-10T11:00:00Z
        dataToTime:
        2026-09-18T11: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:
        1961-11-10T11:00:00Z
        dataToTime:
        2026-09-19T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-03T14:00:00Z
        dataToTime:
        2026-09-19T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1961-11-10T11:00:00Z
        dataToTime:
        2026-09-18T11:00:00Z
  3. station_id:
    2.290.0
    stationName:
    Brustuen
    latitude:
    61.7262
    longitude:
    8.29597
    utmEast_Z33:
    146161
    utmNorth_Z33:
    6861940
    masl:
    667
    riverName:
    Bøvri
    councilNumber:
    3434
    councilName:
    Lom
    countyName:
    Innlandet
    drainageBasinKey:
    176
    hierarchy:
    Bøvri/Otta/Vorma-Lågen/Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    002.DHBC0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    254
    drainageBasinAreaNorway:
    254
    gradient1085:
    21.82
    gradientBasin:
    31.6
    gradientRiver:
    26.8
    heightMinimum:
    661
    heightHypso10:
    1009
    heightHypso20:
    1166
    heightHypso30:
    1321
    heightHypso40:
    1409
    heightHypso50:
    1461
    heightHypso60:
    1503
    heightHypso70:
    1584
    heightHypso80:
    1667
    heightHypso90:
    1853
    heightMaximum:
    2219
    lengthKmBasin:
    24.82
    lengthKmRiver:
    32.2
    percentAgricul:
    0.78
    percentBog:
    1.25
    percentEffBog:
    not reported by source
    percentEffLake:
    0.56
    percentForest:
    9.36
    percentGlacier:
    8.27
    percentLake:
    4.77
    percentMountain:
    72.21
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    134534
    utmNorthGravi:
    6856750
    utmZoneInlet:
    33
    utmEastInlet:
    133261
    utmNorthInlet:
    6863095
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    290.82
    specificDischarge:
    36.28
    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:
    59
    qStartYear:
    1967
    qEndYear:
    2025
    qm:
    68.7522
    q5:
    78.2623
    q10:
    88.1258
    q20:
    98.5746
    q50:
    113.6996
    hm:
    2.0266
    h5:
    2.1641
    h10:
    2.2965
    h20:
    2.4274
    h50:
    2.6029
    culQm:
    74.756
    culQ5:
    85.0965
    culQ10:
    95.8213
    culQ20:
    107.1825
    culQ50:
    123.6283
    culHm:
    2.1146
    culH5:
    2.2568
    culH10:
    2.3937
    culH20:
    2.5291
    culH50:
    2.7107
    seriesList:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1966-10-14T11:00:00Z
        dataToTime:
        2026-09-20T05:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-01T00:00:00Z
        dataToTime:
        2026-09-20T05:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1966-10-14T11:00:00Z
        dataToTime:
        2026-09-19T11: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:
        1966-10-14T11:00:00Z
        dataToTime:
        2026-09-20T06:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-01T00:00:00Z
        dataToTime:
        2026-09-20T06:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1966-10-14T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
    3. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2003-11-06T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2003-11-06T17:00:00Z
        dataToTime:
        2026-09-20T06:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-11-06T18:00:00Z
        dataToTime:
        2026-09-20T06:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-11-07T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
  4. station_id:
    2.677.0
    stationName:
    Bøvre ovf. Otta
    latitude:
    61.83521
    longitude:
    8.56266
    utmEast_Z33:
    161406
    utmNorth_Z33:
    6872617
    masl:
    380
    riverName:
    Bøvri
    councilNumber:
    3434
    councilName:
    Lom
    countyName:
    Innlandet
    drainageBasinKey:
    0
    hierarchy:
    Bøvri/Otta/Vorma-Lågen/Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    002.DHBA2
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    not reported by source
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    HB. Hydrologisk avd./seksjon bre, snø og is
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

    1. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      4
      unit:
      °C
      serieFrom:
      2010-09-14T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2010-09-13T12:00:00Z
        dataToTime:
        2026-06-10T06:19:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-04-21T14:00:00Z
        dataToTime:
        2026-06-10T06:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-09-14T11:00:00Z
        dataToTime:
        2026-06-09T11:00:00Z
    2. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1974-05-10T00:00:00
      serieTo:
      1984-10-31T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1974-05-10T11:00:00Z
        dataToTime:
        1975-06-30T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1974-05-10T11:00:00Z
        dataToTime:
        1975-06-30T11:00:00Z
  5. station_id:
    75.6.0
    stationName:
    Storevatn
    latitude:
    61.59835
    longitude:
    7.94314
    utmEast_Z33:
    126044
    utmNorth_Z33:
    6849732
    masl:
    1270
    riverName:
    Grandfasta
    councilNumber:
    3434
    councilName:
    Lom
    countyName:
    Innlandet
    drainageBasinKey:
    1309
    hierarchy:
    Grandfasta/Fortunvassdraget
    lakeArea:
    5.26
    lakeName:
    Storevatnet
    lakeNo:
    1589
    regineNo:
    075.CE
    reservoirNo:
    459
    reservoirName:
    STOREVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    14.23
    drainageBasinAreaNorway:
    14.23
    gradient1085:
    43.52
    gradientBasin:
    18.86
    gradientRiver:
    47.32
    heightMinimum:
    1270
    heightHypso10:
    1293
    heightHypso20:
    1313
    heightHypso30:
    1340
    heightHypso40:
    1364
    heightHypso50:
    1402
    heightHypso60:
    1436
    heightHypso70:
    1492
    heightHypso80:
    1560
    heightHypso90:
    1605
    heightMaximum:
    1709
    lengthKmBasin:
    5.48
    lengthKmRiver:
    5.79
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    30.45
    percentForest:
    0
    percentGlacier:
    1.43
    percentLake:
    38.29
    percentMountain:
    60.27
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    127133
    utmNorthGravi:
    6852193
    utmZoneInlet:
    33
    utmEastInlet:
    129037
    utmNorthInlet:
    6854115
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    22.06
    specificDischarge:
    48.99
    regulationArea:
    14.27
    areaReservoirs:
    5.26
    volumeReservoirs:
    109
    regulationPartReservoirs:
    4.94
    transferAreaIn:
    62.7
    transferAreaOut:
    0
    reservoirAreaIn:
    7.29
    reservoirAreaOut:
    5.26
    reservoirVolumeIn:
    89.2
    reservoirVolumeOut:
    109
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1962
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Hydro Energi - Fortun
    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:
        1976-01-06T11:00:00Z
        dataToTime:
        2026-06-12T23:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1976-01-06T11:00:00Z
        dataToTime:
        2026-06-13T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      50
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-07-11T11:00:00Z
        dataToTime:
        2026-06-12T23:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-07-11T11:00:00Z
        dataToTime:
        2026-06-13T11:00:00Z
  6. station_id:
    75.93.0
    stationName:
    Sognefjellet snøstasjon
    latitude:
    61.5658
    longitude:
    7.99954
    utmEast_Z33:
    128635
    utmNorth_Z33:
    6845798
    masl:
    1428
    riverName:
    Hervasselvi
    councilNumber:
    3434
    councilName:
    Lom
    countyName:
    Innlandet
    drainageBasinKey:
    0
    hierarchy:
    Hervasselvi/Grandfasta/Fortunvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    075.CC1D
    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:
    not reported by source
    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:

    5 results

    1. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2010-09-22T00:00:00
      serieTo:
      2019-07-31T00:00:00
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2010-09-22T16:00:00Z
        dataToTime:
        2019-07-31T03:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-09-22T17:00:00Z
        dataToTime:
        2019-07-31T03:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-09-23T11:00:00Z
        dataToTime:
        2019-07-30T11:00:00Z
    2. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2010-09-20T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-09-12T14:44:00Z
        dataToTime:
        2026-09-20T05:30:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-09-12T16:00:00Z
        dataToTime:
        2026-09-20T05:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-09-13T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
    3. parameterName:
      Snødybde
      parameter:
      2002
      versionNo:
      1
      unit:
      cm
      serieFrom:
      2010-09-20T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-09-12T14:44:00Z
        dataToTime:
        2026-09-20T05:30:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-09-12T15:00:00Z
        dataToTime:
        2026-09-20T06:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-09-13T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    4. parameterName:
      Snøens vannekvivalent
      parameter:
      2003
      versionNo:
      1
      unit:
      m
      serieFrom:
      2010-09-20T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2010-09-02T11:00:00Z
        dataToTime:
        2026-09-20T04:30:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-09-22T17:00:00Z
        dataToTime:
        2026-09-20T04:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-09-01T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
    5. parameterName:
      Overflatetemperatur
      parameter:
      2040
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2019-09-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-04-29T09:30:00Z
        dataToTime:
        2026-09-20T05:30:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2022-04-29T09:00:00Z
        dataToTime:
        2026-09-20T05:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2022-04-27T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
limit:
25
offset:
0
returned:
6
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.