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-21T22:54:41Z in 0.441 seconds.

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

Showing 10 of 13 results in compact format.

  1. station_id:
    16.133.0
    latitude:
    59.20771
    longitude:
    9.52788
  2. station_id:
    16.15.0
    latitude:
    59.20541
    longitude:
    9.52653
  3. station_id:
    16.154.0
    latitude:
    59.22058
    longitude:
    9.39876
  4. station_id:
    16.17.0
    latitude:
    59.20018
    longitude:
    9.60394
  5. station_id:
    16.207.0
    latitude:
    59.20728
    longitude:
    9.53348
  6. station_id:
    16.497.0
    latitude:
    59.20338
    longitude:
    9.55242
  7. station_id:
    16.521.0
    latitude:
    59.19814
    longitude:
    9.61135
  8. station_id:
    16.522.0
    latitude:
    59.20311
    longitude:
    9.60948
  9. station_id:
    16.523.0
    latitude:
    59.20572
    longitude:
    9.60908
  10. station_id:
    16.524.0
    latitude:
    59.19555
    longitude:
    9.61841
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=SKIEN&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T22:54:41.3850401Z
queryTime:
00:00:00.0014152
itemCount:
13
data:

13 results

  1. station_id:
    16.133.0
    stationName:
    Skotfoss
    latitude:
    59.20771
    longitude:
    9.52788
    utmEast_Z33:
    187736
    utmNorth_Z33:
    6576005
    masl:
    16
    riverName:
    Skiensvassdraget
    councilNumber:
    4003
    councilName:
    Skien
    countyName:
    Telemark
    drainageBasinKey:
    692
    hierarchy:
    Skiensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    016.B1
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    10383.02
    drainageBasinAreaNorway:
    10383.02
    gradient1085:
    5.55
    gradientBasin:
    24.56
    gradientRiver:
    5.12
    heightMinimum:
    8
    heightHypso10:
    379
    heightHypso20:
    527
    heightHypso30:
    751
    heightHypso40:
    897
    heightHypso50:
    1016
    heightHypso60:
    1146
    heightHypso70:
    1215
    heightHypso80:
    1297
    heightHypso90:
    1407
    heightMaximum:
    1876
    lengthKmBasin:
    175.28
    lengthKmRiver:
    256.59
    percentAgricul:
    1.71
    percentBog:
    4.86
    percentEffBog:
    not reported by source
    percentEffLake:
    1.12
    percentForest:
    46.13
    percentGlacier:
    0.04
    percentLake:
    9.65
    percentMountain:
    34.83
    percentUrban:
    0.16
    utmZoneGravi:
    33
    utmEastGravi:
    126000
    utmNorthGravi:
    6641216
    utmZoneInlet:
    33
    utmEastInlet:
    57606
    utmNorthInlet:
    6693218
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    8375.28
    specificDischarge:
    25.56
    regulationArea:
    10383
    areaReservoirs:
    499.48
    volumeReservoirs:
    4213.71
    regulationPartReservoirs:
    0.5
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0.01
    numberReservoirs:
    63
    firstYearRegulation:
    1926
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    Skien Kraftproduksjon 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:
    740
    culQ5:
    920
    culQ10:
    1070
    culQ20:
    1210
    culQ50:
    1400
    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:
      2
      unit:
      m³/s
      serieFrom:
      1998-01-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1998-01-01T00:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-01-01T01:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-01-01T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  2. station_id:
    16.15.0
    stationName:
    Norsjø v/Løveid ovf.
    latitude:
    59.20541
    longitude:
    9.52653
    utmEast_Z33:
    187638
    utmNorth_Z33:
    6575757
    masl:
    15
    riverName:
    Skiensvassdraget
    councilNumber:
    4003
    councilName:
    Skien
    countyName:
    Telemark
    drainageBasinKey:
    692
    hierarchy:
    Skiensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    6
    regineNo:
    016.B4
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    10383.02
    drainageBasinAreaNorway:
    10383.02
    gradient1085:
    5.55
    gradientBasin:
    24.56
    gradientRiver:
    5.12
    heightMinimum:
    8
    heightHypso10:
    379
    heightHypso20:
    527
    heightHypso30:
    751
    heightHypso40:
    897
    heightHypso50:
    1016
    heightHypso60:
    1146
    heightHypso70:
    1215
    heightHypso80:
    1297
    heightHypso90:
    1407
    heightMaximum:
    1876
    lengthKmBasin:
    175.28
    lengthKmRiver:
    256.59
    percentAgricul:
    1.71
    percentBog:
    4.86
    percentEffBog:
    not reported by source
    percentEffLake:
    1.12
    percentForest:
    46.13
    percentGlacier:
    0.04
    percentLake:
    9.65
    percentMountain:
    34.83
    percentUrban:
    0.16
    utmZoneGravi:
    33
    utmEastGravi:
    126000
    utmNorthGravi:
    6641216
    utmZoneInlet:
    33
    utmEastInlet:
    57606
    utmNorthInlet:
    6693218
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    8375.28
    specificDischarge:
    25.56
    regulationArea:
    10383
    areaReservoirs:
    499.48
    volumeReservoirs:
    4213.71
    regulationPartReservoirs:
    0.5
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0.01
    numberReservoirs:
    63
    firstYearRegulation:
    1926
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    Skien Kraftproduksjon AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    740
    q5:
    920
    q10:
    1070
    q20:
    1210
    q50:
    1400
    hm:
    16.27
    h5:
    16.64
    h10:
    16.94
    h20:
    17.22
    h50:
    17.59
    culQm:
    740
    culQ5:
    920
    culQ10:
    1070
    culQ20:
    1210
    culQ50:
    1400
    culHm:
    16.27
    culH5:
    16.64
    culH10:
    16.94
    culH20:
    17.22
    culH50:
    17.59
    seriesList:

    2 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1852-04-05T11:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2001-01-01T05:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1852-04-05T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  3. station_id:
    16.154.0
    stationName:
    Brusetbekken
    latitude:
    59.22058
    longitude:
    9.39876
    utmEast_Z33:
    180499
    utmNorth_Z33:
    6578048
    masl:
    69
    riverName:
    Skiensvassdraget
    councilNumber:
    4003
    councilName:
    Skien
    countyName:
    Telemark
    drainageBasinKey:
    694
    hierarchy:
    Skiensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    016.B4
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    7.72
    drainageBasinAreaNorway:
    7.72
    gradient1085:
    8.58
    gradientBasin:
    20.59
    gradientRiver:
    7.18
    heightMinimum:
    69
    heightHypso10:
    123
    heightHypso20:
    131
    heightHypso30:
    135
    heightHypso40:
    140
    heightHypso50:
    145
    heightHypso60:
    168
    heightHypso70:
    186
    heightHypso80:
    184
    heightHypso90:
    220
    heightMaximum:
    306
    lengthKmBasin:
    4
    lengthKmRiver:
    4.04
    percentAgricul:
    4.8
    percentBog:
    1.74
    percentEffBog:
    not reported by source
    percentEffLake:
    0.36
    percentForest:
    90.37
    percentGlacier:
    0
    percentLake:
    1.68
    percentMountain:
    0
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    179031
    utmNorthGravi:
    6577761
    utmZoneInlet:
    33
    utmEastInlet:
    179370
    utmNorthInlet:
    6576587
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    2.25
    specificDischarge:
    9.24
    regulationArea:
    0
    areaReservoirs:
    0
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    0
    firstYearRegulation:
    0
    catchmentRegTypeName:
    Uregulert
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    39
    qStartYear:
    1987
    qEndYear:
    2025
    qm:
    2.0923
    q5:
    2.6539
    q10:
    3.1155
    q20:
    3.5602
    q50:
    4.1387
    hm:
    0.4949
    h5:
    0.5613
    h10:
    0.6116
    h20:
    0.6572
    h50:
    0.7131
    culQm:
    3.144
    culQ5:
    3.9879
    culQ10:
    4.6815
    culQ20:
    5.3497
    culQ50:
    6.219
    culHm:
    0.6146
    culH5:
    0.6988
    culH10:
    0.7625
    culH20:
    0.8203
    culH50:
    0.8911
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1987-06-27T08:30:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-06-27T09:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-06-28T11:00:00Z
        dataToTime:
        2026-09-21T11: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:
        1987-06-27T08:30:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-06-27T09:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-06-28T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2009-01-06T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2009-01-06T12:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-01-06T13:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-01-07T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  4. station_id:
    16.17.0
    stationName:
    Hjellevatn
    latitude:
    59.20018
    longitude:
    9.60394
    utmEast_Z33:
    192002
    utmNorth_Z33:
    6574815
    masl:
    5
    riverName:
    Skiensvassdraget
    councilNumber:
    4003
    councilName:
    Skien
    countyName:
    Telemark
    drainageBasinKey:
    614
    hierarchy:
    Skiensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    6592
    regineNo:
    016.A122
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    10703.87
    drainageBasinAreaNorway:
    10703.87
    gradient1085:
    5.4
    gradientBasin:
    24.53
    gradientRiver:
    5.03
    heightMinimum:
    2
    heightHypso10:
    292
    heightHypso20:
    505
    heightHypso30:
    688
    heightHypso40:
    856
    heightHypso50:
    979
    heightHypso60:
    1111
    heightHypso70:
    1200
    heightHypso80:
    1306
    heightHypso90:
    1396
    heightMaximum:
    1874
    lengthKmBasin:
    179.27
    lengthKmRiver:
    261.77
    percentAgricul:
    1.74
    percentBog:
    4.77
    percentEffBog:
    not reported by source
    percentEffLake:
    0.19
    percentForest:
    47.18
    percentGlacier:
    0.04
    percentLake:
    9.56
    percentMountain:
    33.89
    percentUrban:
    0.22
    utmZoneGravi:
    33
    utmEastGravi:
    127862
    utmNorthGravi:
    6639750
    utmZoneInlet:
    33
    utmEastInlet:
    57606
    utmNorthInlet:
    6693218
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    8599.71
    specificDischarge:
    25.46
    regulationArea:
    10703.83
    areaReservoirs:
    513.96
    volumeReservoirs:
    4274.03
    regulationPartReservoirs:
    0.5
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0.44
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0.03
    numberReservoirs:
    82
    firstYearRegulation:
    1908
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    AKERSHUS ENERGI AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    790
    q5:
    970
    q10:
    1120
    q20:
    1260
    q50:
    1450
    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:
    790
    culQ5:
    970
    culQ10:
    1120
    culQ20:
    1260
    culQ50:
    1450
    culHm:
    5.71
    culH5:
    6.17
    culH10:
    6.55
    culH20:
    6.92
    culH50:
    7.4
    seriesList:

    1 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1851-04-20T11:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2002-07-10T01:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1851-04-20T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  5. station_id:
    16.207.0
    stationName:
    Skienselva ndf. Norsjø
    latitude:
    59.20728
    longitude:
    9.53348
    utmEast_Z33:
    188051
    utmNorth_Z33:
    6575931
    masl:
    24
    riverName:
    Skiensvassdraget
    councilNumber:
    4003
    councilName:
    Skien
    countyName:
    Telemark
    drainageBasinKey:
    0
    hierarchy:
    Skiensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    016.B1
    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:
    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:

    1 results

    1. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      2
      unit:
      °C
      serieFrom:
      1989-11-24T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1989-11-24T00:00:00Z
        dataToTime:
        2025-12-16T10:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-08-11T15:00:00Z
        dataToTime:
        2025-12-16T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1989-11-24T11:00:00Z
        dataToTime:
        2025-12-15T11:00:00Z
  6. station_id:
    16.497.0
    stationName:
    Farelva ndf. Skotfoss
    latitude:
    59.20338
    longitude:
    9.55242
    utmEast_Z33:
    189095
    utmNorth_Z33:
    6575410
    masl:
    15
    riverName:
    Skiensvassdraget
    councilNumber:
    4003
    councilName:
    Skien
    countyName:
    Telemark
    drainageBasinKey:
    0
    hierarchy:
    Skiensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    016.B2
    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:
    Skien Kraftproduksjon 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:
    740
    culQ5:
    920
    culQ10:
    1070
    culQ20:
    1210
    culQ50:
    1400
    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:

    6 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2012-11-20T14:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2012-11-20T15:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2012-11-21T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      2
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2012-11-20T15:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2012-11-21T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      99
      unit:
      m³/s
      serieFrom:
      2014-04-07T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2015-03-18T23:00:00Z
        dataToTime:
        2026-09-21T21:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-03-19T00:00:00Z
        dataToTime:
        2026-09-21T21:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-03-19T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    4. parameterName:
      Vannhastighet
      parameter:
      1002
      versionNo:
      1
      unit:
      m/s
      serieFrom:
      2014-04-07T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-04-07T14:15:00Z
        dataToTime:
        2026-09-21T21:45:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-04-07T15:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-04-08T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    5. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2012-11-20T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2012-11-20T14:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2012-11-20T15:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2012-11-21T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    6. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2012-11-20T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2012-11-20T14:30:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2012-11-20T15:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2012-11-21T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  7. station_id:
    16.521.0
    stationName:
    Klosterfoss kraftverk
    latitude:
    59.19814
    longitude:
    9.61135
    utmEast_Z33:
    192406
    utmNorth_Z33:
    6574553
    masl:
    16
    riverName:
    Skiensvassdraget
    councilNumber:
    4003
    councilName:
    Skien
    countyName:
    Telemark
    drainageBasinKey:
    0
    hierarchy:
    Skiensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    016.A221
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, ikke pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    AKERSHUS ENERGI AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    1 results

    1. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      2016-01-05T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2016-01-05T11:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2016-01-05T12:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2016-01-06T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  8. station_id:
    16.522.0
    stationName:
    Damfoss kraftverk
    latitude:
    59.20311
    longitude:
    9.60948
    utmEast_Z33:
    192344
    utmNorth_Z33:
    6575115
    masl:
    9
    riverName:
    Skiensvassdraget
    councilNumber:
    4003
    councilName:
    Skien
    countyName:
    Telemark
    drainageBasinKey:
    0
    hierarchy:
    Skiensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    016.A122
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, ikke pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    AKERSHUS ENERGI AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    1 results

    1. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      2016-01-05T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2016-01-05T11:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2016-01-05T12:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2016-01-06T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  9. station_id:
    16.523.0
    stationName:
    Eide og Mølla kraftverk
    latitude:
    59.20572
    longitude:
    9.60908
    utmEast_Z33:
    192345
    utmNorth_Z33:
    6575406
    masl:
    9
    riverName:
    Skiensvassdraget
    councilNumber:
    4003
    councilName:
    Skien
    countyName:
    Telemark
    drainageBasinKey:
    0
    hierarchy:
    Skiensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    016.A121
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, ikke pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    AKERSHUS ENERGI AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    1 results

    1. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      2016-01-05T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2016-01-05T11:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2016-01-05T12:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2016-01-06T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  10. station_id:
    16.524.0
    stationName:
    Total Q Skien
    latitude:
    59.19555
    longitude:
    9.61841
    utmEast_Z33:
    192785
    utmNorth_Z33:
    6574234
    masl:
    11
    riverName:
    Skiensvassdraget
    councilNumber:
    4003
    councilName:
    Skien
    countyName:
    Telemark
    drainageBasinKey:
    0
    hierarchy:
    Skiensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    016.A221
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, ikke pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    AKERSHUS ENERGI AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    1 results

    1. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      2016-01-05T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2016-01-05T11:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2016-01-05T12:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2016-01-06T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  11. station_id:
    16.539.0
    stationName:
    Klosterfoss fisketrapp
    latitude:
    59.19817
    longitude:
    9.60951
    utmEast_Z33:
    192302
    utmNorth_Z33:
    6574566
    masl:
    5
    riverName:
    Skiensvassdraget
    councilNumber:
    4003
    councilName:
    Skien
    countyName:
    Telemark
    drainageBasinKey:
    0
    hierarchy:
    Skiensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    016.A221
    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:
    Skien Kraftproduksjon 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:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2025-07-01T07:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2025-07-01T08:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2025-07-01T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  12. station_id:
    16.61.0
    stationName:
    Øktern
    latitude:
    59.41132
    longitude:
    9.56933
    utmEast_Z33:
    191947
    utmNorth_Z33:
    6598436
    masl:
    468
    riverName:
    Falkumselva
    councilNumber:
    4003
    councilName:
    Skien
    countyName:
    Telemark
    drainageBasinKey:
    640
    hierarchy:
    Falkumselva/Skiensvassdraget
    lakeArea:
    3.55
    lakeName:
    Økteren
    lakeNo:
    5
    regineNo:
    016.AE
    reservoirNo:
    4
    reservoirName:
    ØKTEREN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    19.08
    drainageBasinAreaNorway:
    19.08
    gradient1085:
    17.03
    gradientBasin:
    17.01
    gradientRiver:
    18.12
    heightMinimum:
    467
    heightHypso10:
    470
    heightHypso20:
    471
    heightHypso30:
    514
    heightHypso40:
    526
    heightHypso50:
    555
    heightHypso60:
    572
    heightHypso70:
    593
    heightHypso80:
    625
    heightHypso90:
    698
    heightMaximum:
    793
    lengthKmBasin:
    8.38
    lengthKmRiver:
    9.16
    percentAgricul:
    0
    percentBog:
    3.63
    percentEffBog:
    not reported by source
    percentEffLake:
    18.75
    percentForest:
    76.4
    percentGlacier:
    0
    percentLake:
    19.03
    percentMountain:
    0.6
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    192184
    utmNorthGravi:
    6602082
    utmZoneInlet:
    33
    utmEastInlet:
    192817
    utmNorthInlet:
    6606327
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    17.37
    specificDischarge:
    28.85
    regulationArea:
    19.25
    areaReservoirs:
    3.55
    volumeReservoirs:
    23.5
    regulationPartReservoirs:
    1.35
    transferAreaIn:
    17.44
    transferAreaOut:
    36.69
    reservoirAreaIn:
    0.55
    reservoirAreaOut:
    4.1
    reservoirVolumeIn:
    1.74
    reservoirVolumeOut:
    25.24
    remainingArea:
    -0.17
    numberReservoirs:
    1
    firstYearRegulation:
    0
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    LØVENSKIOLD FOSSUM KRAFT
    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-01-04T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-01-04T11:00:00Z
        dataToTime:
        2026-06-20T08:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-01-04T11: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:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-07T11:00:00Z
        dataToTime:
        2026-06-20T08:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-06-07T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  13. station_id:
    16.62.0
    stationName:
    Fjellvatn
    latitude:
    59.34309
    longitude:
    9.56467
    utmEast_Z33:
    191063
    utmNorth_Z33:
    6590876
    masl:
    278
    riverName:
    Falkumselva
    councilNumber:
    4003
    councilName:
    Skien
    countyName:
    Telemark
    drainageBasinKey:
    641
    hierarchy:
    Falkumselva/Skiensvassdraget
    lakeArea:
    4.44
    lakeName:
    Fjellvannet
    lakeNo:
    4
    regineNo:
    016.AC33
    reservoirNo:
    3
    reservoirName:
    FJELLVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    140.21
    drainageBasinAreaNorway:
    140.21
    gradient1085:
    13.66
    gradientBasin:
    23.6
    gradientRiver:
    17.9
    heightMinimum:
    285
    heightHypso10:
    394
    heightHypso20:
    475
    heightHypso30:
    532
    heightHypso40:
    574
    heightHypso50:
    626
    heightHypso60:
    651
    heightHypso70:
    672
    heightHypso80:
    707
    heightHypso90:
    734
    heightMaximum:
    813
    lengthKmBasin:
    17.24
    lengthKmRiver:
    19.61
    percentAgricul:
    0.12
    percentBog:
    2.59
    percentEffBog:
    not reported by source
    percentEffLake:
    3.73
    percentForest:
    81.32
    percentGlacier:
    0
    percentLake:
    10.03
    percentMountain:
    5.58
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    189264
    utmNorthGravi:
    6599622
    utmZoneInlet:
    33
    utmEastInlet:
    184262
    utmNorthInlet:
    6606704
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    127.07
    specificDischarge:
    28.72
    regulationArea:
    140.19
    areaReservoirs:
    11.74
    volumeReservoirs:
    54.95
    regulationPartReservoirs:
    0.43
    transferAreaIn:
    0
    transferAreaOut:
    7.75
    reservoirAreaIn:
    0
    reservoirAreaOut:
    5.03
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    23.71
    remainingArea:
    0.02
    numberReservoirs:
    10
    firstYearRegulation:
    2012
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    LØVENSKIOLD FOSSUM KRAFT
    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-01-04T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-01-04T11:00:00Z
        dataToTime:
        2026-06-20T08:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-01-04T11: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:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-07T11:00:00Z
        dataToTime:
        2026-06-20T08:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-06-07T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
limit:
25
offset:
0
returned:
13
has_more_results:
no
truncated:
no
Will you use the result in generated code?

Open the same result as JSON

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

Continue exploring

How an AI agent should use this page

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

How to use the search_stations lookup

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

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

Source-specific next step

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