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:11:30Z in 0.172 seconds.

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

Showing 9 of 9 results in compact format.

  1. station_id:
    15.104.0
    latitude:
    59.79183
    longitude:
    9.57635
  2. station_id:
    15.16.0
    latitude:
    59.85207
    longitude:
    9.35997
  3. station_id:
    15.17.0
    latitude:
    59.83687
    longitude:
    9.33662
  4. station_id:
    15.215.0
    latitude:
    59.80128
    longitude:
    9.5622
  5. station_id:
    15.24.0
    latitude:
    59.83148
    longitude:
    9.33745
  6. station_id:
    15.26.0
    latitude:
    59.8644
    longitude:
    9.27529
  7. station_id:
    15.27.0
    latitude:
    59.8324
    longitude:
    9.33033
  8. station_id:
    15.28.0
    latitude:
    59.86757
    longitude:
    9.26282
  9. station_id:
    15.68.0
    latitude:
    59.86278
    longitude:
    9.38598
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=FLESBERG&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T08:11:30.5997104Z
queryTime:
00:00:00.0009760
itemCount:
9
data:

9 results

  1. station_id:
    15.104.0
    stationName:
    Numedalslågen v/Svene
    latitude:
    59.79183
    longitude:
    9.57635
    utmEast_Z33:
    195808
    utmNorth_Z33:
    6640685
    masl:
    184
    riverName:
    Numedalslågen
    councilNumber:
    3334
    councilName:
    Flesberg
    countyName:
    Buskerud
    drainageBasinKey:
    0
    hierarchy:
    Numedalslågen
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    015.E7
    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:
      2002-10-09T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2002-10-09T10:00:00Z
        dataToTime:
        2025-06-11T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2002-10-09T11:00:00Z
        dataToTime:
        2025-06-11T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2002-10-10T11:00:00Z
        dataToTime:
        2025-06-10T11:00:00Z
    2. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1968-10-22T00:00:00
      serieTo:
      1974-12-31T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1968-10-22T11:00:00Z
        dataToTime:
        1974-12-31T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1968-10-22T11:00:00Z
        dataToTime:
        1974-12-31T11:00:00Z
  2. station_id:
    15.16.0
    stationName:
    Hoppestadvatn
    latitude:
    59.85207
    longitude:
    9.35997
    utmEast_Z33:
    184262
    utmNorth_Z33:
    6648392
    masl:
    563
    riverName:
    Vrengja
    councilNumber:
    3334
    councilName:
    Flesberg
    countyName:
    Buskerud
    drainageBasinKey:
    562
    hierarchy:
    Vrengja/Numedalslågen
    lakeArea:
    1.74
    lakeName:
    Holmevatnet
    lakeNo:
    7609
    regineNo:
    015.F4B
    reservoirNo:
    97
    reservoirName:
    HOPPESTADVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    23.33
    drainageBasinAreaNorway:
    23.33
    gradient1085:
    27.18
    gradientBasin:
    12.88
    gradientRiver:
    25.06
    heightMinimum:
    560
    heightHypso10:
    580
    heightHypso20:
    594
    heightHypso30:
    611
    heightHypso40:
    633
    heightHypso50:
    681
    heightHypso60:
    740
    heightHypso70:
    779
    heightHypso80:
    826
    heightHypso90:
    871
    heightMaximum:
    922
    lengthKmBasin:
    8.48
    lengthKmRiver:
    13.05
    percentAgricul:
    0
    percentBog:
    12.46
    percentEffBog:
    not reported by source
    percentEffLake:
    4.14
    percentForest:
    48.45
    percentGlacier:
    0
    percentLake:
    13.24
    percentMountain:
    17.68
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    181358
    utmNorthGravi:
    6646090
    utmZoneInlet:
    33
    utmEastInlet:
    178309
    utmNorthInlet:
    6642435
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    18.06
    specificDischarge:
    24.54
    regulationArea:
    23.33
    areaReservoirs:
    2.35
    volumeReservoirs:
    14
    regulationPartReservoirs:
    0.78
    transferAreaIn:
    76.02
    transferAreaOut:
    0
    reservoirAreaIn:
    1.92
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    15.2
    reservoirVolumeOut:
    0
    remainingArea:
    -0.01
    numberReservoirs:
    3
    firstYearRegulation:
    1960
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    SKAGERAK 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-10-05T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1992-10-04T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T11: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-04T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  3. station_id:
    15.17.0
    stationName:
    Mjåvatn
    latitude:
    59.83687
    longitude:
    9.33662
    utmEast_Z33:
    182812
    utmNorth_Z33:
    6646814
    masl:
    595
    riverName:
    Vrengja
    councilNumber:
    3334
    councilName:
    Flesberg
    countyName:
    Buskerud
    drainageBasinKey:
    563
    hierarchy:
    Vrengja/Numedalslågen
    lakeArea:
    0.15
    lakeName:
    Mjovatnet
    lakeNo:
    402
    regineNo:
    015.F4C
    reservoirNo:
    98
    reservoirName:
    MJÅVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    12.22
    drainageBasinAreaNorway:
    12.22
    gradient1085:
    38.46
    gradientBasin:
    12.84
    gradientRiver:
    32.95
    heightMinimum:
    591
    heightHypso10:
    624
    heightHypso20:
    689
    heightHypso30:
    741
    heightHypso40:
    772
    heightHypso50:
    791
    heightHypso60:
    821
    heightHypso70:
    851
    heightHypso80:
    878
    heightHypso90:
    897
    heightMaximum:
    921
    lengthKmBasin:
    6.29
    lengthKmRiver:
    8.77
    percentAgricul:
    0
    percentBog:
    15.93
    percentEffBog:
    not reported by source
    percentEffLake:
    3.48
    percentForest:
    32.7
    percentGlacier:
    0
    percentLake:
    6.48
    percentMountain:
    33.73
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    180565
    utmNorthGravi:
    6644625
    utmZoneInlet:
    33
    utmEastInlet:
    178309
    utmNorthInlet:
    6642436
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    10.82
    specificDischarge:
    28.06
    regulationArea:
    12.23
    areaReservoirs:
    0.61
    volumeReservoirs:
    2.5
    regulationPartReservoirs:
    0.23
    transferAreaIn:
    0
    transferAreaOut:
    12.23
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0.61
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    2.5
    remainingArea:
    -0.01
    numberReservoirs:
    2
    firstYearRegulation:
    1960
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    SKAGERAK 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-10-05T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1992-10-04T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T11: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-04T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  4. station_id:
    15.215.0
    stationName:
    Tonhaugen
    latitude:
    59.80128
    longitude:
    9.5622
    utmEast_Z33:
    195102
    utmNorth_Z33:
    6641800
    masl:
    244
    riverName:
    Numedalslågen
    councilNumber:
    3334
    councilName:
    Flesberg
    countyName:
    Buskerud
    drainageBasinKey:
    0
    hierarchy:
    Numedalslågen
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    015.E8
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Annen
    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:
    not reported by source
    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:

    5 results

    1. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      2
      unit:
      °C
      serieFrom:
      2017-04-08T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2017-04-10T20:15:00Z
        dataToTime:
        2026-09-21T07:30:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2017-04-10T21:00:00Z
        dataToTime:
        2026-09-21T07:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2017-04-11T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      3
      unit:
      °C
      serieFrom:
      2017-04-08T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2017-04-10T20:15:00Z
        dataToTime:
        2026-09-21T07:30:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2017-04-10T21:00:00Z
        dataToTime:
        2026-09-21T07:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2017-04-11T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Grunnvannsnivå - Dyp under rørtopp
      parameter:
      2000
      versionNo:
      1
      unit:
      m
      serieFrom:
      2014-02-20T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-02-22T21:30:00Z
        dataToTime:
        2026-09-21T07:30:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-02-22T22:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-02-23T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    4. parameterName:
      Grunnvannstemperatur
      parameter:
      2015
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2014-02-20T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-02-22T23:00:00Z
        dataToTime:
        2026-09-21T07:30:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-02-23T00:00:00Z
        dataToTime:
        2026-09-21T07:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-02-23T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    5. 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:
        2014-02-22T21:30:00Z
        dataToTime:
        2026-09-21T07:30:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-02-22T22:00:00Z
        dataToTime:
        2026-09-21T07:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-02-23T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  5. station_id:
    15.24.0
    stationName:
    Våtvatn
    latitude:
    59.83148
    longitude:
    9.33745
    utmEast_Z33:
    182808
    utmNorth_Z33:
    6646212
    masl:
    586
    riverName:
    Høymyrelva
    councilNumber:
    3334
    councilName:
    Flesberg
    countyName:
    Buskerud
    drainageBasinKey:
    570
    hierarchy:
    Høymyrelva/Numedalslågen
    lakeArea:
    0.69
    lakeName:
    Våtvatnet
    lakeNo:
    399
    regineNo:
    015.F2B
    reservoirNo:
    96
    reservoirName:
    VÅTVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    9.29
    drainageBasinAreaNorway:
    9.29
    gradient1085:
    51.95
    gradientBasin:
    13.28
    gradientRiver:
    43.77
    heightMinimum:
    583
    heightHypso10:
    601
    heightHypso20:
    641
    heightHypso30:
    671
    heightHypso40:
    716
    heightHypso50:
    742
    heightHypso60:
    761
    heightHypso70:
    788
    heightHypso80:
    814
    heightHypso90:
    857
    heightMaximum:
    922
    lengthKmBasin:
    5.92
    lengthKmRiver:
    6.85
    percentAgricul:
    0
    percentBog:
    14.6
    percentEffBog:
    not reported by source
    percentEffLake:
    6.78
    percentForest:
    37
    percentGlacier:
    0
    percentLake:
    9.88
    percentMountain:
    37.4
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    182567
    utmNorthGravi:
    6643842
    utmZoneInlet:
    33
    utmEastInlet:
    180148
    utmNorthInlet:
    6642061
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    7.87
    specificDischarge:
    26.85
    regulationArea:
    9.29
    areaReservoirs:
    0.69
    volumeReservoirs:
    5.2
    regulationPartReservoirs:
    0.66
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1960
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    SKAGERAK 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-10-05T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1992-10-04T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T11: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-04T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  6. station_id:
    15.26.0
    stationName:
    Hanavatn
    latitude:
    59.8644
    longitude:
    9.27529
    utmEast_Z33:
    179648
    utmNorth_Z33:
    6650168
    masl:
    653
    riverName:
    Gjuva
    councilNumber:
    3334
    councilName:
    Flesberg
    countyName:
    Buskerud
    drainageBasinKey:
    572
    hierarchy:
    Gjuva/Numedalslågen
    lakeArea:
    0.3
    lakeName:
    Hånevatnet
    lakeNo:
    381
    regineNo:
    015.FC
    reservoirNo:
    92
    reservoirName:
    HANAVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    49.14
    drainageBasinAreaNorway:
    49.14
    gradient1085:
    46.13
    gradientBasin:
    21.89
    gradientRiver:
    40.25
    heightMinimum:
    646
    heightHypso10:
    781
    heightHypso20:
    813
    heightHypso30:
    845
    heightHypso40:
    903
    heightHypso50:
    958
    heightHypso60:
    1002
    heightHypso70:
    1045
    heightHypso80:
    1108
    heightHypso90:
    1172
    heightMaximum:
    1268
    lengthKmBasin:
    8.45
    lengthKmRiver:
    12.2
    percentAgricul:
    0
    percentBog:
    8.6
    percentEffBog:
    not reported by source
    percentEffLake:
    2.12
    percentForest:
    40.34
    percentGlacier:
    0
    percentLake:
    6.8
    percentMountain:
    36.99
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    176695
    utmNorthGravi:
    6651516
    utmZoneInlet:
    33
    utmEastInlet:
    174949
    utmNorthInlet:
    6655232
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    51.6
    specificDischarge:
    33.29
    regulationArea:
    49.13
    areaReservoirs:
    1.23
    volumeReservoirs:
    10
    regulationPartReservoirs:
    0.19
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    -0.01
    numberReservoirs:
    3
    firstYearRegulation:
    1980
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    SKAGERAK 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-10-05T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1992-10-04T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T11: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-04T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  7. station_id:
    15.27.0
    stationName:
    Sandvatn
    latitude:
    59.8324
    longitude:
    9.33033
    utmEast_Z33:
    182418
    utmNorth_Z33:
    6646347
    masl:
    602
    riverName:
    Vrengja
    councilNumber:
    3334
    councilName:
    Flesberg
    countyName:
    Buskerud
    drainageBasinKey:
    573
    hierarchy:
    Vrengja/Numedalslågen
    lakeArea:
    0.46
    lakeName:
    Sandvatnet
    lakeNo:
    403
    regineNo:
    015.F4E
    reservoirNo:
    99
    reservoirName:
    SANDVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    11.57
    drainageBasinAreaNorway:
    11.57
    gradient1085:
    41.43
    gradientBasin:
    12.36
    gradientRiver:
    34.01
    heightMinimum:
    605
    heightHypso10:
    654
    heightHypso20:
    719
    heightHypso30:
    751
    heightHypso40:
    779
    heightHypso50:
    804
    heightHypso60:
    827
    heightHypso70:
    855
    heightHypso80:
    878
    heightHypso90:
    897
    heightMaximum:
    921
    lengthKmBasin:
    5.77
    lengthKmRiver:
    8.17
    percentAgricul:
    0
    percentBog:
    16.65
    percentEffBog:
    not reported by source
    percentEffLake:
    2.63
    percentForest:
    30.38
    percentGlacier:
    0
    percentLake:
    5.48
    percentMountain:
    35.63
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    180405
    utmNorthGravi:
    6644514
    utmZoneInlet:
    33
    utmEastInlet:
    178309
    utmNorthInlet:
    6642434
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    10.38
    specificDischarge:
    28.43
    regulationArea:
    11.57
    areaReservoirs:
    0.46
    volumeReservoirs:
    2.1
    regulationPartReservoirs:
    0.2
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1960
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    SKAGERAK 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-10-05T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1992-10-04T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T11: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-04T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  8. station_id:
    15.28.0
    stationName:
    Kjørkjevatn
    latitude:
    59.86757
    longitude:
    9.26282
    utmEast_Z33:
    178982
    utmNorth_Z33:
    6650581
    masl:
    680
    riverName:
    Gjuva
    councilNumber:
    3334
    councilName:
    Flesberg
    countyName:
    Buskerud
    drainageBasinKey:
    574
    hierarchy:
    Gjuva/Numedalslågen
    lakeArea:
    0.64
    lakeName:
    Kyrkjevatnet
    lakeNo:
    382
    regineNo:
    015.FD
    reservoirNo:
    93
    reservoirName:
    KJØRKJEVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    45.54
    drainageBasinAreaNorway:
    45.54
    gradient1085:
    49.87
    gradientBasin:
    22.19
    gradientRiver:
    41.13
    heightMinimum:
    680
    heightHypso10:
    805
    heightHypso20:
    834
    heightHypso30:
    873
    heightHypso40:
    927
    heightHypso50:
    971
    heightHypso60:
    1012
    heightHypso70:
    1061
    heightHypso80:
    1110
    heightHypso90:
    1172
    heightMaximum:
    1268
    lengthKmBasin:
    7.74
    lengthKmRiver:
    11.28
    percentAgricul:
    0
    percentBog:
    8.45
    percentEffBog:
    not reported by source
    percentEffLake:
    1.74
    percentForest:
    37.81
    percentGlacier:
    0
    percentLake:
    6.41
    percentMountain:
    39.9
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    176506
    utmNorthGravi:
    6651707
    utmZoneInlet:
    33
    utmEastInlet:
    174949
    utmNorthInlet:
    6655232
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    48.74
    specificDischarge:
    33.92
    regulationArea:
    45.55
    areaReservoirs:
    0.93
    volumeReservoirs:
    7.7
    regulationPartReservoirs:
    0.16
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    -0.01
    numberReservoirs:
    2
    firstYearRegulation:
    1980
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    SKAGERAK 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-10-05T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1992-10-04T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T11: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-04T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  9. station_id:
    15.68.0
    stationName:
    Vrenga kraftstasjon, avløp
    latitude:
    59.86278
    longitude:
    9.38598
    utmEast_Z33:
    185817
    utmNorth_Z33:
    6649457
    masl:
    190
    riverName:
    Vrengja
    councilNumber:
    3334
    councilName:
    Flesberg
    countyName:
    Buskerud
    drainageBasinKey:
    0
    hierarchy:
    Vrengja/Numedalslågen
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    015.F4A1
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    SKAGERAK 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:

    1 results

    1. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      1965-01-01T00:00:00
      serieTo:
      1972-12-31T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1965-01-01T11:00:00Z
        dataToTime:
        1972-12-31T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1965-01-01T11:00:00Z
        dataToTime:
        1972-12-31T11:00:00Z
limit:
25
offset:
0
returned:
9
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.