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-21T18:07:30Z in 0.144 seconds.

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

Showing 6 of 6 results in compact format.

  1. station_id:
    2.112.0
    latitude:
    61.46658
    longitude:
    11.04271
  2. station_id:
    2.32.0
    latitude:
    61.85194
    longitude:
    10.22212
  3. station_id:
    2.468.0
    latitude:
    61.69324
    longitude:
    10.792
  4. station_id:
    2.60.0
    latitude:
    61.26335
    longitude:
    11.31141
  5. station_id:
    2.700.0
    latitude:
    61.85003
    longitude:
    10.23534
  6. station_id:
    2.704.0
    latitude:
    61.78761
    longitude:
    10.66237
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=STOR-ELVDAL&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T18:07:30.294069Z
queryTime:
00:00:00.0008299
itemCount:
6
data:

6 results

  1. station_id:
    2.112.0
    stationName:
    Nye Stai
    latitude:
    61.46658
    longitude:
    11.04271
    utmEast_Z33:
    289204
    utmNorth_Z33:
    6821158
    masl:
    260
    riverName:
    Glommavassdraget
    councilNumber:
    3423
    councilName:
    Stor-Elvdal
    countyName:
    Innlandet
    drainageBasinKey:
    2353
    hierarchy:
    Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    002.L1
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    8949.14
    drainageBasinAreaNorway:
    8885.895
    gradient1085:
    2.06
    gradientBasin:
    not reported by source
    gradientRiver:
    2.38
    heightMinimum:
    250
    heightHypso10:
    728
    heightHypso20:
    778
    heightHypso30:
    860
    heightHypso40:
    909
    heightHypso50:
    966
    heightHypso60:
    1020
    heightHypso70:
    1093
    heightHypso80:
    1178
    heightHypso90:
    1333
    heightMaximum:
    2173
    lengthKmBasin:
    164.66
    lengthKmRiver:
    255.5
    percentAgricul:
    2.27
    percentBog:
    7.63
    percentEffBog:
    not reported by source
    percentEffLake:
    0.07
    percentForest:
    43.12
    percentGlacier:
    0
    percentLake:
    3.39
    percentMountain:
    36.18
    percentUrban:
    0.09
    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:
    4101.78
    specificDischarge:
    14.52
    regulationArea:
    6709.81
    areaReservoirs:
    87.83
    volumeReservoirs:
    361.2
    regulationPartReservoirs:
    0.09
    transferAreaIn:
    0
    transferAreaOut:
    5863.41
    reservoirAreaIn:
    0
    reservoirAreaOut:
    77.15
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    361.1
    remainingArea:
    2240.93
    numberReservoirs:
    12
    firstYearRegulation:
    1913
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    GLOMMENS OG LAAGENS BRUKSEIERFORENING
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    879.33
    q5:
    1100.89
    q10:
    1248.59
    q20:
    1415.5
    q50:
    1634.64
    hm:
    257.31
    h5:
    257.82
    h10:
    258.14
    h20:
    258.48
    h50:
    258.9
    culQm:
    943
    culQ5:
    1180.6
    culQ10:
    1339
    culQ20:
    1518
    culQ50:
    1753
    culHm:
    257.46
    culH5:
    257.99
    culH10:
    258.32
    culH20:
    258.68
    culH50:
    259.12
    seriesList:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2000-10-20T10:00:00Z
        dataToTime:
        2026-09-21T17:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2000-10-20T11:00:00Z
        dataToTime:
        2026-09-21T17:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2000-10-21T11:00:00Z
        dataToTime:
        2026-09-20T11: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:
        2000-10-20T10:00:00Z
        dataToTime:
        2026-09-21T17:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2000-10-20T11:00:00Z
        dataToTime:
        2026-09-21T17:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2000-10-21T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2005-12-12T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2005-09-26T21:00:00Z
        dataToTime:
        2013-03-07T06:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-09-26T22:00:00Z
        dataToTime:
        2013-03-07T06:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-09-27T11:00:00Z
        dataToTime:
        2013-03-06T11:00:00Z
  2. station_id:
    2.32.0
    stationName:
    Atnasjø
    latitude:
    61.85194
    longitude:
    10.22212
    utmEast_Z33:
    248696
    utmNorth_Z33:
    6866933
    masl:
    701
    riverName:
    Atna
    councilNumber:
    3423
    councilName:
    Stor-Elvdal
    countyName:
    Innlandet
    drainageBasinKey:
    43
    hierarchy:
    Atna/Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    126
    regineNo:
    002.LE
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    463.3
    drainageBasinAreaNorway:
    463.3
    gradient1085:
    9.63
    gradientBasin:
    28.08
    gradientRiver:
    12.35
    heightMinimum:
    689
    heightHypso10:
    827
    heightHypso20:
    954
    heightHypso30:
    1055
    heightHypso40:
    1151
    heightHypso50:
    1236
    heightHypso60:
    1333
    heightHypso70:
    1479
    heightHypso80:
    1575
    heightHypso90:
    1677
    heightMaximum:
    2173
    lengthKmBasin:
    34.05
    lengthKmRiver:
    60.39
    percentAgricul:
    0.5
    percentBog:
    2.28
    percentEffBog:
    not reported by source
    percentEffLake:
    1.08
    percentForest:
    22.34
    percentGlacier:
    0
    percentLake:
    1.97
    percentMountain:
    68.44
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    234972
    utmNorthGravi:
    6876314
    utmZoneInlet:
    33
    utmEastInlet:
    221034
    utmNorthInlet:
    6874062
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    323.21
    specificDischarge:
    22.11
    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:
    106
    qStartYear:
    1917
    qEndYear:
    2025
    qm:
    69.9403
    q5:
    86.292
    q10:
    100.9065
    q20:
    115.4911
    q50:
    135.2287
    hm:
    1.5157
    h5:
    1.7506
    h10:
    1.9434
    h20:
    2.1231
    h50:
    2.3501
    culQm:
    72.5235
    culQ5:
    89.4791
    culQ10:
    104.6334
    culQ20:
    119.7567
    culQ50:
    140.2233
    culHm:
    1.5544
    culH5:
    1.7939
    culH10:
    1.9904
    culH20:
    2.1736
    culH50:
    2.405
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1984-09-18T11:00:00Z
        dataToTime:
        2026-09-21T17:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-05T13:00:00Z
        dataToTime:
        2026-09-21T17:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-09-18T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-18T11:00:00Z
        dataToTime:
        2026-09-21T17:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-05T13:00:00Z
        dataToTime:
        2026-09-21T17:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-09-18T11:00:00Z
        dataToTime:
        2026-09-21T11: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:
        1984-09-18T11:00:00Z
        dataToTime:
        2026-09-21T17:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-05T13:00:00Z
        dataToTime:
        2026-09-21T17:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-09-18T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      2
      unit:
      °C
      serieFrom:
      2006-08-17T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-08-17T10:00:00Z
        dataToTime:
        2026-09-21T17:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-08-17T11:00:00Z
        dataToTime:
        2026-09-21T17:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-08-18T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  3. station_id:
    2.468.0
    stationName:
    Nordre Bjøråa
    latitude:
    61.69324
    longitude:
    10.792
    utmEast_Z33:
    277494
    utmNorth_Z33:
    6847206
    masl:
    595
    riverName:
    Nordre bjøråa
    councilNumber:
    3423
    councilName:
    Stor-Elvdal
    countyName:
    Innlandet
    drainageBasinKey:
    2282
    hierarchy:
    Nordre bjøråa/Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    002.L6Z
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    36.61
    drainageBasinAreaNorway:
    36.61
    gradient1085:
    22.23
    gradientBasin:
    not reported by source
    gradientRiver:
    21.38
    heightMinimum:
    597
    heightHypso10:
    690
    heightHypso20:
    738
    heightHypso30:
    768
    heightHypso40:
    787
    heightHypso50:
    825
    heightHypso60:
    839
    heightHypso70:
    869
    heightHypso80:
    885
    heightHypso90:
    919
    heightMaximum:
    1082
    lengthKmBasin:
    10.36
    lengthKmRiver:
    14.87
    percentAgricul:
    0.27
    percentBog:
    9.41
    percentEffBog:
    not reported by source
    percentEffLake:
    0.33
    percentForest:
    81.22
    percentGlacier:
    0
    percentLake:
    2.06
    percentMountain:
    2.24
    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:
    14.08
    specificDischarge:
    12.19
    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:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2008-09-22T00:00:00
      serieTo:
      2010-10-08T00:00:00
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2008-10-28T15:00:00Z
        dataToTime:
        2010-10-08T07:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-10-28T16:00:00Z
        dataToTime:
        2010-10-08T07:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-10-29T11:00:00Z
        dataToTime:
        2010-10-07T11:00:00Z
  4. station_id:
    2.60.0
    stationName:
    Glåma v/Steinvik
    latitude:
    61.26335
    longitude:
    11.31141
    utmEast_Z33:
    302227
    utmNorth_Z33:
    6797706
    masl:
    234
    riverName:
    Glommavassdraget
    councilNumber:
    3423
    councilName:
    Stor-Elvdal
    countyName:
    Innlandet
    drainageBasinKey:
    0
    hierarchy:
    Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    002.K4
    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:
      1995-05-30T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1995-05-30T00:00:00Z
        dataToTime:
        2023-08-21T12:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-11-25T19:00:00Z
        dataToTime:
        2023-08-21T12:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1995-05-30T11:00:00Z
        dataToTime:
        2023-08-20T11:00:00Z
  5. station_id:
    2.700.0
    stationName:
    Atna ndf. Atnsjøen
    latitude:
    61.85003
    longitude:
    10.23534
    utmEast_Z33:
    249375
    utmNorth_Z33:
    6866669
    masl:
    699
    riverName:
    Atna
    councilNumber:
    3423
    councilName:
    Stor-Elvdal
    countyName:
    Innlandet
    drainageBasinKey:
    0
    hierarchy:
    Atna/Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    002.LD
    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:

    1 results

    1. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      2
      unit:
      °C
      serieFrom:
      1982-08-11T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1982-08-11T14:00:00Z
        dataToTime:
        2025-11-01T02:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-10-09T14:00:00Z
        dataToTime:
        2025-11-01T02:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1982-08-12T11:00:00Z
        dataToTime:
        2025-10-31T11:00:00Z
  6. station_id:
    2.704.0
    stationName:
    Atna v/Fossum
    latitude:
    61.78761
    longitude:
    10.66237
    utmEast_Z33:
    271348
    utmNorth_Z33:
    6858152
    masl:
    423
    riverName:
    Atna
    councilNumber:
    3423
    councilName:
    Stor-Elvdal
    countyName:
    Innlandet
    drainageBasinKey:
    163
    hierarchy:
    Atna/Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    002.LB0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    not reported by source
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1137.78
    drainageBasinAreaNorway:
    1137.78
    gradient1085:
    8.05
    gradientBasin:
    20.21
    gradientRiver:
    11.21
    heightMinimum:
    421
    heightHypso10:
    758
    heightHypso20:
    840
    heightHypso30:
    907
    heightHypso40:
    978
    heightHypso50:
    1043
    heightHypso60:
    1108
    heightHypso70:
    1182
    heightHypso80:
    1271
    heightHypso90:
    1427
    heightMaximum:
    2170
    lengthKmBasin:
    58.15
    lengthKmRiver:
    91.14
    percentAgricul:
    0.62
    percentBog:
    4.98
    percentEffBog:
    not reported by source
    percentEffLake:
    0.16
    percentForest:
    36.6
    percentGlacier:
    0
    percentLake:
    1.08
    percentMountain:
    52.72
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    247529
    utmNorthGravi:
    6868484
    utmZoneInlet:
    33
    utmEastInlet:
    221031
    utmNorthInlet:
    6874063
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    671.94
    specificDischarge:
    18.72
    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:
    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:

    1 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1986-09-03T18:00:00Z
        dataToTime:
        2025-08-20T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-05-24T15:00:00Z
        dataToTime:
        2025-08-20T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-09-04T11:00:00Z
        dataToTime:
        2025-08-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.