search_stations

Find NVE hydrological stations and their available time series.

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).
offsetoptionalintegerNumber of matching stations to skip (default 0).
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": "..."}
}
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).
Type: integer. Number of matching stations to skip (default 0).

Result

Source: NVE HydAPI. Retrieved 2026-08-02T20:39:55Z in 0.163 seconds.

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

Showing 5 of 5 results in compact format.

  1. latitude:
    63.61229
    longitude:
    11.10169
  2. latitude:
    63.61081
    longitude:
    11.06168
  3. latitude:
    63.71098
    longitude:
    11.16494
  4. latitude:
    63.68956
    longitude:
    11.1557
  5. latitude:
    63.73144
    longitude:
    11.35404
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=LEVANGER&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-08-02T20:39:54.9831349Z
queryTime:
00:00:00.0025248
itemCount:
5
data:

5 results

  1. stationId:
    125.1.0
    stationName:
    Hokklingen
    latitude:
    63.61229
    longitude:
    11.10169
    utmEast_Z33:
    306778
    utmNorth_Z33:
    7059703
    masl:
    90
    riverName:
    Hopla
    councilNumber:
    5037
    councilName:
    Levanger
    countyName:
    Trøndelag
    drainageBasinKey:
    1722
    hierarchy:
    Hopla
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    913
    regineNo:
    125.4D
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    160.49
    drainageBasinAreaNorway:
    160.665
    gradient1085:
    10.21
    gradientBasin:
    19.04
    gradientRiver:
    11.4
    heightMinimum:
    86
    heightHypso10:
    136
    heightHypso20:
    163
    heightHypso30:
    216
    heightHypso40:
    261
    heightHypso50:
    318
    heightHypso60:
    350
    heightHypso70:
    375
    heightHypso80:
    426
    heightHypso90:
    477
    heightMaximum:
    619
    lengthKmBasin:
    18.14
    lengthKmRiver:
    28.87
    percentAgricul:
    7.57
    percentBog:
    11.75
    percentEffBog:
    not reported by source
    percentEffLake:
    7.91
    percentForest:
    66.43
    percentGlacier:
    0
    percentLake:
    11.25
    percentMountain:
    0.96
    percentUrban:
    0.03
    utmZoneGravi:
    33
    utmEastGravi:
    315641
    utmNorthGravi:
    7058756
    utmZoneInlet:
    33
    utmEastInlet:
    318040
    utmNorthInlet:
    7052749
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    143.97
    specificDischarge:
    28.4
    regulationArea:
    160.62
    areaReservoirs:
    7.77
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    7.77
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    2
    firstYearRegulation:
    0
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    LEVANGER KOMMUNE
    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:
      1
      unit:
      m
      serieFrom:
      1931-09-22T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1932-01-05T11:00:00Z
        dataToTime:
        2011-06-16T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1932-01-05T11:00:00Z
        dataToTime:
        2011-06-16T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      1
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1932-01-05T11:00:00Z
        dataToTime:
        2011-06-16T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1932-01-05T11:00:00Z
        dataToTime:
        2011-06-16T11:00:00Z
  2. stationId:
    125.2.0
    stationName:
    Fossing
    latitude:
    63.61081
    longitude:
    11.06168
    utmEast_Z33:
    304786
    utmNorth_Z33:
    7059661
    masl:
    69
    riverName:
    Hopla
    councilNumber:
    5037
    councilName:
    Levanger
    countyName:
    Trøndelag
    drainageBasinKey:
    1723
    hierarchy:
    Hopla
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    125.4C
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    162.87
    drainageBasinAreaNorway:
    163.371
    gradient1085:
    8.78
    gradientBasin:
    18.92
    gradientRiver:
    11.2
    heightMinimum:
    62
    heightHypso10:
    121
    heightHypso20:
    157
    heightHypso30:
    214
    heightHypso40:
    257
    heightHypso50:
    310
    heightHypso60:
    350
    heightHypso70:
    375
    heightHypso80:
    425
    heightHypso90:
    477
    heightMaximum:
    619
    lengthKmBasin:
    20.14
    lengthKmRiver:
    31.44
    percentAgricul:
    8.5
    percentBog:
    11.61
    percentEffBog:
    not reported by source
    percentEffLake:
    7.67
    percentForest:
    65.76
    percentGlacier:
    0
    percentLake:
    11.13
    percentMountain:
    0.95
    percentUrban:
    0.03
    utmZoneGravi:
    33
    utmEastGravi:
    315479
    utmNorthGravi:
    7058770
    utmZoneInlet:
    33
    utmEastInlet:
    318041
    utmNorthInlet:
    7052748
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    145.66
    specificDischarge:
    28.31
    regulationArea:
    160.62
    areaReservoirs:
    7.77
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    160.62
    reservoirAreaIn:
    0
    reservoirAreaOut:
    7.77
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    2.42
    numberReservoirs:
    2
    firstYearRegulation:
    0
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    LEVANGER KOMMUNE
    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:
      Vannstand
      parameter:
      1000
      versionNo:
      1
      unit:
      m
      serieFrom:
      1931-09-22T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1932-01-01T11:00:00Z
        dataToTime:
        2026-08-02T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-12-31T10:00:00Z
        dataToTime:
        2026-08-02T20:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1932-01-01T11:00:00Z
        dataToTime:
        2026-08-02T11: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:
        1932-01-01T11:00:00Z
        dataToTime:
        2026-08-02T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-12-31T10:00:00Z
        dataToTime:
        2026-08-02T20:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1932-01-01T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    3. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2021-10-28T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2020-12-31T23:00:00Z
        dataToTime:
        2026-08-02T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-10-28T16:00:00Z
        dataToTime:
        2026-08-02T20:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-10-29T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
  3. stationId:
    125.4.0
    stationName:
    Skogn
    latitude:
    63.71098
    longitude:
    11.16494
    utmEast_Z33:
    310570
    utmNorth_Z33:
    7070496
    masl:
    11
    riverName:
    KYSTFELT
    councilNumber:
    5037
    councilName:
    Levanger
    countyName:
    Trøndelag
    drainageBasinKey:
    0
    hierarchy:
    Trondheimsfjorden øst: Frosta-Verdalsøra
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    126.42
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, ikke 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:
    LEVANGER KOMMUNE
    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:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      1966-09-14T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1966-09-14T11:00:00Z
        dataToTime:
        2014-12-31T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1966-09-14T11:00:00Z
        dataToTime:
        2014-12-31T11:00:00Z
  4. stationId:
    126.2.0
    stationName:
    Engstad
    latitude:
    63.68956
    longitude:
    11.1557
    utmEast_Z33:
    309970
    utmNorth_Z33:
    7068139
    masl:
    12
    riverName:
    Hottranelva
    councilNumber:
    5037
    councilName:
    Levanger
    countyName:
    Trøndelag
    drainageBasinKey:
    1725
    hierarchy:
    Hottranelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    126.4Z
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    20.13
    drainageBasinAreaNorway:
    20.034
    gradient1085:
    11.13
    gradientBasin:
    12.97
    gradientRiver:
    14.03
    heightMinimum:
    9
    heightHypso10:
    55
    heightHypso20:
    64
    heightHypso30:
    71
    heightHypso40:
    83
    heightHypso50:
    112
    heightHypso60:
    114
    heightHypso70:
    128
    heightHypso80:
    144
    heightHypso90:
    163
    heightMaximum:
    280
    lengthKmBasin:
    6.09
    lengthKmRiver:
    5.99
    percentAgricul:
    56.84
    percentBog:
    1.77
    percentEffBog:
    not reported by source
    percentEffLake:
    0
    percentForest:
    36.67
    percentGlacier:
    0
    percentLake:
    0
    percentMountain:
    0
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    308223
    utmNorthGravi:
    7066546
    utmZoneInlet:
    33
    utmEastInlet:
    305960
    utmNorthInlet:
    7065936
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    11.09
    specificDischarge:
    17.44
    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:
    22
    qStartYear:
    1997
    qEndYear:
    2022
    qm:
    9.0431
    q5:
    11.6338
    q10:
    14.2996
    q20:
    17.115
    q50:
    21.1762
    hm:
    1.5123
    h5:
    1.729
    h10:
    1.9387
    h20:
    2.149
    h50:
    2.4366
    culQm:
    14.6653
    culQ5:
    18.8667
    culQ10:
    23.1899
    culQ20:
    27.7556
    culQ50:
    34.3418
    culHm:
    1.9666
    culH5:
    2.2751
    culH10:
    2.5737
    culH20:
    2.8731
    culH50:
    3.2826
    seriesList:

    3 results

    1. 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:
        1997-12-27T14:01:00Z
        dataToTime:
        2026-08-02T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-12-27T15:00:00Z
        dataToTime:
        2026-08-02T20:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-12-28T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    2. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1992-01-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1992-01-14T13:00:00Z
        dataToTime:
        2026-08-02T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-01-14T14:00:00Z
        dataToTime:
        2026-08-02T20:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-01-15T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    3. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      2
      unit:
      °C
      serieFrom:
      2008-06-07T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2008-07-08T19:00:00Z
        dataToTime:
        2026-08-02T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-07-08T20:00:00Z
        dataToTime:
        2026-08-02T20:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-07-09T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
  5. stationId:
    126.3.0
    stationName:
    Floan bru ovf.
    latitude:
    63.73144
    longitude:
    11.35404
    utmEast_Z33:
    320032
    utmNorth_Z33:
    7072226
    masl:
    30
    riverName:
    Levangervassdraget
    councilNumber:
    5037
    councilName:
    Levanger
    countyName:
    Trøndelag
    drainageBasinKey:
    1724
    hierarchy:
    Levangervassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    126.6B1
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    88.66
    drainageBasinAreaNorway:
    88.204
    gradient1085:
    14.98
    gradientBasin:
    15.94
    gradientRiver:
    23.21
    heightMinimum:
    24
    heightHypso10:
    150
    heightHypso20:
    184
    heightHypso30:
    223
    heightHypso40:
    283
    heightHypso50:
    303
    heightHypso60:
    336
    heightHypso70:
    423
    heightHypso80:
    471
    heightHypso90:
    529
    heightMaximum:
    732
    lengthKmBasin:
    14.19
    lengthKmRiver:
    21.71
    percentAgricul:
    13.52
    percentBog:
    13.96
    percentEffBog:
    not reported by source
    percentEffLake:
    0.46
    percentForest:
    61.49
    percentGlacier:
    0
    percentLake:
    3.16
    percentMountain:
    4.13
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    325647
    utmNorthGravi:
    7066777
    utmZoneInlet:
    33
    utmEastInlet:
    326947
    utmNorthInlet:
    7062571
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    69.58
    specificDischarge:
    25.21
    regulationArea:
    69.64
    areaReservoirs:
    2.13
    volumeReservoirs:
    7.4
    regulationPartReservoirs:
    0.11
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    17.82
    numberReservoirs:
    2
    firstYearRegulation:
    1988
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    16
    qStartYear:
    2007
    qEndYear:
    2022
    qm:
    34.752
    q5:
    45.2962
    q10:
    55.5309
    q20:
    66.0932
    q50:
    80.9382
    hm:
    1.75
    h5:
    1.9919
    h10:
    2.2013
    h20:
    2.3982
    h50:
    2.6505
    culQm:
    53.81
    culQ5:
    70.1366
    culQ10:
    85.9839
    culQ20:
    102.3386
    culQ50:
    125.3246
    culHm:
    2.1675
    culH5:
    2.4695
    culH10:
    2.731
    culH20:
    2.9769
    culH50:
    3.2919
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-10-25T14:00:00Z
        dataToTime:
        2026-08-02T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-10-25T15:00:00Z
        dataToTime:
        2026-08-02T20:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-10-26T11:00:00Z
        dataToTime:
        2026-08-02T11: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:
        2006-10-25T14:00:00Z
        dataToTime:
        2026-08-02T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-10-25T15:00:00Z
        dataToTime:
        2026-08-02T20:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-10-26T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2013-05-31T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-05-31T14:00:00Z
        dataToTime:
        2026-08-02T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-05-31T15:00:00Z
        dataToTime:
        2026-08-02T20:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-06-01T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2006-10-25T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-10-25T14:00:00Z
        dataToTime:
        2026-08-02T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-10-25T15:00:00Z
        dataToTime:
        2026-08-02T20:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-10-26T11:00:00Z
        dataToTime:
        2026-08-02T11: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

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.