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-24T19:44:25Z in 0.170 seconds.

Search scope: Municipality-filtered results cover all of Sør-Fron municipality.

Showing 5 of 5 results in compact format.

  1. station_id:
    2.1151.0
    latitude:
    61.70311
    longitude:
    9.95315
  2. station_id:
    2.224.0
    latitude:
    61.58098
    longitude:
    9.84132
  3. station_id:
    2.415.0
    latitude:
    61.43769
    longitude:
    9.49436
  4. station_id:
    2.651.0
    latitude:
    61.57644
    longitude:
    9.85061
  5. station_id:
    2.720.6
    latitude:
    61.43088
    longitude:
    9.51581
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=S%C3%B8r-Fron&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-24T19:44:25.7416588Z
queryTime:
00:00:00.0008569
itemCount:
5
data:

5 results

  1. station_id:
    2.1151.0
    stationName:
    Frya bru
    latitude:
    61.70311
    longitude:
    9.95315
    utmEast_Z33:
    233281
    utmNorth_Z33:
    6851460
    masl:
    647
    riverName:
    Frya
    councilNumber:
    3438
    councilName:
    Sør-Fron
    countyName:
    Innlandet
    drainageBasinKey:
    2490
    hierarchy:
    Frya/Vorma-Lågen/Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    002.DF3C0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    181.619
    drainageBasinAreaNorway:
    181.619
    gradient1085:
    18.89
    gradientBasin:
    not reported by source
    gradientRiver:
    27.52
    heightMinimum:
    650
    heightHypso10:
    852
    heightHypso20:
    885
    heightHypso30:
    924
    heightHypso40:
    1040
    heightHypso50:
    1098
    heightHypso60:
    1140
    heightHypso70:
    1190
    heightHypso80:
    1238
    heightHypso90:
    1327
    heightMaximum:
    1662
    lengthKmBasin:
    19.48
    lengthKmRiver:
    28.02
    percentAgricul:
    0.4
    percentBog:
    8.12
    percentEffBog:
    not reported by source
    percentEffLake:
    1.13
    percentForest:
    30.07
    percentGlacier:
    0
    percentLake:
    4.21
    percentMountain:
    51.72
    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:
    90.71
    specificDischarge:
    15.83
    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:
    12
    qStartYear:
    2014
    qEndYear:
    2025
    qm:
    25.2994
    q5:
    33.2836
    q10:
    38.8857
    q20:
    43.9266
    q50:
    50
    hm:
    644.0458
    h5:
    644.2536
    h10:
    644.3895
    h20:
    644.5063
    h50:
    644.6412
    culQm:
    27.6719
    culQ5:
    36.4047
    culQ10:
    42.5322
    culQ20:
    48.0457
    culQ50:
    54.6887
    culHm:
    644.1096
    culH5:
    644.3302
    culH10:
    644.4744
    culH20:
    644.5984
    culH50:
    644.7416
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-05-08T07:00:00Z
        dataToTime:
        2026-09-24T10:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-05-08T08:00:00Z
        dataToTime:
        2026-09-24T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-05-08T11:00:00Z
        dataToTime:
        2026-09-23T11: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:
        2014-05-08T07:00:00Z
        dataToTime:
        2026-09-24T10:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-05-08T08:00:00Z
        dataToTime:
        2026-09-24T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-05-08T11:00:00Z
        dataToTime:
        2026-09-23T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2019-03-18T10:00:00Z
        dataToTime:
        2026-09-24T10:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2019-03-18T11:00:00Z
        dataToTime:
        2026-09-24T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2019-03-19T11:00:00Z
        dataToTime:
        2026-09-23T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2019-03-18T10:00:00Z
        dataToTime:
        2026-09-24T10:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2019-03-18T11:00:00Z
        dataToTime:
        2026-09-24T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2019-03-19T11:00:00Z
        dataToTime:
        2026-09-23T11:00:00Z
  2. station_id:
    2.224.0
    stationName:
    Harpefoss
    latitude:
    61.58098
    longitude:
    9.84132
    utmEast_Z33:
    226301
    utmNorth_Z33:
    6838350
    masl:
    218
    riverName:
    Vorma-Lågen
    councilNumber:
    3438
    councilName:
    Sør-Fron
    countyName:
    Innlandet
    drainageBasinKey:
    2262
    hierarchy:
    Vorma-Lågen/Glommavassdraget
    lakeArea:
    0.46
    lakeName:
    not reported by source
    lakeNo:
    260152
    regineNo:
    002.DF71
    reservoirNo:
    1013
    reservoirName:
    HARPEFOSS
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    9649.35
    drainageBasinAreaNorway:
    9649.35
    gradient1085:
    2.91
    gradientBasin:
    19.06
    gradientRiver:
    2.88
    heightMinimum:
    220
    heightHypso10:
    801
    heightHypso20:
    1017
    heightHypso30:
    1077
    heightHypso40:
    1176
    heightHypso50:
    1275
    heightHypso60:
    1412
    heightHypso70:
    1498
    heightHypso80:
    1584
    heightHypso90:
    1786
    heightMaximum:
    2464
    lengthKmBasin:
    145.6
    lengthKmRiver:
    135.52
    percentAgricul:
    2.11
    percentBog:
    2.69
    percentEffBog:
    not reported by source
    percentEffLake:
    0.13
    percentForest:
    23.13
    percentGlacier:
    2.85
    percentLake:
    4.73
    percentMountain:
    61.15
    percentUrban:
    0.08
    utmZoneGravi:
    33
    utmEastGravi:
    169038
    utmNorthGravi:
    6866330
    utmZoneInlet:
    33
    utmEastInlet:
    95471
    utmNorthInlet:
    6900844
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    7031.65
    specificDischarge:
    23.09
    regulationArea:
    9649.04
    areaReservoirs:
    144.41
    volumeReservoirs:
    1053.21
    regulationPartReservoirs:
    0.15
    transferAreaIn:
    26.86
    transferAreaOut:
    61.09
    reservoirAreaIn:
    5.77
    reservoirAreaOut:
    10.22
    reservoirVolumeIn:
    68
    reservoirVolumeOut:
    126.6
    remainingArea:
    -0.02
    numberReservoirs:
    21
    firstYearRegulation:
    1953
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    HAFSLUND KRAFT INNLANDET AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    1256
    culQ5:
    1491
    culQ10:
    1693
    culQ20:
    1891
    culQ50:
    2153
    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:
      Vannføring
      parameter:
      1001
      versionNo:
      0
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1996-01-01T11:00:00Z
        dataToTime:
        2005-12-31T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-01-01T00:00:00Z
        dataToTime:
        2016-01-13T05:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-01-01T11:00:00Z
        dataToTime:
        2021-12-31T11:00:00Z
  3. station_id:
    2.415.0
    stationName:
    Espedalsvatn
    latitude:
    61.43769
    longitude:
    9.49436
    utmEast_Z33:
    206575
    utmNorth_Z33:
    6823937
    masl:
    722
    riverName:
    Espa
    councilNumber:
    3438
    councilName:
    Sør-Fron
    countyName:
    Innlandet
    drainageBasinKey:
    242
    hierarchy:
    Espa/Vinstra/Vorma-Lågen/Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    267
    regineNo:
    002.DFB6C
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    94.42
    drainageBasinAreaNorway:
    94.42
    gradient1085:
    0
    gradientBasin:
    21.97
    gradientRiver:
    6.37
    heightMinimum:
    722
    heightHypso10:
    771
    heightHypso20:
    903
    heightHypso30:
    951
    heightHypso40:
    1026
    heightHypso50:
    1086
    heightHypso60:
    1122
    heightHypso70:
    1162
    heightHypso80:
    1217
    heightHypso90:
    1263
    heightMaximum:
    1457
    lengthKmBasin:
    12.43
    lengthKmRiver:
    13.51
    percentAgricul:
    0.57
    percentBog:
    4.55
    percentEffBog:
    not reported by source
    percentEffLake:
    4.86
    percentForest:
    41.29
    percentGlacier:
    0
    percentLake:
    7.89
    percentMountain:
    40.16
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    208374
    utmNorthGravi:
    6820050
    utmZoneInlet:
    33
    utmEastInlet:
    210987
    utmNorthInlet:
    6814979
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    55.12
    specificDischarge:
    18.5
    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:
    42
    qStartYear:
    1976
    qEndYear:
    2025
    qm:
    17.6504
    q5:
    22.0293
    q10:
    29.8602
    q20:
    39.7657
    q50:
    57.3022
    hm:
    722.3007
    h5:
    722.4023
    h10:
    722.5521
    h20:
    722.7047
    h50:
    722.9169
    culQm:
    18.0691
    culQ5:
    22.5519
    culQ10:
    30.5685
    culQ20:
    40.709
    culQ50:
    58.6614
    culHm:
    722.3111
    culH5:
    722.4135
    culH10:
    722.5641
    culH20:
    722.7177
    culH50:
    722.9312
    seriesList:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1976-01-01T11:00:00Z
        dataToTime:
        2026-09-24T17:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-06T08:00:00Z
        dataToTime:
        2026-09-24T17:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1976-01-01T11:00:00Z
        dataToTime:
        2026-09-23T11: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:
        1976-01-01T11:00:00Z
        dataToTime:
        2026-09-24T17:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-06T08:00:00Z
        dataToTime:
        2026-09-24T17:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1976-01-01T11:00:00Z
        dataToTime:
        2026-09-24T11:00:00Z
    3. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      1
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1976-01-01T11:00:00Z
        dataToTime:
        2026-09-24T17:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-06T08:00:00Z
        dataToTime:
        2026-09-24T17:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1976-01-01T11:00:00Z
        dataToTime:
        2026-09-24T11:00:00Z
  4. station_id:
    2.651.0
    stationName:
    Lågen v/Harpefoss kraftstasjon
    latitude:
    61.57644
    longitude:
    9.85061
    utmEast_Z33:
    226754
    utmNorth_Z33:
    6837805
    masl:
    203
    riverName:
    Vorma-Lågen
    councilNumber:
    3438
    councilName:
    Sør-Fron
    countyName:
    Innlandet
    drainageBasinKey:
    0
    hierarchy:
    Vorma-Lågen/Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    002.DF81
    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:
    GLOMMENS OG LAAGENS BRUKSEIERFORENING
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    1 results

    1. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1972-04-07T00:00:00
      serieTo:
      1983-03-29T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1972-04-07T11:00:00Z
        dataToTime:
        1983-03-29T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-04-07T11:00:00Z
        dataToTime:
        1983-03-29T11:00:00Z
  5. station_id:
    2.720.6
    stationName:
    Espedalsvatn snødybde
    latitude:
    61.43088
    longitude:
    9.51581
    utmEast_Z33:
    207652
    utmNorth_Z33:
    6823084
    masl:
    789
    riverName:
    Espa
    councilNumber:
    3438
    councilName:
    Sør-Fron
    countyName:
    Innlandet
    drainageBasinKey:
    0
    hierarchy:
    Espa/Vinstra/Vorma-Lågen/Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    002.DFB6C
    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:
    GLOMMENS OG LAAGENS BRUKSEIERFORENING
    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:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1975-10-14T00:00:00
      serieTo:
      1977-12-27T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1975-10-14T11:00:00Z
        dataToTime:
        1977-12-27T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1975-10-14T11:00:00Z
        dataToTime:
        1977-12-27T11: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.