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-21T12:00:53Z in 0.162 seconds.

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

Showing 4 of 4 results in compact format.

  1. station_id:
    311.4.0
    latitude:
    61.91996
    longitude:
    11.94004
  2. station_id:
    311.460.0
    latitude:
    61.66524
    longitude:
    12.01897
  3. station_id:
    311.461.0
    latitude:
    61.93481
    longitude:
    11.86734
  4. station_id:
    311.473.0
    latitude:
    61.75216
    longitude:
    11.66545
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=ENGERDAL&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T12:00:53.0943303Z
queryTime:
00:00:00.0008957
itemCount:
4
data:

4 results

  1. station_id:
    311.4.0
    stationName:
    Femundsenden (Femunden)
    latitude:
    61.91996
    longitude:
    11.94004
    utmEast_Z33:
    339350
    utmNorth_Z33:
    6869050
    masl:
    663
    riverName:
    Trysilelva
    councilNumber:
    3425
    councilName:
    Engerdal
    countyName:
    Innlandet
    drainageBasinKey:
    2228
    hierarchy:
    Trysilelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    1348
    regineNo:
    311.J11
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1794.03
    drainageBasinAreaNorway:
    1462.642
    gradient1085:
    1.24
    gradientBasin:
    not reported by source
    gradientRiver:
    1.89
    heightMinimum:
    660
    heightHypso10:
    661
    heightHypso20:
    715
    heightHypso30:
    774
    heightHypso40:
    791
    heightHypso50:
    818
    heightHypso60:
    848
    heightHypso70:
    904
    heightHypso80:
    962
    heightHypso90:
    1035
    heightMaximum:
    1456
    lengthKmBasin:
    68.82
    lengthKmRiver:
    102.33
    percentAgricul:
    0.44
    percentBog:
    6.44
    percentEffBog:
    not reported by source
    percentEffLake:
    11.85
    percentForest:
    35.65
    percentGlacier:
    0
    percentLake:
    18.63
    percentMountain:
    26.51
    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:
    807.17
    specificDischarge:
    14.3
    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:
    2004
    catchmentRegTypeName:
    Uregulert
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    128
    qStartYear:
    1896
    qEndYear:
    2025
    qm:
    70.5978
    q5:
    84.5042
    q10:
    94.1111
    q20:
    102.6965
    q50:
    112.9615
    hm:
    1.0787
    h5:
    1.1732
    h10:
    1.2345
    h20:
    1.287
    h50:
    1.3472
    culQm:
    71.7468
    culQ5:
    85.8796
    culQ10:
    95.6428
    culQ20:
    104.368
    culQ50:
    114.8001
    culHm:
    1.0868
    culH5:
    1.1822
    culH10:
    1.244
    culH20:
    1.297
    culH50:
    1.3578
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1896-01-01T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-02T12:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1896-01-01T11: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:
        1896-01-01T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-02T12:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1896-01-01T11:00:00Z
        dataToTime:
        2026-09-20T11: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:
        1896-01-01T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-02T12:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1896-01-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2008-02-11T00:00:00
      serieTo:
      2021-06-23T00:00:00
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2008-02-11T15:00:00Z
        dataToTime:
        2021-06-23T10:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-02-11T16:00:00Z
        dataToTime:
        2021-06-23T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-02-12T11:00:00Z
        dataToTime:
        2021-06-22T11:00:00Z
  2. station_id:
    311.460.0
    stationName:
    Engeren
    latitude:
    61.66524
    longitude:
    12.01897
    utmEast_Z33:
    342190
    utmNorth_Z33:
    6840503
    masl:
    479
    riverName:
    Engera
    councilNumber:
    3425
    councilName:
    Engerdal
    countyName:
    Innlandet
    drainageBasinKey:
    2242
    hierarchy:
    Engera/Trysilelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    1351
    regineNo:
    311.DB33
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    394.83
    drainageBasinAreaNorway:
    390.73
    gradient1085:
    5.57
    gradientBasin:
    not reported by source
    gradientRiver:
    8.66
    heightMinimum:
    472
    heightHypso10:
    643
    heightHypso20:
    754
    heightHypso30:
    804
    heightHypso40:
    845
    heightHypso50:
    887
    heightHypso60:
    916
    heightHypso70:
    953
    heightHypso80:
    968
    heightHypso90:
    1027
    heightMaximum:
    1208
    lengthKmBasin:
    41.59
    lengthKmRiver:
    46.68
    percentAgricul:
    0.97
    percentBog:
    13.09
    percentEffBog:
    not reported by source
    percentEffLake:
    2.94
    percentForest:
    50.6
    percentGlacier:
    0
    percentLake:
    4.05
    percentMountain:
    28.89
    percentUrban:
    0.02
    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:
    231.51
    specificDischarge:
    18.58
    regulationArea:
    77.88
    areaReservoirs:
    1.79
    volumeReservoirs:
    1.05
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    316.92
    numberReservoirs:
    2
    firstYearRegulation:
    1986
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    HAFSLUND KRAFT INNLANDET AS
    qNumberOfYears:
    113
    qStartYear:
    1912
    qEndYear:
    2025
    qm:
    54.0062
    q5:
    67.6531
    q10:
    80.1956
    q20:
    92.857
    q50:
    110.2149
    hm:
    2.002
    h5:
    2.2554
    h10:
    2.4666
    h20:
    2.6635
    h50:
    2.9129
    culQm:
    54.7577
    culQ5:
    68.5944
    culQ10:
    81.3115
    culQ20:
    94.1491
    culQ50:
    111.7484
    culHm:
    2.0167
    culH5:
    2.2719
    culH10:
    2.4845
    culH20:
    2.6829
    culH50:
    2.9339
    seriesList:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1983-01-01T11:00:00Z
        dataToTime:
        2026-09-21T10:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-01-01T00:00:00Z
        dataToTime:
        2026-09-21T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1983-01-01T11: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:
        1983-01-01T11:00:00Z
        dataToTime:
        2026-09-21T10:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-01-01T00:00:00Z
        dataToTime:
        2026-09-21T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1983-01-01T11:00:00Z
        dataToTime:
        2026-09-20T11: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:
        1983-01-01T11:00:00Z
        dataToTime:
        2026-09-21T10:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-01-01T00:00:00Z
        dataToTime:
        2026-09-21T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1983-01-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  3. station_id:
    311.461.0
    stationName:
    Femundselva ndf. Femunden
    latitude:
    61.93481
    longitude:
    11.86734
    utmEast_Z33:
    335615
    utmNorth_Z33:
    6870885
    masl:
    661
    riverName:
    Trysilelva
    councilNumber:
    3425
    councilName:
    Engerdal
    countyName:
    Innlandet
    drainageBasinKey:
    0
    hierarchy:
    Trysilelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    311.H
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    not reported by source
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    HB. Hydrologisk avd./seksjon bre, snø og is
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1984-08-14T18:00:00Z
        dataToTime:
        2025-08-20T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-08-18T15:00:00Z
        dataToTime:
        2025-08-20T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-08-15T11:00:00Z
        dataToTime:
        2025-08-19T11:00:00Z
    2. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1972-10-01T00:00:00
      serieTo:
      2001-07-31T00:00:00
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1972-10-01T11:00:00Z
        dataToTime:
        2004-12-30T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-11-01T12:00:00Z
        dataToTime:
        1999-10-31T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-10-01T11:00:00Z
        dataToTime:
        2004-12-30T11:00:00Z
  4. station_id:
    311.473.0
    stationName:
    Femundselva ved Goffatømmerfloen
    latitude:
    61.75216
    longitude:
    11.66545
    utmEast_Z33:
    323983
    utmNorth_Z33:
    6851085
    masl:
    580
    riverName:
    Trysilelva
    councilNumber:
    3425
    councilName:
    Engerdal
    countyName:
    Innlandet
    drainageBasinKey:
    2569
    hierarchy:
    Trysilelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    311.E52
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    3055.09
    drainageBasinAreaNorway:
    3055.09
    gradient1085:
    1.26
    gradientBasin:
    not reported by source
    gradientRiver:
    2.08
    heightMinimum:
    576
    heightHypso10:
    671
    heightHypso20:
    715
    heightHypso30:
    774
    heightHypso40:
    794
    heightHypso50:
    828
    heightHypso60:
    882
    heightHypso70:
    922
    heightHypso80:
    1012
    heightHypso90:
    1087
    heightMaximum:
    1752
    lengthKmBasin:
    91.31
    lengthKmRiver:
    133.39
    percentAgricul:
    0.6
    percentBog:
    8.39
    percentEffBog:
    not reported by source
    percentEffLake:
    5.05
    percentForest:
    37.66
    percentGlacier:
    0
    percentLake:
    13.67
    percentMountain:
    29.16
    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:
    1411.23
    specificDischarge:
    14.64
    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:
    2004
    catchmentRegTypeName:
    Uregulert
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    6
    qStartYear:
    2020
    qEndYear:
    2025
    qm:
    150.4526
    q5:
    198.079
    q10:
    226.2733
    q20:
    249.7943
    q50:
    275.8369
    hm:
    4.6044
    h5:
    4.7991
    h10:
    4.9009
    h20:
    4.98
    h50:
    5.0624
    culQm:
    156.4707
    culQ5:
    206.0022
    culQ10:
    235.3242
    culQ20:
    259.7861
    culQ50:
    286.8704
    culHm:
    4.631
    culH5:
    4.8285
    culH10:
    4.9319
    culH20:
    5.0122
    culH50:
    5.0959
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2018-05-07T13:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2018-05-07T14:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2018-05-08T11: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:
        2018-05-07T13:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2018-05-07T14:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2018-05-08T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2018-04-17T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2018-04-17T01:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2018-04-17T02:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2018-04-17T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2019-04-25T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2019-04-25T15:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2019-04-25T16:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2019-04-26T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
limit:
25
offset:
0
returned:
4
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.