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-20T06:37:19Z in 0.266 seconds.

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

Showing 6 of 6 results in compact format.

  1. station_id:
    89.10.1
    latitude:
    61.99303
    longitude:
    6.52449
  2. station_id:
    94.13.0
    latitude:
    62.06242
    longitude:
    6.32868
  3. station_id:
    94.19.0
    latitude:
    62.06008
    longitude:
    6.35208
  4. station_id:
    97.11.0
    latitude:
    62.09701
    longitude:
    6.60774
  5. station_id:
    97.5.0
    latitude:
    62.07259
    longitude:
    6.4524
  6. station_id:
    97.9.0
    latitude:
    62.05249
    longitude:
    6.50217
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=VOLDA&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-20T06:37:19.2200943Z
queryTime:
00:00:00.0007266
itemCount:
6
data:

6 results

  1. station_id:
    89.10.1
    stationName:
    Hornindal, rør1
    latitude:
    61.99303
    longitude:
    6.52449
    utmEast_Z33:
    56883
    utmNorth_Z33:
    6902416
    masl:
    132
    riverName:
    Hornindalsvassdraget
    councilNumber:
    1577
    councilName:
    Volda
    countyName:
    Møre og Romsdal
    drainageBasinKey:
    0
    hierarchy:
    Hornindalsvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    089.C20
    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:

    2 results

    1. parameterName:
      Grunnvannstemperatur
      parameter:
      2015
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2015-07-03T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2015-07-03T09:00:00Z
        dataToTime:
        2026-09-20T06:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-07-03T10:00:00Z
        dataToTime:
        2026-09-20T06:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-07-04T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
    2. parameterName:
      Grunnvannsnivå - Dyp under bakken
      parameter:
      5130
      versionNo:
      1
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2015-07-03T09:00:00Z
        dataToTime:
        2026-09-20T06:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-07-03T10:00:00Z
        dataToTime:
        2026-09-20T06:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-07-04T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
  2. station_id:
    94.13.0
    stationName:
    Førdselva
    latitude:
    62.06242
    longitude:
    6.32868
    utmEast_Z33:
    47724
    utmNorth_Z33:
    6911453
    masl:
    11
    riverName:
    Austefjordvassdraget
    councilNumber:
    1577
    councilName:
    Volda
    countyName:
    Møre og Romsdal
    drainageBasinKey:
    0
    hierarchy:
    Austefjordvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    094.4A
    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:
      3
      unit:
      °C
      serieFrom:
      1998-12-02T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1998-12-02T12:00:00Z
        dataToTime:
        2026-05-06T10:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-12-05T13:00:00Z
        dataToTime:
        2026-05-06T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-12-03T11:00:00Z
        dataToTime:
        2026-05-05T11:00:00Z
    2. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1995-01-02T00:00:00
      serieTo:
      1998-11-30T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1995-01-02T07:00:00Z
        dataToTime:
        1998-11-30T07:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1995-01-02T11:00:00Z
        dataToTime:
        1998-11-30T11:00:00Z
  3. station_id:
    94.19.0
    stationName:
    Førdselva v/Gjersdal bru
    latitude:
    62.06008
    longitude:
    6.35208
    utmEast_Z33:
    48904
    utmNorth_Z33:
    6911031
    masl:
    26
    riverName:
    Austefjordvassdraget
    councilNumber:
    1577
    councilName:
    Volda
    countyName:
    Møre og Romsdal
    drainageBasinKey:
    2323
    hierarchy:
    Austefjordvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    094.4A
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    76.16
    drainageBasinAreaNorway:
    76.16
    gradient1085:
    28.94
    gradientBasin:
    not reported by source
    gradientRiver:
    40.12
    heightMinimum:
    20
    heightHypso10:
    195
    heightHypso20:
    386
    heightHypso30:
    497
    heightHypso40:
    595
    heightHypso50:
    673
    heightHypso60:
    763
    heightHypso70:
    833
    heightHypso80:
    910
    heightHypso90:
    1048
    heightMaximum:
    1481
    lengthKmBasin:
    11.55
    lengthKmRiver:
    18.8
    percentAgricul:
    2.61
    percentBog:
    2.27
    percentEffBog:
    not reported by source
    percentEffLake:
    2.82
    percentForest:
    40.36
    percentGlacier:
    0
    percentLake:
    5.77
    percentMountain:
    47.07
    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:
    117.56
    specificDischarge:
    48.9
    regulationArea:
    61.83
    areaReservoirs:
    2.65
    volumeReservoirs:
    19.6
    regulationPartReservoirs:
    0.17
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    3
    firstYearRegulation:
    1937
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    TUSSA ENERGI AS
    qNumberOfYears:
    27
    qStartYear:
    1999
    qEndYear:
    2025
    qm:
    32.8142
    q5:
    44.0339
    q10:
    49.3842
    q20:
    53.4319
    q50:
    57.4519
    hm:
    2.219
    h5:
    2.4089
    h10:
    2.4886
    h20:
    2.5453
    h50:
    2.5989
    culQm:
    39.3325
    culQ5:
    52.781
    culQ10:
    59.194
    culQ20:
    64.0457
    culQ50:
    68.8643
    culHm:
    2.3336
    culH5:
    2.5363
    culH10:
    2.6214
    culH20:
    2.6819
    culH50:
    2.7391
    seriesList:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1998-06-09T13:00:00Z
        dataToTime:
        2026-09-20T05:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-06-10T00:00:00Z
        dataToTime:
        2026-09-20T05:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-06-10T11:00:00Z
        dataToTime:
        2026-09-19T11: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:
        1998-06-09T23:00:00Z
        dataToTime:
        2026-09-20T06:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-06-10T00:00:00Z
        dataToTime:
        2026-09-20T06:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-06-10T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
    3. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2012-09-05T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2012-02-22T16:00:00Z
        dataToTime:
        2026-09-20T05:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2012-02-22T17:00:00Z
        dataToTime:
        2026-09-20T05:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2012-02-23T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
  4. station_id:
    97.11.0
    stationName:
    Tussevatn
    latitude:
    62.09701
    longitude:
    6.60774
    utmEast_Z33:
    62718
    utmNorth_Z33:
    6913362
    masl:
    656
    riverName:
    Tusselva
    councilNumber:
    1577
    councilName:
    Volda
    countyName:
    Møre og Romsdal
    drainageBasinKey:
    2424
    hierarchy:
    Tusselva
    lakeArea:
    3.25
    lakeName:
    Tyssevatnet
    lakeNo:
    1953
    regineNo:
    097.3C
    reservoirNo:
    620
    reservoirName:
    TUSSEVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    22.5
    drainageBasinAreaNorway:
    22.5
    gradient1085:
    72.49
    gradientBasin:
    not reported by source
    gradientRiver:
    78.02
    heightMinimum:
    656
    heightHypso10:
    687
    heightHypso20:
    877
    heightHypso30:
    972
    heightHypso40:
    995
    heightHypso50:
    1065
    heightHypso60:
    1148
    heightHypso70:
    1213
    heightHypso80:
    1287
    heightHypso90:
    1377
    heightMaximum:
    1704
    lengthKmBasin:
    5.25
    lengthKmRiver:
    5.79
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    15.54
    percentForest:
    0
    percentGlacier:
    1.06
    percentLake:
    22.23
    percentMountain:
    76.72
    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:
    75.57
    specificDischarge:
    106.24
    regulationArea:
    22.54
    areaReservoirs:
    3.25
    volumeReservoirs:
    107
    regulationPartReservoirs:
    1.42
    transferAreaIn:
    32.96
    transferAreaOut:
    0
    reservoirAreaIn:
    6.08
    reservoirAreaOut:
    3.25
    reservoirVolumeIn:
    13.6
    reservoirVolumeOut:
    107
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1961
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    TUSSA ENERGI AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-05-26T11:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-02-26T01:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-05-26T11:00:00Z
        dataToTime:
        2026-06-18T11: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-18T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-02-26T01:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-06-01T11:00:00Z
        dataToTime:
        2026-06-18T11:00:00Z
  5. station_id:
    97.5.0
    stationName:
    Sleddalen
    latitude:
    62.07259
    longitude:
    6.4524
    utmEast_Z33:
    54299
    utmNorth_Z33:
    6911720
    masl:
    324
    riverName:
    Sleddalselva
    councilNumber:
    1577
    councilName:
    Volda
    countyName:
    Møre og Romsdal
    drainageBasinKey:
    1507
    hierarchy:
    Sleddalselva/Vikelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    097.2C1B
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    9.26
    drainageBasinAreaNorway:
    9.26
    gradient1085:
    67.96
    gradientBasin:
    not reported by source
    gradientRiver:
    118.23
    heightMinimum:
    319
    heightHypso10:
    370
    heightHypso20:
    444
    heightHypso30:
    537
    heightHypso40:
    670
    heightHypso50:
    777
    heightHypso60:
    869
    heightHypso70:
    937
    heightHypso80:
    1011
    heightHypso90:
    1142
    heightMaximum:
    1383
    lengthKmBasin:
    3.89
    lengthKmRiver:
    3.87
    percentAgricul:
    2.58
    percentBog:
    3.49
    percentEffBog:
    not reported by source
    percentEffLake:
    0
    percentForest:
    28.16
    percentGlacier:
    0
    percentLake:
    0.04
    percentMountain:
    63.77
    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:
    21.58
    specificDischarge:
    73.61
    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:
    TUSSA ENERGI AS
    qNumberOfYears:
    28
    qStartYear:
    1998
    qEndYear:
    2025
    qm:
    7.5459
    q5:
    9.092
    q10:
    10.2089
    q20:
    11.2269
    q50:
    12.4712
    hm:
    1.1684
    h5:
    1.2391
    h10:
    1.2861
    h20:
    1.3265
    h50:
    1.3733
    culQm:
    13.6436
    culQ5:
    16.439
    culQ10:
    18.4585
    culQ20:
    20.2992
    culQ50:
    22.5489
    culHm:
    1.415
    culH5:
    1.5073
    culH10:
    1.5686
    culH20:
    1.6214
    culH50:
    1.6825
    seriesList:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1997-12-16T14:00:00Z
        dataToTime:
        2026-09-20T06:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-12-16T15:00:00Z
        dataToTime:
        2026-09-20T06:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-12-17T11:00:00Z
        dataToTime:
        2026-09-19T11: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:
        1997-12-16T14:00:00Z
        dataToTime:
        2026-09-20T06:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-12-16T15:00:00Z
        dataToTime:
        2026-09-20T06:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-12-17T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
    3. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2007-07-04T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2007-07-10T13:15:00Z
        dataToTime:
        2026-09-20T06:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-07-10T14:00:00Z
        dataToTime:
        2026-09-20T06:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-07-11T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
  6. station_id:
    97.9.0
    stationName:
    Skipedalsvatn
    latitude:
    62.05249
    longitude:
    6.50217
    utmEast_Z33:
    56590
    utmNorth_Z33:
    6909151
    masl:
    756
    riverName:
    Vikelva
    councilNumber:
    1577
    councilName:
    Volda
    countyName:
    Møre og Romsdal
    drainageBasinKey:
    2423
    hierarchy:
    Vikelva
    lakeArea:
    0.8
    lakeName:
    Skipedalsvatnet, Store
    lakeNo:
    1952
    regineNo:
    097.2D
    reservoirNo:
    619
    reservoirName:
    SKIPEDALSVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    4.04
    drainageBasinAreaNorway:
    4.04
    gradient1085:
    72.77
    gradientBasin:
    not reported by source
    gradientRiver:
    104.02
    heightMinimum:
    753
    heightHypso10:
    776
    heightHypso20:
    815
    heightHypso30:
    875
    heightHypso40:
    934
    heightHypso50:
    995
    heightHypso60:
    1046
    heightHypso70:
    1109
    heightHypso80:
    1166
    heightHypso90:
    1211
    heightMaximum:
    1328
    lengthKmBasin:
    1.81
    lengthKmRiver:
    1.91
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    19.79
    percentForest:
    0
    percentGlacier:
    0
    percentLake:
    19.79
    percentMountain:
    80.31
    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:
    12.01
    specificDischarge:
    94.2
    regulationArea:
    4.04
    areaReservoirs:
    0.8
    volumeReservoirs:
    13.6
    regulationPartReservoirs:
    1.13
    transferAreaIn:
    0
    transferAreaOut:
    4.04
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0.8
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    13.6
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1961
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    TUSSA ENERGI AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1992-10-01T11:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-05-03T12:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-01T11:00:00Z
        dataToTime:
        2026-06-18T11: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:
        1992-10-01T11:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-05-03T12:00:00Z
        dataToTime:
        2026-06-18T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-01T11:00:00Z
        dataToTime:
        2026-06-18T11:00:00Z
limit:
25
offset:
0
returned:
6
has_more_results:
no
truncated:
no
Will you use the result in generated code?

Open the same result as JSON

Is data missing or incorrect? Send feedback about this result.

Continue exploring

How an AI agent should use this page

Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.

How to use the search_stations lookup

  1. Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
  2. Check types, units, limits and ID formats in the parameter table.
  3. Follow linked results to canonical pages before combining sources.

Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.

Source-specific next step

Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.