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-21T23:12:59Z in 0.143 seconds.

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

Showing 5 of 5 results in compact format.

  1. station_id:
    109.23.0
    latitude:
    62.66259
    longitude:
    9.48831
  2. station_id:
    109.25.0
    latitude:
    62.66597
    longitude:
    9.21118
  3. station_id:
    109.9.0
    latitude:
    62.51146
    longitude:
    9.59233
  4. station_id:
    121.2.0
    latitude:
    62.6597
    longitude:
    9.82033
  5. station_id:
    2.395.0
    latitude:
    62.36153
    longitude:
    9.79778
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=Oppdal&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T23:12:59.5772651Z
queryTime:
00:00:00.0010729
itemCount:
5
data:

5 results

  1. station_id:
    109.23.0
    stationName:
    Gjevilvatn
    latitude:
    62.66259
    longitude:
    9.48831
    utmEast_Z33:
    217854
    utmNorth_Z33:
    6960065
    masl:
    660
    riverName:
    Festa
    councilNumber:
    5021
    councilName:
    Oppdal
    countyName:
    Trøndelag
    drainageBasinKey:
    0
    hierarchy:
    Festa/Driva
    lakeArea:
    21.18
    lakeName:
    Gjevillvatnet
    lakeNo:
    2101
    regineNo:
    109.DB
    reservoirNo:
    695
    reservoirName:
    GJEVILVATN
    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:
    DRIVA KRAFTVERK DA
    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:
      50
      unit:
      m
      serieFrom:
      1994-05-24T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-05-24T11:00:00Z
        dataToTime:
        2026-05-06T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2001-01-04T01:00:00Z
        dataToTime:
        2026-02-24T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-05-24T11:00:00Z
        dataToTime:
        2026-05-06T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      50
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-01T11:00:00Z
        dataToTime:
        2026-05-06T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2001-01-04T01:00:00Z
        dataToTime:
        2026-02-24T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-06-01T11:00:00Z
        dataToTime:
        2026-05-06T11:00:00Z
  2. station_id:
    109.25.0
    stationName:
    Ångårdsvatn magasin
    latitude:
    62.66597
    longitude:
    9.21118
    utmEast_Z33:
    203729
    utmNorth_Z33:
    6961685
    masl:
    584
    riverName:
    Vindøla
    councilNumber:
    5021
    councilName:
    Oppdal
    countyName:
    Trøndelag
    drainageBasinKey:
    2430
    hierarchy:
    Vindøla/Driva
    lakeArea:
    3.33
    lakeName:
    Ångardsvatnet
    lakeNo:
    2104
    regineNo:
    109.CC1
    reservoirNo:
    697
    reservoirName:
    ÅNGÅRDSVATNET
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    86.55
    drainageBasinAreaNorway:
    86.55
    gradient1085:
    24.6
    gradientBasin:
    not reported by source
    gradientRiver:
    34.88
    heightMinimum:
    582
    heightHypso10:
    624
    heightHypso20:
    750
    heightHypso30:
    852
    heightHypso40:
    943
    heightHypso50:
    1024
    heightHypso60:
    1107
    heightHypso70:
    1179
    heightHypso80:
    1246
    heightHypso90:
    1356
    heightMaximum:
    1688
    lengthKmBasin:
    13.56
    lengthKmRiver:
    16.86
    percentAgricul:
    0.98
    percentBog:
    5
    percentEffBog:
    not reported by source
    percentEffLake:
    3.87
    percentForest:
    18.88
    percentGlacier:
    0.13
    percentLake:
    4.68
    percentMountain:
    68.01
    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:
    111.59
    specificDischarge:
    40.86
    regulationArea:
    86.55
    areaReservoirs:
    3.33
    volumeReservoirs:
    4.3
    regulationPartReservoirs:
    0.04
    transferAreaIn:
    19.07
    transferAreaOut:
    21.13
    reservoirAreaIn:
    0.54
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0.7
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1973
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    DRIVA KRAFTVERK DA
    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:
      50
      unit:
      m
      serieFrom:
      1994-05-24T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-05-24T11:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2001-01-04T01:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-05-24T11:00:00Z
        dataToTime:
        2026-06-21T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      50
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-01T11:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2001-01-04T01:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-06-01T11:00:00Z
        dataToTime:
        2026-06-21T11:00:00Z
  3. station_id:
    109.9.0
    stationName:
    Driva v/Risefoss
    latitude:
    62.51146
    longitude:
    9.59233
    utmEast_Z33:
    221758
    utmNorth_Z33:
    6942820
    masl:
    556
    riverName:
    Driva
    councilNumber:
    5021
    councilName:
    Oppdal
    countyName:
    Trøndelag
    drainageBasinKey:
    1573
    hierarchy:
    Driva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    109.F3
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    745.99
    drainageBasinAreaNorway:
    745.99
    gradient1085:
    15.87
    gradientBasin:
    21.72
    gradientRiver:
    19.78
    heightMinimum:
    547
    heightHypso10:
    1070
    heightHypso20:
    1209
    heightHypso30:
    1267
    heightHypso40:
    1331
    heightHypso50:
    1400
    heightHypso60:
    1440
    heightHypso70:
    1533
    heightHypso80:
    1578
    heightHypso90:
    1686
    heightMaximum:
    2284
    lengthKmBasin:
    37.23
    lengthKmRiver:
    54.69
    percentAgricul:
    0.21
    percentBog:
    1.27
    percentEffBog:
    not reported by source
    percentEffLake:
    0.03
    percentForest:
    7.58
    percentGlacier:
    0.29
    percentLake:
    2.17
    percentMountain:
    84.3
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    212024
    utmNorthGravi:
    6926800
    utmZoneInlet:
    33
    utmEastInlet:
    207192
    utmNorthInlet:
    6922818
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    455.69
    specificDischarge:
    19.4
    regulationArea:
    0
    areaReservoirs:
    0.49
    volumeReservoirs:
    0.05
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    2
    firstYearRegulation:
    0
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    88
    qStartYear:
    1935
    qEndYear:
    2025
    qm:
    179.2137
    q5:
    222.8322
    q10:
    261.6647
    q20:
    300.3554
    q50:
    352.6211
    hm:
    2.516
    h5:
    2.7426
    h10:
    2.9205
    h20:
    3.0809
    h50:
    3.2771
    culQm:
    218.788
    culQ5:
    272.0384
    culQ10:
    319.4461
    culQ20:
    366.6805
    culQ50:
    430.4876
    culHm:
    2.7229
    culH5:
    2.965
    culH10:
    3.155
    culH20:
    3.3265
    culH50:
    3.5361
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1933-07-06T11:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1979-01-10T14:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1933-07-06T11: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:
        1935-03-02T11:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1979-01-10T14:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1935-03-02T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2015-03-26T00:00:00
      serieTo:
      2025-06-12T00:00:00
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2018-01-16T16:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2018-01-16T17:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2018-01-17T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2006-09-29T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-09-27T16:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-09-27T17:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-09-28T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  4. station_id:
    121.2.0
    stationName:
    Maurhaugen - Oppdal
    latitude:
    62.6597
    longitude:
    9.82033
    utmEast_Z33:
    234796
    utmNorth_Z33:
    6958333
    masl:
    652
    riverName:
    Byna
    councilNumber:
    5021
    councilName:
    Oppdal
    countyName:
    Trøndelag
    drainageBasinKey:
    0
    hierarchy:
    Byna/Orkla
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    121.CC0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    3 results

    1. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1998-10-28T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1998-10-28T19:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-10-28T20:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-10-29T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    2. parameterName:
      Snødybde
      parameter:
      2002
      versionNo:
      2
      unit:
      cm
      serieFrom:
      2008-06-10T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2008-07-10T14:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-07-10T15:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-07-11T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Snøens vannekvivalent
      parameter:
      2003
      versionNo:
      1
      unit:
      m
      serieFrom:
      1998-10-28T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1998-10-28T19:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-10-28T20:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-10-29T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  5. station_id:
    2.395.0
    stationName:
    Elgsjø
    latitude:
    62.36153
    longitude:
    9.79778
    utmEast_Z33:
    230967
    utmNorth_Z33:
    6925287
    masl:
    1132
    riverName:
    Elgsjøbekken
    councilNumber:
    5021
    councilName:
    Oppdal
    countyName:
    Trøndelag
    drainageBasinKey:
    232
    hierarchy:
    Elgsjøbekken/Einunna/Folla/Glommavassdraget
    lakeArea:
    2.38
    lakeName:
    Elgsjøen
    lakeNo:
    244
    regineNo:
    002.MBDB
    reservoirNo:
    62
    reservoirName:
    ELGSJØEN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    33.75
    drainageBasinAreaNorway:
    33.75
    gradient1085:
    6.8
    gradientBasin:
    15.85
    gradientRiver:
    19.71
    heightMinimum:
    1131
    heightHypso10:
    1146
    heightHypso20:
    1188
    heightHypso30:
    1214
    heightHypso40:
    1229
    heightHypso50:
    1250
    heightHypso60:
    1284
    heightHypso70:
    1323
    heightHypso80:
    1364
    heightHypso90:
    1415
    heightMaximum:
    1577
    lengthKmBasin:
    9.3
    lengthKmRiver:
    13.14
    percentAgricul:
    0
    percentBog:
    7.86
    percentEffBog:
    not reported by source
    percentEffLake:
    7.08
    percentForest:
    0
    percentGlacier:
    0
    percentLake:
    7.65
    percentMountain:
    84.51
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    230445
    utmNorthGravi:
    6929508
    utmZoneInlet:
    33
    utmEastInlet:
    228871
    utmNorthInlet:
    6933282
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    22.15
    specificDischarge:
    20.79
    regulationArea:
    33.76
    areaReservoirs:
    2.38
    volumeReservoirs:
    11.1
    regulationPartReservoirs:
    0.5
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    2.38
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    11.1
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    2019
    catchmentRegTypeName:
    regulert m/magasinregulering
    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:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-13T11:00:00Z
        dataToTime:
        2026-06-20T06:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-01-01T00:00:00Z
        dataToTime:
        2025-12-31T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-06-13T11:00:00Z
        dataToTime:
        2026-06-20T11: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:
        1975-01-06T11:00:00Z
        dataToTime:
        2026-06-20T06:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-01-01T00:00:00Z
        dataToTime:
        2025-12-31T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1975-01-06T11:00:00Z
        dataToTime:
        2026-06-20T11: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.