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-20T23:53:45Z in 0.160 seconds.

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

Showing 10 of 10 results in compact format.

  1. station_id:
    16.10.0
    latitude:
    59.61155
    longitude:
    8.99355
  2. station_id:
    16.155.0
    latitude:
    59.70388
    longitude:
    8.85882
  3. station_id:
    16.195.0
    latitude:
    59.60449
    longitude:
    8.71564
  4. station_id:
    16.228.0
    latitude:
    59.62175
    longitude:
    8.90105
  5. station_id:
    16.532.0
    latitude:
    59.77168
    longitude:
    8.81073
  6. station_id:
    16.87.0
    latitude:
    59.78299
    longitude:
    8.66368
  7. station_id:
    16.88.0
    latitude:
    59.77544
    longitude:
    8.54266
  8. station_id:
    16.89.0
    latitude:
    59.73275
    longitude:
    8.67841
  9. station_id:
    16.90.0
    latitude:
    59.65686
    longitude:
    8.52919
  10. station_id:
    16.91.0
    latitude:
    59.65179
    longitude:
    8.60289
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=HJARTDAL&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-20T23:53:45.2431946Z
queryTime:
00:00:00.0011311
itemCount:
10
data:

10 results

  1. station_id:
    16.10.0
    stationName:
    Omnesfoss
    latitude:
    59.61155
    longitude:
    8.99355
    utmEast_Z33:
    161358
    utmNorth_Z33:
    6623485
    masl:
    63
    riverName:
    Heddøla-hjartdøla
    councilNumber:
    4024
    councilName:
    Hjartdal
    countyName:
    Telemark
    drainageBasinKey:
    612
    hierarchy:
    Heddøla-hjartdøla/Skiensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    016.EA32
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    807.87
    drainageBasinAreaNorway:
    807.87
    gradient1085:
    21.52
    gradientBasin:
    27.98
    gradientRiver:
    24.63
    heightMinimum:
    59
    heightHypso10:
    437
    heightHypso20:
    663
    heightHypso30:
    760
    heightHypso40:
    855
    heightHypso50:
    909
    heightHypso60:
    974
    heightHypso70:
    1013
    heightHypso80:
    1118
    heightHypso90:
    1201
    heightMaximum:
    1876
    lengthKmBasin:
    40.37
    lengthKmRiver:
    54.2
    percentAgricul:
    1.46
    percentBog:
    7.44
    percentEffBog:
    not reported by source
    percentEffLake:
    0.24
    percentForest:
    61.87
    percentGlacier:
    0
    percentLake:
    6.48
    percentMountain:
    17.22
    percentUrban:
    0.02
    utmZoneGravi:
    33
    utmEastGravi:
    144874
    utmNorthGravi:
    6635123
    utmZoneInlet:
    33
    utmEastInlet:
    129957
    utmNorthInlet:
    6642775
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    720.86
    specificDischarge:
    28.28
    regulationArea:
    364.2
    areaReservoirs:
    20
    volumeReservoirs:
    234
    regulationPartReservoirs:
    0.32
    transferAreaIn:
    40.11
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    443.67
    numberReservoirs:
    6
    firstYearRegulation:
    1958
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    SKAGERAK KRAFT AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    166.34
    q5:
    216.74
    q10:
    268.19
    q20:
    322.81
    q50:
    397.02
    hm:
    3.01
    h5:
    3.36
    h10:
    3.68
    h20:
    3.97
    h50:
    4.32
    culQm:
    220
    culQ5:
    290
    culQ10:
    360
    culQ20:
    435
    culQ50:
    535
    culHm:
    3.39
    culH5:
    3.8
    culH10:
    4.15
    culH20:
    4.48
    culH50:
    4.88
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1963-01-01T11:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-01-01T00:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1963-01-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1963-01-01T11:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-01-01T00:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1963-01-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  2. station_id:
    16.155.0
    stationName:
    Sønnlandsvatn
    latitude:
    59.70388
    longitude:
    8.85882
    utmEast_Z33:
    154728
    utmNorth_Z33:
    6634433
    masl:
    401
    riverName:
    Skogsåi
    councilNumber:
    4024
    councilName:
    Hjartdal
    countyName:
    Telemark
    drainageBasinKey:
    642
    hierarchy:
    Skogsåi/Heddøla-hjartdøla/Skiensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    12911
    regineNo:
    016.EAA6
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, ikke pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    374.25
    drainageBasinAreaNorway:
    374.25
    gradient1085:
    22.42
    gradientBasin:
    25.73
    gradientRiver:
    21.6
    heightMinimum:
    397
    heightHypso10:
    673
    heightHypso20:
    823
    heightHypso30:
    909
    heightHypso40:
    949
    heightHypso50:
    993
    heightHypso60:
    1036
    heightHypso70:
    1118
    heightHypso80:
    1185
    heightHypso90:
    1219
    heightMaximum:
    1876
    lengthKmBasin:
    28.85
    lengthKmRiver:
    29.91
    percentAgricul:
    0.54
    percentBog:
    8.99
    percentEffBog:
    not reported by source
    percentEffLake:
    0.78
    percentForest:
    50.08
    percentGlacier:
    0
    percentLake:
    8.69
    percentMountain:
    24.41
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    143914
    utmNorthGravi:
    6642999
    utmZoneInlet:
    33
    utmEastInlet:
    129957
    utmNorthInlet:
    6642775
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    382.22
    specificDischarge:
    32.36
    regulationArea:
    261.11
    areaReservoirs:
    11.02
    volumeReservoirs:
    127
    regulationPartReservoirs:
    0.33
    transferAreaIn:
    0
    transferAreaOut:
    222.65
    reservoirAreaIn:
    0
    reservoirAreaOut:
    7.45
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    87.8
    remainingArea:
    113.14
    numberReservoirs:
    3
    firstYearRegulation:
    1958
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    SKAGERAK KRAFT AS
    qNumberOfYears:
    34
    qStartYear:
    1987
    qEndYear:
    2025
    qm:
    45.1772
    q5:
    56.6644
    q10:
    70.8509
    q20:
    86.8825
    q50:
    111.8495
    hm:
    0.8109
    h5:
    0.9275
    h10:
    1.0589
    h20:
    1.195
    h50:
    1.388
    culQm:
    56.2515
    culQ5:
    70.5545
    culQ10:
    88.2186
    culQ20:
    108.18
    culQ50:
    139.2671
    culHm:
    0.9235
    culH5:
    1.0563
    culH10:
    1.2059
    culH20:
    1.3608
    culH50:
    1.5806
    seriesList:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1986-11-26T11:15:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-11-26T12:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-11-27T11: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-26T11:15:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-11-26T12:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-11-27T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2019-01-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2019-01-23T00:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2019-01-23T01:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2019-01-23T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  3. station_id:
    16.195.0
    stationName:
    Hjartdal kraftstasjon
    latitude:
    59.60449
    longitude:
    8.71564
    utmEast_Z33:
    145645
    utmNorth_Z33:
    6624153
    masl:
    160
    riverName:
    Heddøla-hjartdøla
    councilNumber:
    4024
    councilName:
    Hjartdal
    countyName:
    Telemark
    drainageBasinKey:
    0
    hierarchy:
    Heddøla-hjartdøla/Skiensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    016.EC1
    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:

    2 results

    1. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      1
      unit:
      m
      serieFrom:
      1968-01-01T00:00:00
      serieTo:
      1979-12-31T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1968-01-01T11:00:00Z
        dataToTime:
        1979-12-31T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1968-01-01T11:00:00Z
        dataToTime:
        1979-12-31T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1968-01-01T11:00:00Z
        dataToTime:
        1979-12-31T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1968-01-01T11:00:00Z
        dataToTime:
        1979-12-31T11:00:00Z
  4. station_id:
    16.228.0
    stationName:
    Hjartdøla ndf. Hanefossen
    latitude:
    59.62175
    longitude:
    8.90105
    utmEast_Z33:
    156257
    utmNorth_Z33:
    6625094
    masl:
    98
    riverName:
    Heddøla-hjartdøla
    councilNumber:
    4024
    councilName:
    Hjartdal
    countyName:
    Telemark
    drainageBasinKey:
    0
    hierarchy:
    Heddøla-hjartdøla/Skiensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    016.EB11
    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:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1988-05-19T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1988-05-19T12:00:00Z
        dataToTime:
        2025-11-03T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-01-14T15:00:00Z
        dataToTime:
        2025-11-03T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-05-20T11:00:00Z
        dataToTime:
        2025-11-02T11:00:00Z
  5. station_id:
    16.532.0
    stationName:
    Gjuvå v/Nybru
    latitude:
    59.77168
    longitude:
    8.81073
    utmEast_Z33:
    152735
    utmNorth_Z33:
    6642214
    masl:
    772
    riverName:
    Gjuva
    councilNumber:
    4024
    councilName:
    Hjartdal
    countyName:
    Telemark
    drainageBasinKey:
    2576
    hierarchy:
    Gjuva/Skogsåi/Heddøla-hjartdøla/Skiensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    016.EAC1B
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    27.38
    drainageBasinAreaNorway:
    27.38
    gradient1085:
    27.98
    gradientBasin:
    not reported by source
    gradientRiver:
    34.06
    heightMinimum:
    770
    heightHypso10:
    928
    heightHypso20:
    984
    heightHypso30:
    1031
    heightHypso40:
    1104
    heightHypso50:
    1154
    heightHypso60:
    1200
    heightHypso70:
    1267
    heightHypso80:
    1305
    heightHypso90:
    1430
    heightMaximum:
    1620
    lengthKmBasin:
    10.96
    lengthKmRiver:
    15.3
    percentAgricul:
    0
    percentBog:
    10.97
    percentEffBog:
    not reported by source
    percentEffLake:
    2.88
    percentForest:
    17.76
    percentGlacier:
    0
    percentLake:
    8.56
    percentMountain:
    61.02
    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:
    35.32
    specificDischarge:
    40.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:
    2021
    catchmentRegTypeName:
    Uregulert
    owner:
    SKAGERAK KRAFT AS
    qNumberOfYears:
    45
    qStartYear:
    1981
    qEndYear:
    2025
    qm:
    8.5485
    q5:
    11.1227
    q10:
    12.7113
    q20:
    14.0616
    q50:
    15.5879
    hm:
    767.5674
    h5:
    767.66
    h10:
    767.7103
    h20:
    767.7499
    h50:
    767.7919
    culQm:
    11.3694
    culQ5:
    14.7932
    culQ10:
    16.9061
    culQ20:
    18.7019
    culQ50:
    20.732
    culHm:
    767.6681
    culH5:
    767.7704
    culH10:
    767.826
    culH20:
    767.8698
    culH50:
    767.9162
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-06-09T00:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-06-09T00:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-06-09T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      2021-06-02T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-06-09T00:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-06-09T00:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-06-09T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2021-06-02T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-06-09T00:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-06-09T00:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-06-09T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    4. parameterName:
      Sekundær vannstand
      parameter:
      9104
      versionNo:
      1
      unit:
      m
      serieFrom:
      2021-06-02T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-06-09T00:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-06-09T00:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-06-09T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  6. station_id:
    16.87.0
    stationName:
    Bonsvatn
    latitude:
    59.78299
    longitude:
    8.66368
    utmEast_Z33:
    144621
    utmNorth_Z33:
    6644251
    masl:
    754
    riverName:
    Bonsåi
    councilNumber:
    4024
    councilName:
    Hjartdal
    countyName:
    Telemark
    drainageBasinKey:
    652
    hierarchy:
    Bonsåi/Skogsåi/Heddøla-hjartdøla/Skiensvassdraget
    lakeArea:
    2.72
    lakeName:
    Bonsvatn
    lakeNo:
    71
    regineNo:
    016.EADB
    reservoirNo:
    26
    reservoirName:
    BONSVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    70.61
    drainageBasinAreaNorway:
    70.61
    gradient1085:
    22.99
    gradientBasin:
    27.57
    gradientRiver:
    20.78
    heightMinimum:
    754
    heightHypso10:
    847
    heightHypso20:
    909
    heightHypso30:
    958
    heightHypso40:
    1001
    heightHypso50:
    1035
    heightHypso60:
    1067
    heightHypso70:
    1118
    heightHypso80:
    1158
    heightHypso90:
    1208
    heightMaximum:
    1299
    lengthKmBasin:
    14.45
    lengthKmRiver:
    20.35
    percentAgricul:
    0.24
    percentBog:
    4.86
    percentEffBog:
    not reported by source
    percentEffLake:
    4.26
    percentForest:
    50.77
    percentGlacier:
    0
    percentLake:
    11.49
    percentMountain:
    28.44
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    139377
    utmNorthGravi:
    6648030
    utmZoneInlet:
    33
    utmEastInlet:
    131653
    utmNorthInlet:
    6649383
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    77.41
    specificDischarge:
    34.74
    regulationArea:
    70.61
    areaReservoirs:
    2.72
    volumeReservoirs:
    29.8
    regulationPartReservoirs:
    0.38
    transferAreaIn:
    23.62
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    2.72
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    29.8
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1958
    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:
      1994-07-18T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-07-18T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-06-08T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-07-18T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
    2. 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:
        1961-01-06T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-06-08T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1961-01-06T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  7. station_id:
    16.88.0
    stationName:
    Vindsjåen
    latitude:
    59.77544
    longitude:
    8.54266
    utmEast_Z33:
    137766
    utmNorth_Z33:
    6644069
    masl:
    976
    riverName:
    Kova
    councilNumber:
    4024
    councilName:
    Hjartdal
    countyName:
    Telemark
    drainageBasinKey:
    653
    hierarchy:
    Kova/Skogsåi/Heddøla-hjartdøla/Skiensvassdraget
    lakeArea:
    4.73
    lakeName:
    Vindsjåen
    lakeNo:
    68
    regineNo:
    016.EAAE
    reservoirNo:
    25
    reservoirName:
    VINDSJÅEN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    43.92
    drainageBasinAreaNorway:
    43.92
    gradient1085:
    17.76
    gradientBasin:
    24.1
    gradientRiver:
    20.06
    heightMinimum:
    975
    heightHypso10:
    975
    heightHypso20:
    999
    heightHypso30:
    1033
    heightHypso40:
    1118
    heightHypso50:
    1132
    heightHypso60:
    1156
    heightHypso70:
    1201
    heightHypso80:
    1219
    heightHypso90:
    1251
    heightMaximum:
    1491
    lengthKmBasin:
    9.35
    lengthKmRiver:
    12.91
    percentAgricul:
    0
    percentBog:
    9.49
    percentEffBog:
    not reported by source
    percentEffLake:
    6.76
    percentForest:
    11.67
    percentGlacier:
    0
    percentLake:
    14.42
    percentMountain:
    44.8
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    133833
    utmNorthGravi:
    6646019
    utmZoneInlet:
    33
    utmEastInlet:
    129957
    utmNorthInlet:
    6642775
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    54.01
    specificDischarge:
    38.97
    regulationArea:
    43.92
    areaReservoirs:
    4.73
    volumeReservoirs:
    58
    regulationPartReservoirs:
    1.07
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    4.73
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    58
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1959
    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:
      1994-07-18T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-07-18T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-06-08T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-07-18T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
    2. 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:
        1961-01-06T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-06-08T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1961-01-06T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  8. station_id:
    16.89.0
    stationName:
    Kovatn
    latitude:
    59.73275
    longitude:
    8.67841
    utmEast_Z33:
    144912
    utmNorth_Z33:
    6638593
    masl:
    879
    riverName:
    Kova
    councilNumber:
    4024
    councilName:
    Hjartdal
    countyName:
    Telemark
    drainageBasinKey:
    654
    hierarchy:
    Kova/Skogsåi/Heddøla-hjartdøla/Skiensvassdraget
    lakeArea:
    3.57
    lakeName:
    Kovvatnet
    lakeNo:
    67
    regineNo:
    016.EAAC
    reservoirNo:
    24
    reservoirName:
    KOVVATNET
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    103.09
    drainageBasinAreaNorway:
    103.09
    gradient1085:
    8.11
    gradientBasin:
    23.13
    gradientRiver:
    13.22
    heightMinimum:
    871
    heightHypso10:
    956
    heightHypso20:
    991
    heightHypso30:
    1007
    heightHypso40:
    1031
    heightHypso50:
    1097
    heightHypso60:
    1118
    heightHypso70:
    1143
    heightHypso80:
    1167
    heightHypso90:
    1219
    heightMaximum:
    1491
    lengthKmBasin:
    18.3
    lengthKmRiver:
    27.3
    percentAgricul:
    0
    percentBog:
    14.75
    percentEffBog:
    not reported by source
    percentEffLake:
    3.98
    percentForest:
    25.72
    percentGlacier:
    0
    percentLake:
    12.58
    percentMountain:
    30.76
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    137389
    utmNorthGravi:
    6642202
    utmZoneInlet:
    33
    utmEastInlet:
    129957
    utmNorthInlet:
    6642775
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    118.81
    specificDischarge:
    36.52
    regulationArea:
    103.08
    areaReservoirs:
    8.3
    volumeReservoirs:
    97.2
    regulationPartReservoirs:
    0.82
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    8.3
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    97.2
    remainingArea:
    0.01
    numberReservoirs:
    2
    firstYearRegulation:
    1959
    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:
      1994-07-18T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-07-18T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-06-08T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-07-18T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
    2. 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:
        1958-05-02T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-06-08T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1958-05-02T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  9. station_id:
    16.90.0
    stationName:
    Skjessvatn
    latitude:
    59.65686
    longitude:
    8.52919
    utmEast_Z33:
    135723
    utmNorth_Z33:
    6630979
    masl:
    806
    riverName:
    Heddøla-hjartdøla
    councilNumber:
    4024
    councilName:
    Hjartdal
    countyName:
    Telemark
    drainageBasinKey:
    655
    hierarchy:
    Heddøla-hjartdøla/Skiensvassdraget
    lakeArea:
    4.34
    lakeName:
    Skjesvatn
    lakeNo:
    31
    regineNo:
    016.EF
    reservoirNo:
    14
    reservoirName:
    SKJESVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    50.93
    drainageBasinAreaNorway:
    50.93
    gradient1085:
    29.59
    gradientBasin:
    25.83
    gradientRiver:
    33.07
    heightMinimum:
    800
    heightHypso10:
    846
    heightHypso20:
    916
    heightHypso30:
    992
    heightHypso40:
    1027
    heightHypso50:
    1100
    heightHypso60:
    1154
    heightHypso70:
    1211
    heightHypso80:
    1248
    heightHypso90:
    1306
    heightMaximum:
    1535
    lengthKmBasin:
    14.19
    lengthKmRiver:
    18.39
    percentAgricul:
    0
    percentBog:
    10.64
    percentEffBog:
    not reported by source
    percentEffLake:
    5.68
    percentForest:
    26.4
    percentGlacier:
    0
    percentLake:
    11.4
    percentMountain:
    39.84
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    133029
    utmNorthGravi:
    6638490
    utmZoneInlet:
    33
    utmEastInlet:
    131283
    utmNorthInlet:
    6643834
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    58.55
    specificDischarge:
    36.43
    regulationArea:
    50.93
    areaReservoirs:
    4.34
    volumeReservoirs:
    45.6
    regulationPartReservoirs:
    0.78
    transferAreaIn:
    40.11
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    4.34
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    45.6
    remainingArea:
    0
    numberReservoirs:
    1
    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:
      1994-07-18T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-07-18T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-06-08T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-07-18T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
    2. 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:
        1961-01-06T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-06-08T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1961-01-06T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  10. station_id:
    16.91.0
    stationName:
    Breidvatn
    latitude:
    59.65179
    longitude:
    8.60289
    utmEast_Z33:
    139809
    utmNorth_Z33:
    6630013
    masl:
    749
    riverName:
    Vangsåi
    councilNumber:
    4024
    councilName:
    Hjartdal
    countyName:
    Telemark
    drainageBasinKey:
    656
    hierarchy:
    Vangsåi/Bjordøla/Heddøla-hjartdøla/Skiensvassdraget
    lakeArea:
    3.57
    lakeName:
    Breivatn
    lakeNo:
    72
    regineNo:
    016.EDAB
    reservoirNo:
    27
    reservoirName:
    BREIVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    23
    drainageBasinAreaNorway:
    23
    gradient1085:
    15.88
    gradientBasin:
    21.24
    gradientRiver:
    15.61
    heightMinimum:
    736
    heightHypso10:
    742
    heightHypso20:
    745
    heightHypso30:
    783
    heightHypso40:
    813
    heightHypso50:
    836
    heightHypso60:
    866
    heightHypso70:
    883
    heightHypso80:
    897
    heightHypso90:
    941
    heightMaximum:
    1043
    lengthKmBasin:
    6.46
    lengthKmRiver:
    7.3
    percentAgricul:
    0
    percentBog:
    11.31
    percentEffBog:
    not reported by source
    percentEffLake:
    10.86
    percentForest:
    68.44
    percentGlacier:
    0
    percentLake:
    17.87
    percentMountain:
    0.94
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    142144
    utmNorthGravi:
    6631093
    utmZoneInlet:
    33
    utmEastInlet:
    145152
    utmNorthInlet:
    6632643
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    19.95
    specificDischarge:
    27.49
    regulationArea:
    23
    areaReservoirs:
    3.57
    volumeReservoirs:
    61.4
    regulationPartReservoirs:
    3.08
    transferAreaIn:
    335.26
    transferAreaOut:
    0
    reservoirAreaIn:
    15.36
    reservoirAreaOut:
    3.57
    reservoirVolumeIn:
    172.6
    reservoirVolumeOut:
    61.4
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1958
    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:
      1994-07-18T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-07-18T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-06-08T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-07-18T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
    2. 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:
        1961-01-06T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-06-08T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1961-01-06T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
limit:
25
offset:
0
returned:
10
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.