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-22T11:20:01Z in 0.167 seconds.

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

Showing 5 of 5 results in compact format.

  1. station_id:
    2.245.0
    latitude:
    61.27935
    longitude:
    10.08972
  2. station_id:
    2.28.0
    latitude:
    61.21542
    longitude:
    10.26932
  3. station_id:
    2.402.0
    latitude:
    61.21887
    longitude:
    9.8884
  4. station_id:
    2.404.0
    latitude:
    61.2038
    longitude:
    9.99033
  5. station_id:
    2.720.2
    latitude:
    61.40754
    longitude:
    9.56826
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=GAUSDAL&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-22T11:20:01.2633988Z
queryTime:
00:00:00.0025060
itemCount:
5
data:

5 results

  1. station_id:
    2.245.0
    stationName:
    Rausjø
    latitude:
    61.27935
    longitude:
    10.08972
    utmEast_Z33:
    236932
    utmNorth_Z33:
    6803798
    masl:
    712
    riverName:
    Rauda
    councilNumber:
    3441
    councilName:
    Gausdal
    countyName:
    Innlandet
    drainageBasinKey:
    148
    hierarchy:
    Rauda/Vesleelva/Gausa/Vorma-Lågen/Glommavassdraget
    lakeArea:
    2.04
    lakeName:
    Store Åkrevatnet
    lakeNo:
    270
    regineNo:
    002.DDAAB
    reservoirNo:
    762
    reservoirName:
    RAUSJØEN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    10.9
    drainageBasinAreaNorway:
    10.9
    gradient1085:
    33.42
    gradientBasin:
    12.34
    gradientRiver:
    28.18
    heightMinimum:
    713
    heightHypso10:
    715
    heightHypso20:
    718
    heightHypso30:
    741
    heightHypso40:
    758
    heightHypso50:
    782
    heightHypso60:
    803
    heightHypso70:
    831
    heightHypso80:
    851
    heightHypso90:
    871
    heightMaximum:
    948
    lengthKmBasin:
    4.72
    lengthKmRiver:
    5.47
    percentAgricul:
    2.07
    percentBog:
    15.49
    percentEffBog:
    not reported by source
    percentEffLake:
    10.14
    percentForest:
    71.24
    percentGlacier:
    0
    percentLake:
    10.76
    percentMountain:
    0
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    235610
    utmNorthGravi:
    6805432
    utmZoneInlet:
    33
    utmEastInlet:
    235011
    utmNorthInlet:
    6808303
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    5.22
    specificDischarge:
    15.18
    regulationArea:
    10.9
    areaReservoirs:
    1.12
    volumeReservoirs:
    5
    regulationPartReservoirs:
    0.96
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    1.12
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    5
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1941
    catchmentRegTypeName:
    regulert m/magasinregulering
    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:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1971-01-15T11:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2016-01-01T08:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1971-01-15T11:00:00Z
        dataToTime:
        2026-06-21T11:00:00Z
  2. station_id:
    2.28.0
    stationName:
    Aulestad
    latitude:
    61.21542
    longitude:
    10.26932
    utmEast_Z33:
    246027
    utmNorth_Z33:
    6795979
    masl:
    200
    riverName:
    Gausa
    councilNumber:
    3441
    councilName:
    Gausdal
    countyName:
    Innlandet
    drainageBasinKey:
    40
    hierarchy:
    Gausa/Vorma-Lågen/Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    002.DDA0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    869.75
    drainageBasinAreaNorway:
    869.75
    gradient1085:
    10.54
    gradientBasin:
    16.22
    gradientRiver:
    11.44
    heightMinimum:
    195
    heightHypso10:
    561
    heightHypso20:
    711
    heightHypso30:
    784
    heightHypso40:
    852
    heightHypso50:
    886
    heightHypso60:
    934
    heightHypso70:
    978
    heightHypso80:
    1008
    heightHypso90:
    1105
    heightMaximum:
    1515
    lengthKmBasin:
    49.03
    lengthKmRiver:
    66.69
    percentAgricul:
    6.75
    percentBog:
    13.75
    percentEffBog:
    not reported by source
    percentEffLake:
    0.05
    percentForest:
    58.21
    percentGlacier:
    0
    percentLake:
    2.67
    percentMountain:
    8.01
    percentUrban:
    0.14
    utmZoneGravi:
    33
    utmEastGravi:
    229190
    utmNorthGravi:
    6807871
    utmZoneInlet:
    33
    utmEastInlet:
    217938
    utmNorthInlet:
    6830148
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    451.69
    specificDischarge:
    16.46
    regulationArea:
    696.46
    areaReservoirs:
    8.07
    volumeReservoirs:
    18.7
    regulationPartReservoirs:
    0.04
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    173.34
    numberReservoirs:
    6
    firstYearRegulation:
    1930
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    GLOMMENS OG LAAGENS BRUKSEIERFORENING
    qNumberOfYears:
    96
    qStartYear:
    1930
    qEndYear:
    2025
    qm:
    179.327
    q5:
    238.7681
    q10:
    293.0052
    q20:
    347.5945
    q50:
    422.1831
    hm:
    196.5499
    h5:
    196.769
    h10:
    196.9447
    h20:
    197.1048
    h50:
    197.3035
    culQm:
    233.7428
    culQ5:
    311.2208
    culQ10:
    381.9159
    culQ20:
    453.0699
    culQ50:
    550.292
    culHm:
    196.7516
    culH5:
    196.9997
    culH10:
    197.1988
    culH20:
    197.3802
    culH50:
    197.6052
    seriesList:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1984-01-01T11:00:00Z
        dataToTime:
        2026-09-22T10:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1999-03-05T00:00:00Z
        dataToTime:
        2026-09-22T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-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:
        1984-04-13T11:00:00Z
        dataToTime:
        2026-09-22T10:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1999-03-05T00:00:00Z
        dataToTime:
        2026-09-22T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-04-13T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1999-03-05T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1999-03-04T23:00:00Z
        dataToTime:
        2026-09-22T10:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1999-03-05T00:00:00Z
        dataToTime:
        2026-09-22T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1999-03-05T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  3. station_id:
    2.402.0
    stationName:
    Hornsjø
    latitude:
    61.21887
    longitude:
    9.8884
    utmEast_Z33:
    225635
    utmNorth_Z33:
    6797904
    masl:
    844
    riverName:
    Roppa
    councilNumber:
    3441
    councilName:
    Gausdal
    countyName:
    Innlandet
    drainageBasinKey:
    238
    hierarchy:
    Roppa/Gausa/Vorma-Lågen/Glommavassdraget
    lakeArea:
    3.3
    lakeName:
    Hornsjøen
    lakeNo:
    200
    regineNo:
    002.DDCD
    reservoirNo:
    50
    reservoirName:
    HORNSJØEN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    30.45
    drainageBasinAreaNorway:
    30.45
    gradient1085:
    12.97
    gradientBasin:
    8.79
    gradientRiver:
    11.71
    heightMinimum:
    848
    heightHypso10:
    848
    heightHypso20:
    859
    heightHypso30:
    891
    heightHypso40:
    905
    heightHypso50:
    927
    heightHypso60:
    960
    heightHypso70:
    1000
    heightHypso80:
    1006
    heightHypso90:
    1018
    heightMaximum:
    1071
    lengthKmBasin:
    10.94
    lengthKmRiver:
    14.6
    percentAgricul:
    0.48
    percentBog:
    27.94
    percentEffBog:
    not reported by source
    percentEffLake:
    11.07
    percentForest:
    37.26
    percentGlacier:
    0
    percentLake:
    13.76
    percentMountain:
    1.94
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    222837
    utmNorthGravi:
    6802084
    utmZoneInlet:
    33
    utmEastInlet:
    218666
    utmNorthInlet:
    6805353
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    19
    specificDischarge:
    19.69
    regulationArea:
    30.57
    areaReservoirs:
    3.3
    volumeReservoirs:
    10.4
    regulationPartReservoirs:
    0.55
    transferAreaIn:
    2.54
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    3.3
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    10.4
    remainingArea:
    0.01
    numberReservoirs:
    1
    firstYearRegulation:
    1976
    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:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1978-01-10T11:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2016-01-25T12:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1978-01-10T11:00:00Z
        dataToTime:
        2026-06-21T11:00:00Z
  4. station_id:
    2.404.0
    stationName:
    Ropptjern
    latitude:
    61.2038
    longitude:
    9.99033
    utmEast_Z33:
    230970
    utmNorth_Z33:
    6795805
    masl:
    829
    riverName:
    Roppa
    councilNumber:
    3441
    councilName:
    Gausdal
    countyName:
    Innlandet
    drainageBasinKey:
    239
    hierarchy:
    Roppa/Gausa/Vorma-Lågen/Glommavassdraget
    lakeArea:
    1.24
    lakeName:
    Ropptjørn
    lakeNo:
    199
    regineNo:
    002.DDCB
    reservoirNo:
    49
    reservoirName:
    ROPPTJERN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    55.78
    drainageBasinAreaNorway:
    55.78
    gradient1085:
    8.14
    gradientBasin:
    7.84
    gradientRiver:
    8.77
    heightMinimum:
    824
    heightHypso10:
    843
    heightHypso20:
    853
    heightHypso30:
    866
    heightHypso40:
    891
    heightHypso50:
    913
    heightHypso60:
    927
    heightHypso70:
    960
    heightHypso80:
    1000
    heightHypso90:
    1008
    heightMaximum:
    1071
    lengthKmBasin:
    16.25
    lengthKmRiver:
    21.79
    percentAgricul:
    1.38
    percentBog:
    37.81
    percentEffBog:
    not reported by source
    percentEffLake:
    5.59
    percentForest:
    35.35
    percentGlacier:
    0
    percentLake:
    11.31
    percentMountain:
    1.06
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    225228
    utmNorthGravi:
    6799656
    utmZoneInlet:
    33
    utmEastInlet:
    218665
    utmNorthInlet:
    6805353
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    34.25
    specificDischarge:
    19.44
    regulationArea:
    55.83
    areaReservoirs:
    4.53
    volumeReservoirs:
    13.7
    regulationPartReservoirs:
    0.4
    transferAreaIn:
    2.54
    transferAreaOut:
    58.37
    reservoirAreaIn:
    0
    reservoirAreaOut:
    4.53
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    13.7
    remainingArea:
    0
    numberReservoirs:
    2
    firstYearRegulation:
    1976
    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:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1976-11-01T11:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2016-01-01T08:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1976-11-01T11:00:00Z
        dataToTime:
        2026-06-21T11:00:00Z
  5. station_id:
    2.720.2
    stationName:
    Espedalsvann rør 2
    latitude:
    61.40754
    longitude:
    9.56826
    utmEast_Z33:
    210227
    utmNorth_Z33:
    6820256
    masl:
    756
    riverName:
    Espa
    councilNumber:
    3441
    councilName:
    Gausdal
    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:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    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:
      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:
        1975-07-08T11:00:00Z
        dataToTime:
        2026-09-22T05:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2011-03-29T08:00:00Z
        dataToTime:
        2026-09-22T05:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1975-07-08T11: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.