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-21T08:57:35Z in 0.200 seconds.

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

Showing 10 of 13 results in compact format.

  1. station_id:
    167.10.0
    latitude:
    67.72549
    longitude:
    16.22916
  2. station_id:
    167.11.0
    latitude:
    67.68351
    longitude:
    16.29211
  3. station_id:
    167.12.0
    latitude:
    67.59817
    longitude:
    16.24469
  4. station_id:
    167.9.0
    latitude:
    67.73072
    longitude:
    16.27299
  5. station_id:
    170.11.0
    latitude:
    68.03206
    longitude:
    16.00476
  6. station_id:
    170.3.0
    latitude:
    67.82209
    longitude:
    16.03818
  7. station_id:
    170.4.0
    latitude:
    67.80434
    longitude:
    16.14414
  8. station_id:
    170.5.0
    latitude:
    68.05872
    longitude:
    15.82985
  9. station_id:
    171.1.0
    latitude:
    68.05141
    longitude:
    16.6805
  10. station_id:
    171.12.0
    latitude:
    68.02867
    longitude:
    16.68585
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=Hamar&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T08:57:35.8169806Z
queryTime:
00:00:00.0012014
itemCount:
13
data:

13 results

  1. station_id:
    167.10.0
    stationName:
    Slæddovagjav'ri
    latitude:
    67.72549
    longitude:
    16.22916
    utmEast_Z33:
    551990
    utmNorth_Z33:
    7512775
    masl:
    653
    riverName:
    Livssejohka
    councilNumber:
    1875
    councilName:
    Hamarøy
    countyName:
    Nordland
    drainageBasinKey:
    1981
    hierarchy:
    Livssejohka/Kobbelvvassdraget
    lakeArea:
    0.49
    lakeName:
    Sleadovakkejavri
    lakeNo:
    45750
    regineNo:
    167.DA3
    reservoirNo:
    163
    reservoirName:
    SLÆDDOVAGJAVRRE
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    41.99
    drainageBasinAreaNorway:
    41.99
    gradient1085:
    14.97
    gradientBasin:
    31.17
    gradientRiver:
    19.72
    heightMinimum:
    652
    heightHypso10:
    713
    heightHypso20:
    723
    heightHypso30:
    783
    heightHypso40:
    821
    heightHypso50:
    845
    heightHypso60:
    902
    heightHypso70:
    997
    heightHypso80:
    1059
    heightHypso90:
    1151
    heightMaximum:
    1475
    lengthKmBasin:
    8.01
    lengthKmRiver:
    11.31
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    12.16
    percentForest:
    0
    percentGlacier:
    5.63
    percentLake:
    17.53
    percentMountain:
    76.84
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    555099
    utmNorthGravi:
    7513306
    utmZoneInlet:
    33
    utmEastInlet:
    559548
    utmNorthInlet:
    7510859
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    107.66
    specificDischarge:
    81.25
    regulationArea:
    41.98
    areaReservoirs:
    6.34
    volumeReservoirs:
    187
    regulationPartReservoirs:
    1.74
    transferAreaIn:
    0
    transferAreaOut:
    31.98
    reservoirAreaIn:
    0
    reservoirAreaOut:
    6.34
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    187
    remainingArea:
    0.01
    numberReservoirs:
    2
    firstYearRegulation:
    1987
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    STATKRAFT 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-08-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T11: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-08-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  2. station_id:
    167.11.0
    stationName:
    Reinoksvatn
    latitude:
    67.68351
    longitude:
    16.29211
    utmEast_Z33:
    554750
    utmNorth_Z33:
    7508150
    masl:
    680
    riverName:
    Kobbelvvassdraget
    councilNumber:
    1875
    councilName:
    Hamarøy
    countyName:
    Nordland
    drainageBasinKey:
    1982
    hierarchy:
    Kobbelvvassdraget
    lakeArea:
    11.81
    lakeName:
    Sávtsasjávrre
    lakeNo:
    856
    regineNo:
    167.F
    reservoirNo:
    783
    reservoirName:
    REINOKSVATNET
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    48.5
    drainageBasinAreaNorway:
    48.5
    gradient1085:
    7.31
    gradientBasin:
    29.13
    gradientRiver:
    11.72
    heightMinimum:
    679
    heightHypso10:
    680
    heightHypso20:
    741
    heightHypso30:
    808
    heightHypso40:
    833
    heightHypso50:
    872
    heightHypso60:
    909
    heightHypso70:
    967
    heightHypso80:
    1017
    heightHypso90:
    1124
    heightMaximum:
    1458
    lengthKmBasin:
    11.76
    lengthKmRiver:
    15.87
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    17.73
    percentForest:
    0
    percentGlacier:
    1.2
    percentLake:
    26.26
    percentMountain:
    72.55
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    559975
    utmNorthGravi:
    7507221
    utmZoneInlet:
    33
    utmEastInlet:
    561760
    utmNorthInlet:
    7508740
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    114.29
    specificDischarge:
    74.67
    regulationArea:
    48.5
    areaReservoirs:
    11.81
    volumeReservoirs:
    330
    regulationPartReservoirs:
    2.89
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    11.81
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    330
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1987
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    STATKRAFT 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-08-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T11: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-08-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  3. station_id:
    167.12.0
    stationName:
    Fossvatn/Linnajav'ri
    latitude:
    67.59817
    longitude:
    16.24469
    utmEast_Z33:
    552932
    utmNorth_Z33:
    7498596
    masl:
    620
    riverName:
    Veikdalselva
    councilNumber:
    1875
    councilName:
    Hamarøy
    countyName:
    Nordland
    drainageBasinKey:
    1976
    hierarchy:
    Veikdalselva/Kobbelvvassdraget
    lakeArea:
    13.69
    lakeName:
    Gårttjejávrre
    lakeNo:
    46839
    regineNo:
    167.BD
    reservoirNo:
    786
    reservoirName:
    FOSSVATNET
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    62.41
    drainageBasinAreaNorway:
    62.41
    gradient1085:
    25.53
    gradientBasin:
    24.82
    gradientRiver:
    25.53
    heightMinimum:
    616
    heightHypso10:
    616
    heightHypso20:
    656
    heightHypso30:
    691
    heightHypso40:
    740
    heightHypso50:
    789
    heightHypso60:
    834
    heightHypso70:
    899
    heightHypso80:
    951
    heightHypso90:
    1042
    heightMaximum:
    1507
    lengthKmBasin:
    9.26
    lengthKmRiver:
    0.16
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    16.13
    percentForest:
    0
    percentGlacier:
    2.72
    percentLake:
    24.56
    percentMountain:
    72.72
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    555124
    utmNorthGravi:
    7502183
    utmZoneInlet:
    33
    utmEastInlet:
    557810
    utmNorthInlet:
    7504460
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    138.33
    specificDischarge:
    70.24
    regulationArea:
    62.41
    areaReservoirs:
    13.69
    volumeReservoirs:
    378
    regulationPartReservoirs:
    2.73
    transferAreaIn:
    91.04
    transferAreaOut:
    0
    reservoirAreaIn:
    18.15
    reservoirAreaOut:
    13.69
    reservoirVolumeIn:
    517
    reservoirVolumeOut:
    378
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1987
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    STATKRAFT 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-08-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T11: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-08-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  4. station_id:
    167.9.0
    stationName:
    Livsejav'ri
    latitude:
    67.73072
    longitude:
    16.27299
    utmEast_Z33:
    553832
    utmNorth_Z33:
    7513396
    masl:
    710
    riverName:
    Livssejohka
    councilNumber:
    1875
    councilName:
    Hamarøy
    countyName:
    Nordland
    drainageBasinKey:
    1980
    hierarchy:
    Livssejohka/Kobbelvvassdraget
    lakeArea:
    5.85
    lakeName:
    Livsejávrre
    lakeNo:
    861
    regineNo:
    167.DB
    reservoirNo:
    784
    reservoirName:
    LIVSEJAVRRE
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    31.98
    drainageBasinAreaNorway:
    31.98
    gradient1085:
    10.76
    gradientBasin:
    29.41
    gradientRiver:
    17.76
    heightMinimum:
    710
    heightHypso10:
    737
    heightHypso20:
    781
    heightHypso30:
    816
    heightHypso40:
    843
    heightHypso50:
    873
    heightHypso60:
    912
    heightHypso70:
    975
    heightHypso80:
    1055
    heightHypso90:
    1141
    heightMaximum:
    1475
    lengthKmBasin:
    6.94
    lengthKmRiver:
    9.29
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    18.91
    percentForest:
    0
    percentGlacier:
    3.65
    percentLake:
    21.31
    percentMountain:
    75.03
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    555723
    utmNorthGravi:
    7513601
    utmZoneInlet:
    33
    utmEastInlet:
    559548
    utmNorthInlet:
    7510861
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    81.28
    specificDischarge:
    80.54
    regulationArea:
    31.98
    areaReservoirs:
    5.85
    volumeReservoirs:
    185
    regulationPartReservoirs:
    2.28
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    5.85
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    185
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1987
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    STATKRAFT 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-08-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T11: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-08-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  5. station_id:
    170.11.0
    stationName:
    Mellavatnet
    latitude:
    68.03206
    longitude:
    16.00476
    utmEast_Z33:
    541944
    utmNorth_Z33:
    7546780
    masl:
    8
    riverName:
    Hellandselva
    councilNumber:
    1875
    councilName:
    Hamarøy
    countyName:
    Nordland
    drainageBasinKey:
    2556
    hierarchy:
    Hellandselva/Varpelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    1000
    regineNo:
    170.5BA2
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, ikke pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    33.94
    drainageBasinAreaNorway:
    33.94
    gradient1085:
    12.37
    gradientBasin:
    not reported by source
    gradientRiver:
    9.79
    heightMinimum:
    5
    heightHypso10:
    17
    heightHypso20:
    35
    heightHypso30:
    65
    heightHypso40:
    81
    heightHypso50:
    105
    heightHypso60:
    148
    heightHypso70:
    198
    heightHypso80:
    256
    heightHypso90:
    313
    heightMaximum:
    392
    lengthKmBasin:
    9.79
    lengthKmRiver:
    5.82
    percentAgricul:
    0.5
    percentBog:
    9.16
    percentEffBog:
    not reported by source
    percentEffLake:
    7.94
    percentForest:
    48.27
    percentGlacier:
    0
    percentLake:
    10.09
    percentMountain:
    16.78
    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:
    32.19
    specificDischarge:
    30.05
    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:
    THE QUARTZ CORP 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:
      1
      unit:
      m
      serieFrom:
      2015-11-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2015-12-08T16:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-12-08T17:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-12-09T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2015-11-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2015-12-08T16:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-12-08T17:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-12-09T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  6. station_id:
    170.3.0
    stationName:
    Rekvatn
    latitude:
    67.82209
    longitude:
    16.03818
    utmEast_Z33:
    543732
    utmNorth_Z33:
    7523396
    masl:
    286
    riverName:
    Falkelva
    councilNumber:
    1875
    councilName:
    Hamarøy
    countyName:
    Nordland
    drainageBasinKey:
    1991
    hierarchy:
    Falkelva/Sagelvvassdraget
    lakeArea:
    7.39
    lakeName:
    Goajvojávrre
    lakeNo:
    989
    regineNo:
    170.BB2
    reservoirNo:
    264
    reservoirName:
    REKVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    38.61
    drainageBasinAreaNorway:
    38.61
    gradient1085:
    34.2
    gradientBasin:
    27.36
    gradientRiver:
    39.1
    heightMinimum:
    284
    heightHypso10:
    292
    heightHypso20:
    312
    heightHypso30:
    363
    heightHypso40:
    415
    heightHypso50:
    490
    heightHypso60:
    549
    heightHypso70:
    606
    heightHypso80:
    671
    heightHypso90:
    745
    heightMaximum:
    1004
    lengthKmBasin:
    5.84
    lengthKmRiver:
    9.67
    percentAgricul:
    0
    percentBog:
    2.07
    percentEffBog:
    not reported by source
    percentEffLake:
    20.44
    percentForest:
    28.93
    percentGlacier:
    0
    percentLake:
    23.06
    percentMountain:
    41.62
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    545760
    utmNorthGravi:
    7523226
    utmZoneInlet:
    33
    utmEastInlet:
    544436
    utmNorthInlet:
    7528621
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    69.18
    specificDischarge:
    57.09
    regulationArea:
    38.4
    areaReservoirs:
    7.39
    volumeReservoirs:
    77
    regulationPartReservoirs:
    1.11
    transferAreaIn:
    72.91
    transferAreaOut:
    0
    reservoirAreaIn:
    8.3
    reservoirAreaOut:
    7.39
    reservoirVolumeIn:
    85
    reservoirVolumeOut:
    77
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1953
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    NORD-SALTEN KRAFT 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-01-06T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1992-01-06T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-01-06T11:00:00Z
        dataToTime:
        2026-06-20T11: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:
        1995-01-03T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1995-01-03T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  7. station_id:
    170.4.0
    stationName:
    Slunka
    latitude:
    67.80434
    longitude:
    16.14414
    utmEast_Z33:
    548232
    utmNorth_Z33:
    7521496
    masl:
    532
    riverName:
    Sagelvvassdraget
    councilNumber:
    1875
    councilName:
    Hamarøy
    countyName:
    Nordland
    drainageBasinKey:
    1992
    hierarchy:
    Sagelvvassdraget
    lakeArea:
    6.13
    lakeName:
    Sluńkajávrre
    lakeNo:
    986
    regineNo:
    170.F
    reservoirNo:
    263
    reservoirName:
    SLUNKAJAVRRE
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    37.93
    drainageBasinAreaNorway:
    37.93
    gradient1085:
    0
    gradientBasin:
    29.45
    gradientRiver:
    2.31
    heightMinimum:
    531
    heightHypso10:
    545
    heightHypso20:
    583
    heightHypso30:
    639
    heightHypso40:
    677
    heightHypso50:
    728
    heightHypso60:
    799
    heightHypso70:
    902
    heightHypso80:
    990
    heightHypso90:
    1076
    heightMaximum:
    1230
    lengthKmBasin:
    6.5
    lengthKmRiver:
    7.35
    percentAgricul:
    0
    percentBog:
    0.3
    percentEffBog:
    not reported by source
    percentEffLake:
    16.33
    percentForest:
    0.18
    percentGlacier:
    1.17
    percentLake:
    18.1
    percentMountain:
    80.27
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    548272
    utmNorthGravi:
    7516550
    utmZoneInlet:
    33
    utmEastInlet:
    548820
    utmNorthInlet:
    7522904
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    96.31
    specificDischarge:
    80.19
    regulationArea:
    38.06
    areaReservoirs:
    6.13
    volumeReservoirs:
    80
    regulationPartReservoirs:
    0.83
    transferAreaIn:
    34.85
    transferAreaOut:
    0
    reservoirAreaIn:
    2.17
    reservoirAreaOut:
    6.13
    reservoirVolumeIn:
    5
    reservoirVolumeOut:
    80
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1983
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    NORD-SALTEN KRAFT 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:
      1995-01-03T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1995-01-03T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1995-01-03T11:00:00Z
        dataToTime:
        2026-06-20T11: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:
        1995-01-03T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1995-01-03T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  8. station_id:
    170.5.0
    stationName:
    Kaldvågvatn
    latitude:
    68.05872
    longitude:
    15.82985
    utmEast_Z33:
    534603
    utmNorth_Z33:
    7549643
    masl:
    40
    riverName:
    Skjevågelva
    councilNumber:
    1875
    councilName:
    Hamarøy
    countyName:
    Nordland
    drainageBasinKey:
    1993
    hierarchy:
    Skjevågelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    170.6A
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    12.76
    drainageBasinAreaNorway:
    12.76
    gradient1085:
    66.48
    gradientBasin:
    18.51
    gradientRiver:
    70.4
    heightMinimum:
    39
    heightHypso10:
    39
    heightHypso20:
    64
    heightHypso30:
    85
    heightHypso40:
    121
    heightHypso50:
    150
    heightHypso60:
    188
    heightHypso70:
    239
    heightHypso80:
    273
    heightHypso90:
    326
    heightMaximum:
    416
    lengthKmBasin:
    4.43
    lengthKmRiver:
    4.67
    percentAgricul:
    0
    percentBog:
    7.6
    percentEffBog:
    not reported by source
    percentEffLake:
    17.11
    percentForest:
    51.11
    percentGlacier:
    0
    percentLake:
    18.7
    percentMountain:
    3.49
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    533567
    utmNorthGravi:
    7551107
    utmZoneInlet:
    33
    utmEastInlet:
    531333
    utmNorthInlet:
    7551716
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    12.94
    specificDischarge:
    32.29
    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:
    NORD-SALTEN KRAFT AS
    qNumberOfYears:
    22
    qStartYear:
    1987
    qEndYear:
    2025
    qm:
    4.641
    q5:
    6.5333
    q10:
    8.1778
    q20:
    9.7999
    q50:
    11.9666
    hm:
    1.0735
    h5:
    1.2031
    h10:
    1.2971
    h20:
    1.3785
    h50:
    1.4747
    culQm:
    5.0069
    culQ5:
    7.0484
    culQ10:
    8.8226
    culQ20:
    10.5726
    culQ50:
    12.9101
    culHm:
    1.1009
    culH5:
    1.234
    culH10:
    1.3306
    culH20:
    1.4142
    culH50:
    1.513
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1986-11-12T12:50:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-11-12T14:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-11-13T11: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:
        1986-11-12T12:50:00Z
        dataToTime:
        2026-04-01T06:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-11-12T14:00:00Z
        dataToTime:
        2026-04-01T07:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-11-13T11:00:00Z
        dataToTime:
        2026-03-31T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2009-09-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-12-19T22:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-12-19T22:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-12-20T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2009-09-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2010-06-27T11:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-06-27T12:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-06-28T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  9. station_id:
    171.1.0
    stationName:
    Brynvatn
    latitude:
    68.05141
    longitude:
    16.6805
    utmEast_Z33:
    570090
    utmNorth_Z33:
    7549550
    masl:
    507
    riverName:
    Brynelva
    councilNumber:
    1875
    councilName:
    Hamarøy
    countyName:
    Nordland
    drainageBasinKey:
    1995
    hierarchy:
    Brynelva/Botnelva
    lakeArea:
    1.48
    lakeName:
    Brynvatnet
    lakeNo:
    1013
    regineNo:
    171.7AA
    reservoirNo:
    267
    reservoirName:
    BRYNVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    10.2
    drainageBasinAreaNorway:
    10.2
    gradient1085:
    97.63
    gradientBasin:
    30.1
    gradientRiver:
    101.48
    heightMinimum:
    511
    heightHypso10:
    525
    heightHypso20:
    581
    heightHypso30:
    608
    heightHypso40:
    648
    heightHypso50:
    710
    heightHypso60:
    760
    heightHypso70:
    853
    heightHypso80:
    963
    heightHypso90:
    1062
    heightMaximum:
    1281
    lengthKmBasin:
    5.46
    lengthKmRiver:
    4.42
    percentAgricul:
    0
    percentBog:
    0.11
    percentEffBog:
    not reported by source
    percentEffLake:
    9.9
    percentForest:
    1.6
    percentGlacier:
    0.06
    percentLake:
    15.42
    percentMountain:
    82.79
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    572097
    utmNorthGravi:
    7547892
    utmZoneInlet:
    33
    utmEastInlet:
    573731
    utmNorthInlet:
    7546648
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    19.21
    specificDischarge:
    59.68
    regulationArea:
    10.21
    areaReservoirs:
    1.48
    volumeReservoirs:
    75
    regulationPartReservoirs:
    3.9
    transferAreaIn:
    97.67
    transferAreaOut:
    107.88
    reservoirAreaIn:
    1.94
    reservoirAreaOut:
    3.42
    reservoirVolumeIn:
    37.2
    reservoirVolumeOut:
    112.2
    remainingArea:
    -0.01
    numberReservoirs:
    1
    firstYearRegulation:
    0
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    NORDKRAFT 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:
      1995-01-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1995-01-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-01-22T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1995-01-01T11:00:00Z
        dataToTime:
        2026-06-20T11: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:
        1995-01-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-01-22T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1995-01-01T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  10. station_id:
    171.12.0
    stationName:
    Kjerringvatn
    latitude:
    68.02867
    longitude:
    16.68585
    utmEast_Z33:
    570382
    utmNorth_Z33:
    7547021
    masl:
    576
    riverName:
    Botnelva
    councilNumber:
    1875
    councilName:
    Hamarøy
    countyName:
    Nordland
    drainageBasinKey:
    2002
    hierarchy:
    Botnelva
    lakeArea:
    0.94
    lakeName:
    Stuoráp Áhkásjjávrre
    lakeNo:
    1014
    regineNo:
    171.7C
    reservoirNo:
    268
    reservoirName:
    KJERRINGVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1.78
    drainageBasinAreaNorway:
    1.78
    gradient1085:
    13.32
    gradientBasin:
    20.83
    gradientRiver:
    9.99
    heightMinimum:
    578
    heightHypso10:
    582
    heightHypso20:
    589
    heightHypso30:
    595
    heightHypso40:
    601
    heightHypso50:
    610
    heightHypso60:
    622
    heightHypso70:
    633
    heightHypso80:
    650
    heightHypso90:
    704
    heightMaximum:
    798
    lengthKmBasin:
    1.66
    lengthKmRiver:
    1.3
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    24.77
    percentForest:
    0
    percentGlacier:
    0
    percentLake:
    31.37
    percentMountain:
    68.54
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    570732
    utmNorthGravi:
    7547170
    utmZoneInlet:
    33
    utmEastInlet:
    569957
    utmNorthInlet:
    7547942
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    3.01
    specificDischarge:
    53.59
    regulationArea:
    0
    areaReservoirs:
    0.94
    volumeReservoirs:
    5.2
    regulationPartReservoirs:
    1.73
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    0
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    NORDKRAFT 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-02T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1992-10-02T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-01-15T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-02T11:00:00Z
        dataToTime:
        2026-06-20T11: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-02T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-01-15T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-02T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  11. station_id:
    171.7.0
    stationName:
    Ravggajokka
    latitude:
    67.77953
    longitude:
    16.4793
    utmEast_Z33:
    562425
    utmNorth_Z33:
    7519030
    masl:
    456
    riverName:
    Draugelva
    councilNumber:
    1875
    councilName:
    Hamarøy
    countyName:
    Nordland
    drainageBasinKey:
    2000
    hierarchy:
    Draugelva/Hellemovassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    171.AB
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    74.96
    drainageBasinAreaNorway:
    69.765
    gradient1085:
    9.18
    gradientBasin:
    26.93
    gradientRiver:
    12.29
    heightMinimum:
    457
    heightHypso10:
    607
    heightHypso20:
    652
    heightHypso30:
    700
    heightHypso40:
    751
    heightHypso50:
    789
    heightHypso60:
    835
    heightHypso70:
    873
    heightHypso80:
    935
    heightHypso90:
    1016
    heightMaximum:
    1265
    lengthKmBasin:
    15.65
    lengthKmRiver:
    22.38
    percentAgricul:
    0
    percentBog:
    0.52
    percentEffBog:
    not reported by source
    percentEffLake:
    1.01
    percentForest:
    0.33
    percentGlacier:
    0
    percentLake:
    5.23
    percentMountain:
    93.81
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    562868
    utmNorthGravi:
    7512501
    utmZoneInlet:
    33
    utmEastInlet:
    564823
    utmNorthInlet:
    7505953
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    100.93
    specificDischarge:
    46.88
    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:
    14
    qStartYear:
    2011
    qEndYear:
    2025
    qm:
    41.8844
    q5:
    53.4073
    q10:
    58.0233
    q20:
    61.2506
    q50:
    64.1879
    hm:
    2.0522
    h5:
    2.2473
    h10:
    2.317
    h20:
    2.3634
    h50:
    2.4041
    culQm:
    51.4556
    culQ5:
    65.6116
    culQ10:
    71.2825
    culQ20:
    75.2472
    culQ50:
    78.8557
    culHm:
    2.2165
    culH5:
    2.4234
    culH10:
    2.4974
    culH20:
    2.5466
    culH50:
    2.5898
    seriesList:

    4 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2016-08-24T10:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2016-08-24T11:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2016-08-25T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2010-01-24T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2010-01-24T08:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-01-24T09:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-01-25T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  12. station_id:
    2.101.0
    stationName:
    Hamar (Mjøsa)
    latitude:
    60.81023
    longitude:
    11.01962
    utmEast_Z33:
    283526
    utmNorth_Z33:
    6748219
    masl:
    125
    riverName:
    Vorma-Lågen
    councilNumber:
    3403
    councilName:
    Hamar
    countyName:
    Innlandet
    drainageBasinKey:
    66
    hierarchy:
    Vorma-Lågen/Glommavassdraget
    lakeArea:
    369.28
    lakeName:
    Mjøsa
    lakeNo:
    118
    regineNo:
    002.DC71
    reservoirNo:
    36
    reservoirName:
    MJØSA
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    16555.34
    drainageBasinAreaNorway:
    16555.34
    gradient1085:
    136.41
    gradientBasin:
    15.71
    gradientRiver:
    114.58
    heightMinimum:
    119
    heightHypso10:
    385
    heightHypso20:
    595
    heightHypso30:
    747
    heightHypso40:
    941
    heightHypso50:
    1013
    heightHypso60:
    1131
    heightHypso70:
    1297
    heightHypso80:
    1448
    heightHypso90:
    1643
    heightMaximum:
    2466
    lengthKmBasin:
    243.15
    lengthKmRiver:
    0.73
    percentAgricul:
    6.21
    percentBog:
    5.32
    percentEffBog:
    not reported by source
    percentEffLake:
    2.32
    percentForest:
    37.07
    percentGlacier:
    1.66
    percentLake:
    6.02
    percentMountain:
    38.56
    percentUrban:
    0.45
    utmZoneGravi:
    33
    utmEastGravi:
    207152
    utmNorthGravi:
    6830560
    utmZoneInlet:
    33
    utmEastInlet:
    95484
    utmNorthInlet:
    6900836
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    9947.3
    specificDischarge:
    19.04
    regulationArea:
    16555.78
    areaReservoirs:
    590.97
    volumeReservoirs:
    2555.31
    regulationPartReservoirs:
    0.26
    transferAreaIn:
    26.86
    transferAreaOut:
    61.09
    reservoirAreaIn:
    5.77
    reservoirAreaOut:
    385.58
    reservoirVolumeIn:
    68
    reservoirVolumeOut:
    1438.6
    remainingArea:
    -0.48
    numberReservoirs:
    72
    firstYearRegulation:
    1930
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    GLOMMENS OG LAAGENS BRUKSEIERFORENING
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    123.53
    h5:
    123.89
    h10:
    124.19
    h20:
    124.59
    h50:
    125.49
    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:
    123.53
    culH5:
    123.89
    culH10:
    124.19
    culH20:
    124.59
    culH50:
    125.49
    seriesList:

    4 results

    1. parameterName:
      Nedbør
      parameter:
      0
      versionNo:
      1
      unit:
      mm
      serieFrom:
      2001-04-19T00:00:00
      serieTo:
      2003-01-12T00:00:00
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2001-04-19T05:00:00Z
        dataToTime:
        2003-01-12T05:00:00Z
      2. resTime:
        60
        method:
        Sum
        timeOffset:
        0
        dataFromTime:
        2001-04-19T05:00:00Z
        dataToTime:
        2003-01-12T05:00:00Z
      3. resTime:
        1440
        method:
        Sum
        timeOffset:
        0
        dataFromTime:
        2001-04-19T11:00:00Z
        dataToTime:
        2003-01-12T11:00:00Z
    2. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      3
      unit:
      m
      serieFrom:
      1908-02-12T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1908-02-12T11:00:00Z
        dataToTime:
        2026-09-21T05:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-01-05T08:00:00Z
        dataToTime:
        2026-09-21T05:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1908-02-12T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      0
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1908-02-12T11:00:00Z
        dataToTime:
        2026-09-15T06:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-01-05T08:00:00Z
        dataToTime:
        2025-12-31T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1908-02-12T11:00:00Z
        dataToTime:
        2026-09-15T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2001-04-19T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2001-04-19T05:00:00Z
        dataToTime:
        2026-09-21T05:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2001-04-19T06:00:00Z
        dataToTime:
        2026-09-21T05:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2001-04-19T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  13. station_id:
    2.464.0
    stationName:
    Svartelva
    latitude:
    60.77604
    longitude:
    11.18649
    utmEast_Z33:
    292373
    utmNorth_Z33:
    6743875
    masl:
    138
    riverName:
    Svartelvvassdraget
    councilNumber:
    3403
    councilName:
    Hamar
    countyName:
    Innlandet
    drainageBasinKey:
    271
    hierarchy:
    Svartelvvassdraget/Vorma-Lågen/Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    002.DC3A0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, ikke pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    458.04
    drainageBasinAreaNorway:
    458.04
    gradient1085:
    9.3
    gradientBasin:
    6.91
    gradientRiver:
    9.38
    heightMinimum:
    132
    heightHypso10:
    195
    heightHypso20:
    227
    heightHypso30:
    252
    heightHypso40:
    278
    heightHypso50:
    314
    heightHypso60:
    346
    heightHypso70:
    414
    heightHypso80:
    495
    heightHypso90:
    568
    heightMaximum:
    760
    lengthKmBasin:
    29.2
    lengthKmRiver:
    47.74
    percentAgricul:
    20.51
    percentBog:
    6.72
    percentEffBog:
    not reported by source
    percentEffLake:
    0.19
    percentForest:
    67.52
    percentGlacier:
    0
    percentLake:
    1.48
    percentMountain:
    0
    percentUrban:
    1.06
    utmZoneGravi:
    33
    utmEastGravi:
    302779
    utmNorthGravi:
    6744916
    utmZoneInlet:
    33
    utmEastInlet:
    314819
    utmNorthInlet:
    6726591
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    118.68
    specificDischarge:
    8.21
    regulationArea:
    0
    areaReservoirs:
    3.26
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    0
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    Norsk institutt for vannforskning, Østlandsavdelingen
    qNumberOfYears:
    39
    qStartYear:
    1986
    qEndYear:
    2025
    qm:
    59.7382
    q5:
    80.4166
    q10:
    93.6267
    q20:
    105.0296
    q50:
    118.1445
    hm:
    2.3001
    h5:
    2.5122
    h10:
    2.6319
    h20:
    2.7277
    h50:
    2.831
    culQm:
    77.1928
    culQ5:
    103.9132
    culQ10:
    120.9831
    culQ20:
    135.7176
    culQ50:
    152.6645
    culHm:
    2.4814
    culH5:
    2.7186
    culH10:
    2.8524
    culH20:
    2.9596
    culH50:
    3.0751
    seriesList:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1986-04-02T13:51:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-04-02T15:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-04-03T11: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:
        1986-04-02T13:51:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-04-02T15:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-04-03T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2009-09-30T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2009-09-30T13:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-09-30T14:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-10-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
limit:
25
offset:
0
returned:
13
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.