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:51:54Z in 0.203 seconds.

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

Showing 10 of 20 results in compact format.

  1. station_id:
    12.125.0
    latitude:
    60.66581
    longitude:
    8.26113
  2. station_id:
    12.128.0
    latitude:
    60.73197
    longitude:
    8.00841
  3. station_id:
    12.142.0
    latitude:
    60.68106
    longitude:
    8.00375
  4. station_id:
    12.159.0
    latitude:
    60.50752
    longitude:
    7.8441
  5. station_id:
    12.160.0
    latitude:
    60.48631
    longitude:
    8.05957
  6. station_id:
    12.161.0
    latitude:
    60.47955
    longitude:
    7.82872
  7. station_id:
    12.164.0
    latitude:
    60.52903
    longitude:
    8.20774
  8. station_id:
    12.192.0
    latitude:
    59.51704
    longitude:
    10.12356
  9. station_id:
    12.368.1
    latitude:
    60.57636
    longitude:
    8.39913
  10. station_id:
    12.368.2
    latitude:
    60.56778
    longitude:
    8.29976
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=HOL&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-20T23:51:54.2676968Z
queryTime:
00:00:00.0014598
itemCount:
20
data:

20 results

  1. station_id:
    12.125.0
    stationName:
    Varaldsetvatn
    latitude:
    60.66581
    longitude:
    8.26113
    utmEast_Z33:
    132142
    utmNorth_Z33:
    6744456
    masl:
    1005
    riverName:
    Varaldsetåni
    councilNumber:
    3330
    councilName:
    Hol
    countyName:
    Buskerud
    drainageBasinKey:
    465
    hierarchy:
    Varaldsetåni/Votna/Hallingdalsvassdraget/Drammensvassdraget
    lakeArea:
    1.15
    lakeName:
    Varaldsetvatnet
    lakeNo:
    591
    regineNo:
    012.CEBB
    reservoirNo:
    164
    reservoirName:
    VARALDSETVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    34.16
    drainageBasinAreaNorway:
    34.16
    gradient1085:
    13.36
    gradientBasin:
    13.41
    gradientRiver:
    16.06
    heightMinimum:
    1004
    heightHypso10:
    1026
    heightHypso20:
    1052
    heightHypso30:
    1095
    heightHypso40:
    1111
    heightHypso50:
    1132
    heightHypso60:
    1151
    heightHypso70:
    1163
    heightHypso80:
    1179
    heightHypso90:
    1202
    heightMaximum:
    1269
    lengthKmBasin:
    11
    lengthKmRiver:
    14.07
    percentAgricul:
    0.11
    percentBog:
    15.87
    percentEffBog:
    not reported by source
    percentEffLake:
    3.76
    percentForest:
    0.31
    percentGlacier:
    0
    percentLake:
    8.58
    percentMountain:
    70.45
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    127762
    utmNorthGravi:
    6746591
    utmZoneInlet:
    33
    utmEastInlet:
    122814
    utmNorthInlet:
    6748341
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    26.91
    specificDischarge:
    24.94
    regulationArea:
    34.19
    areaReservoirs:
    1.15
    volumeReservoirs:
    6.4
    regulationPartReservoirs:
    0.24
    transferAreaIn:
    362.16
    transferAreaOut:
    0
    reservoirAreaIn:
    6.72
    reservoirAreaOut:
    1.15
    reservoirVolumeIn:
    92.1
    reservoirVolumeOut:
    6.4
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1949
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    E-CO Vannkraft AS, EKD
    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:
      0
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1947-01-31T11:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1947-01-31T11:00:00Z
        dataToTime:
        2026-06-13T11: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:
        1947-01-31T11:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1947-01-31T11:00:00Z
        dataToTime:
        2026-06-13T11:00:00Z
  2. station_id:
    12.128.0
    stationName:
    Djupv.-Stolsvatn
    latitude:
    60.73197
    longitude:
    8.00841
    utmEast_Z33:
    119167
    utmNorth_Z33:
    6753241
    masl:
    1091
    riverName:
    Urundi
    councilNumber:
    3330
    councilName:
    Hol
    countyName:
    Buskerud
    drainageBasinKey:
    468
    hierarchy:
    Urundi/Åni/Hallingdalsvassdraget/Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    599
    regineNo:
    012.CFBD
    reservoirNo:
    2942
    reservoirName:
    NEDRE/ØVRE STOLSVATN, LUNGSDALSVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    230.92
    drainageBasinAreaNorway:
    230.92
    gradient1085:
    10.11
    gradientBasin:
    22.29
    gradientRiver:
    11.99
    heightMinimum:
    1076
    heightHypso10:
    1108
    heightHypso20:
    1255
    heightHypso30:
    1330
    heightHypso40:
    1402
    heightHypso50:
    1449
    heightHypso60:
    1541
    heightHypso70:
    1581
    heightHypso80:
    1629
    heightHypso90:
    1677
    heightMaximum:
    1805
    lengthKmBasin:
    24.46
    lengthKmRiver:
    27.44
    percentAgricul:
    0
    percentBog:
    2.16
    percentEffBog:
    not reported by source
    percentEffLake:
    3.88
    percentForest:
    0.14
    percentGlacier:
    0.1
    percentLake:
    14.88
    percentMountain:
    82.71
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    116131
    utmNorthGravi:
    6764378
    utmZoneInlet:
    33
    utmEastInlet:
    110034
    utmNorthInlet:
    6775631
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    227.08
    specificDischarge:
    31.16
    regulationArea:
    272.34
    areaReservoirs:
    29.27
    volumeReservoirs:
    190.4
    regulationPartReservoirs:
    0.84
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    -41.42
    numberReservoirs:
    1
    firstYearRegulation:
    0
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    E-CO Vannkraft AS, EKD
    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:
      0
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1947-01-31T11:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1947-01-31T11:00:00Z
        dataToTime:
        2026-06-13T11: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:
        1947-01-31T11:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1947-01-31T11:00:00Z
        dataToTime:
        2026-06-13T11:00:00Z
  3. station_id:
    12.142.0
    stationName:
    Bakko
    latitude:
    60.68106
    longitude:
    8.00375
    utmEast_Z33:
    118310
    utmNorth_Z33:
    6747620
    masl:
    988
    riverName:
    Åni
    councilNumber:
    3330
    councilName:
    Hol
    countyName:
    Buskerud
    drainageBasinKey:
    0
    hierarchy:
    Åni/Hallingdalsvassdraget/Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    012.CFC5
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    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:

    4 results

    1. parameterName:
      Nedbør
      parameter:
      0
      versionNo:
      1
      unit:
      mm
      serieFrom:
      2009-12-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2009-11-30T23:00:00Z
        dataToTime:
        2014-01-05T23:00:00Z
      2. resTime:
        60
        method:
        Sum
        timeOffset:
        0
        dataFromTime:
        2009-12-01T00:00:00Z
        dataToTime:
        2014-01-05T22:00:00Z
      3. resTime:
        1440
        method:
        Sum
        timeOffset:
        0
        dataFromTime:
        2009-12-01T11:00:00Z
        dataToTime:
        2014-01-06T11:00:00Z
    2. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1998-10-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1998-10-01T12:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-10-01T13:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-10-02T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Snødybde
      parameter:
      2002
      versionNo:
      2
      unit:
      cm
      serieFrom:
      2008-09-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2008-09-26T15:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2008-09-26T15:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2008-09-27T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    4. parameterName:
      Snøens vannekvivalent
      parameter:
      2003
      versionNo:
      2
      unit:
      m
      serieFrom:
      1998-10-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1998-10-01T12:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-10-01T13:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-10-02T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  4. station_id:
    12.159.0
    stationName:
    Nygårdsvatn
    latitude:
    60.50752
    longitude:
    7.8441
    utmEast_Z33:
    107518
    utmNorth_Z33:
    6729309
    masl:
    996
    riverName:
    Hallingdalsvassdrage
    councilNumber:
    3330
    councilName:
    Hol
    countyName:
    Buskerud
    drainageBasinKey:
    493
    hierarchy:
    Hallingdalsvassdraget/Drammensvassdraget
    lakeArea:
    3.53
    lakeName:
    Nygardsvatnet
    lakeNo:
    554
    regineNo:
    012.CH9
    reservoirNo:
    153
    reservoirName:
    NYGARDSVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    273.07
    drainageBasinAreaNorway:
    273.07
    gradient1085:
    17.88
    gradientBasin:
    22.62
    gradientRiver:
    19.53
    heightMinimum:
    990
    heightHypso10:
    1243
    heightHypso20:
    1308
    heightHypso30:
    1351
    heightHypso40:
    1396
    heightHypso50:
    1454
    heightHypso60:
    1484
    heightHypso70:
    1523
    heightHypso80:
    1562
    heightHypso90:
    1724
    heightMaximum:
    1933
    lengthKmBasin:
    32.15
    lengthKmRiver:
    25.5
    percentAgricul:
    0
    percentBog:
    0.37
    percentEffBog:
    not reported by source
    percentEffLake:
    2.14
    percentForest:
    0.98
    percentGlacier:
    6.2
    percentLake:
    8.64
    percentMountain:
    83.35
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    95717
    utmNorthGravi:
    6738604
    utmZoneInlet:
    33
    utmEastInlet:
    83508
    utmNorthInlet:
    6746312
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    388.05
    specificDischarge:
    45.03
    regulationArea:
    273.07
    areaReservoirs:
    7.42
    volumeReservoirs:
    37.93
    regulationPartReservoirs:
    0.1
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    3.53
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    27
    remainingArea:
    0.01
    numberReservoirs:
    4
    firstYearRegulation:
    1965
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    E-CO Vannkraft AS, EKD
    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:
      0
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1966-05-02T11:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1966-05-02T11:00:00Z
        dataToTime:
        2026-06-13T11: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:
        1966-05-02T11:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1966-05-02T11:00:00Z
        dataToTime:
        2026-06-13T11:00:00Z
  5. station_id:
    12.160.0
    stationName:
    Ustevatn
    latitude:
    60.48631
    longitude:
    8.05957
    utmEast_Z33:
    119056
    utmNorth_Z33:
    6725688
    masl:
    989
    riverName:
    Hallingdalsvassdrage
    councilNumber:
    3330
    councilName:
    Hol
    countyName:
    Buskerud
    drainageBasinKey:
    494
    hierarchy:
    Hallingdalsvassdraget/Drammensvassdraget
    lakeArea:
    17.01
    lakeName:
    Ustevatnet
    lakeNo:
    551
    regineNo:
    012.CH10
    reservoirNo:
    150
    reservoirName:
    USTEVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    498.91
    drainageBasinAreaNorway:
    498.91
    gradient1085:
    20.42
    gradientBasin:
    18.74
    gradientRiver:
    19.44
    heightMinimum:
    983
    heightHypso10:
    1114
    heightHypso20:
    1178
    heightHypso30:
    1223
    heightHypso40:
    1286
    heightHypso50:
    1313
    heightHypso60:
    1364
    heightHypso70:
    1451
    heightHypso80:
    1489
    heightHypso90:
    1601
    heightMaximum:
    1933
    lengthKmBasin:
    44.14
    lengthKmRiver:
    15.02
    percentAgricul:
    0.04
    percentBog:
    1.9
    percentEffBog:
    not reported by source
    percentEffLake:
    4.03
    percentForest:
    2.39
    percentGlacier:
    3.4
    percentLake:
    12.71
    percentMountain:
    78.11
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    102511
    utmNorthGravi:
    6733333
    utmZoneInlet:
    33
    utmEastInlet:
    83516
    utmNorthInlet:
    6746301
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    584.78
    specificDischarge:
    37.14
    regulationArea:
    498.92
    areaReservoirs:
    35.6
    volumeReservoirs:
    314.33
    regulationPartReservoirs:
    0.54
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    20.54
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    231
    remainingArea:
    -0.01
    numberReservoirs:
    6
    firstYearRegulation:
    1965
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    E-CO Vannkraft AS, EKD
    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:
      0
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1966-05-02T11:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1966-05-02T11:00:00Z
        dataToTime:
        2026-06-13T11: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:
        1966-05-02T11:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1966-05-02T11:00:00Z
        dataToTime:
        2026-06-13T11:00:00Z
  6. station_id:
    12.161.0
    stationName:
    Ørteren
    latitude:
    60.47955
    longitude:
    7.82872
    utmEast_Z33:
    106337
    utmNorth_Z33:
    6726299
    masl:
    1148
    riverName:
    Ørteråni
    councilNumber:
    3330
    councilName:
    Hol
    countyName:
    Buskerud
    drainageBasinKey:
    495
    hierarchy:
    Ørteråni/Hallingdalsvassdraget/Drammensvassdraget
    lakeArea:
    8.96
    lakeName:
    Ørteren
    lakeNo:
    553
    regineNo:
    012.CHB
    reservoirNo:
    152
    reservoirName:
    ØRTEREN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    76.33
    drainageBasinAreaNorway:
    76.33
    gradient1085:
    3.25
    gradientBasin:
    10.02
    gradientRiver:
    2.79
    heightMinimum:
    1146
    heightHypso10:
    1146
    heightHypso20:
    1147
    heightHypso30:
    1180
    heightHypso40:
    1206
    heightHypso50:
    1216
    heightHypso60:
    1234
    heightHypso70:
    1251
    heightHypso80:
    1263
    heightHypso90:
    1296
    heightMaximum:
    1381
    lengthKmBasin:
    12.88
    lengthKmRiver:
    20.08
    percentAgricul:
    0
    percentBog:
    3.03
    percentEffBog:
    not reported by source
    percentEffLake:
    7.35
    percentForest:
    0
    percentGlacier:
    0
    percentLake:
    22.7
    percentMountain:
    74.26
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    106970
    utmNorthGravi:
    6723081
    utmZoneInlet:
    33
    utmEastInlet:
    115732
    utmNorthInlet:
    6718146
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    67.22
    specificDischarge:
    27.91
    regulationArea:
    76.33
    areaReservoirs:
    11.17
    volumeReservoirs:
    72.4
    regulationPartReservoirs:
    1.08
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    11.17
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    72.4
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1966
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    E-CO Vannkraft AS, EKD
    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:
      0
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1966-05-02T11:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1966-05-02T11:00:00Z
        dataToTime:
        2026-06-13T11: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:
        1966-05-02T11:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1966-05-02T11:00:00Z
        dataToTime:
        2026-06-13T11:00:00Z
  7. station_id:
    12.164.0
    stationName:
    Geilo bru
    latitude:
    60.52903
    longitude:
    8.20774
    utmEast_Z33:
    127660
    utmNorth_Z33:
    6729578
    masl:
    766
    riverName:
    Hallingdalsvassdrage
    councilNumber:
    3330
    councilName:
    Hol
    countyName:
    Buskerud
    drainageBasinKey:
    497
    hierarchy:
    Hallingdalsvassdraget/Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    012.CG3
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    575.34
    drainageBasinAreaNorway:
    575.34
    gradient1085:
    21.52
    gradientBasin:
    18.96
    gradientRiver:
    19.18
    heightMinimum:
    763
    heightHypso10:
    1056
    heightHypso20:
    1177
    heightHypso30:
    1282
    heightHypso40:
    1300
    heightHypso50:
    1308
    heightHypso60:
    1381
    heightHypso70:
    1439
    heightHypso80:
    1499
    heightHypso90:
    1624
    heightMaximum:
    1933
    lengthKmBasin:
    50.39
    lengthKmRiver:
    26.7
    percentAgricul:
    0.22
    percentBog:
    2.69
    percentEffBog:
    not reported by source
    percentEffLake:
    3.28
    percentForest:
    5.85
    percentGlacier:
    2.98
    percentLake:
    11.54
    percentMountain:
    74.53
    percentUrban:
    0.05
    utmZoneGravi:
    33
    utmEastGravi:
    105128
    utmNorthGravi:
    6732726
    utmZoneInlet:
    33
    utmEastInlet:
    83525
    utmNorthInlet:
    6746296
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    644.03
    specificDischarge:
    35.47
    regulationArea:
    498.84
    areaReservoirs:
    35.6
    volumeReservoirs:
    314.33
    regulationPartReservoirs:
    0.49
    transferAreaIn:
    0
    transferAreaOut:
    498.84
    reservoirAreaIn:
    0
    reservoirAreaOut:
    35.6
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    314.33
    remainingArea:
    76.5
    numberReservoirs:
    6
    firstYearRegulation:
    0
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    E-CO Vannkraft AS, EKD
    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:
      1969-01-02T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1969-01-02T11:00:00Z
        dataToTime:
        2026-09-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-05-04T23:00:00Z
        dataToTime:
        2026-09-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1969-01-02T11: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:
        1969-01-02T11:00:00Z
        dataToTime:
        2026-09-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-05-04T23:00:00Z
        dataToTime:
        2026-09-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1969-01-02T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  8. station_id:
    12.192.0
    stationName:
    Sundbyfoss
    latitude:
    59.51704
    longitude:
    10.12356
    utmEast_Z33:
    224211
    utmNorth_Z33:
    6607750
    masl:
    57
    riverName:
    Lianelva
    councilNumber:
    3903
    councilName:
    Holmestrand
    countyName:
    Vestfold
    drainageBasinKey:
    514
    hierarchy:
    Lianelva/Vestfosselva/Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    012.AE1Z
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    74.77
    drainageBasinAreaNorway:
    74.77
    gradient1085:
    27.74
    gradientBasin:
    18.61
    gradientRiver:
    29.44
    heightMinimum:
    51
    heightHypso10:
    96
    heightHypso20:
    129
    heightHypso30:
    150
    heightHypso40:
    189
    heightHypso50:
    235
    heightHypso60:
    288
    heightHypso70:
    358
    heightHypso80:
    419
    heightHypso90:
    485
    heightMaximum:
    633
    lengthKmBasin:
    11.52
    lengthKmRiver:
    16.34
    percentAgricul:
    12.66
    percentBog:
    0.67
    percentEffBog:
    not reported by source
    percentEffLake:
    0.42
    percentForest:
    83.74
    percentGlacier:
    0
    percentLake:
    1.27
    percentMountain:
    0
    percentUrban:
    0.81
    utmZoneGravi:
    33
    utmEastGravi:
    220476
    utmNorthGravi:
    6606107
    utmZoneInlet:
    33
    utmEastInlet:
    215882
    utmNorthInlet:
    6614349
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    49.65
    specificDischarge:
    21.03
    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:
    49
    qStartYear:
    1977
    qEndYear:
    2025
    qm:
    19.5494
    q5:
    24.6075
    q10:
    28.8074
    q20:
    32.8715
    q50:
    38.1845
    hm:
    2.356
    h5:
    2.4467
    h10:
    2.5126
    h20:
    2.5703
    h50:
    2.6387
    culQm:
    29.3257
    culQ5:
    36.9132
    culQ10:
    43.2133
    culQ20:
    49.3098
    culQ50:
    57.2796
    culHm:
    2.5203
    culH5:
    2.623
    culH10:
    2.6976
    culH20:
    2.763
    culH50:
    2.8404
    seriesList:

    3 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1976-04-22T11:00:00Z
        dataToTime:
        2026-09-20T22:59:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-01T00:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1976-04-22T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2004-01-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2004-01-25T12:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-25T13:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-26T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  9. station_id:
    12.368.1
    stationName:
    Hol rør 1
    latitude:
    60.57636
    longitude:
    8.39913
    utmEast_Z33:
    138657
    utmNorth_Z33:
    6733761
    masl:
    454
    riverName:
    Hallingdalsvassdrage
    councilNumber:
    3330
    councilName:
    Hol
    countyName:
    Buskerud
    drainageBasinKey:
    0
    hierarchy:
    Hallingdalsvassdraget/Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    012.CF6
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    Norges geologiske undersøkelser
    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:

    3 results

    1. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2005-09-26T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2005-09-26T17:00:00Z
        dataToTime:
        2026-09-20T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-09-26T18:00:00Z
        dataToTime:
        2026-09-20T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-09-27T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
    2. parameterName:
      Grunnvannstemperatur
      parameter:
      2015
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1983-09-21T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1983-09-21T11:00:00Z
        dataToTime:
        2026-09-20T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-09-27T12:00:00Z
        dataToTime:
        2026-09-20T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1983-09-21T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
    3. parameterName:
      Grunnvannsnivå - Dyp under bakken
      parameter:
      5130
      versionNo:
      1
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1983-07-01T11:00:00Z
        dataToTime:
        2026-09-20T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-09-26T18:00:00Z
        dataToTime:
        2026-09-20T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1983-06-28T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
  10. station_id:
    12.368.2
    stationName:
    Hol rør 2
    latitude:
    60.56778
    longitude:
    8.29976
    utmEast_Z33:
    133132
    utmNorth_Z33:
    6733360
    masl:
    729
    riverName:
    Hallingdalsvassdrage
    councilNumber:
    3330
    councilName:
    Hol
    countyName:
    Buskerud
    drainageBasinKey:
    0
    hierarchy:
    Hallingdalsvassdraget/Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    012.CG12
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    not reported by source
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

    1. parameterName:
      Grunnvannsnivå - Dyp under rørtopp
      parameter:
      2000
      versionNo:
      1
      unit:
      m
      serieFrom:
      2024-12-27T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2023-12-31T23:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-12-27T23:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-12-28T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Grunnvannstemperatur
      parameter:
      2015
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2024-12-27T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2023-12-31T23:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-12-27T22:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-12-28T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  11. station_id:
    12.548.0
    stationName:
    Usteåne v/Geilo
    latitude:
    60.53894
    longitude:
    8.24709
    utmEast_Z33:
    129925
    utmNorth_Z33:
    6730455
    masl:
    733
    riverName:
    Hallingdalsvassdrage
    councilNumber:
    3330
    councilName:
    Hol
    countyName:
    Buskerud
    drainageBasinKey:
    0
    hierarchy:
    Hallingdalsvassdraget/Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    012.CG3
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    not reported by source
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    E-CO Vannkraft 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:
      2004-10-19T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2004-10-19T12:00:00Z
        dataToTime:
        2026-05-28T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-10-19T13:00:00Z
        dataToTime:
        2026-05-28T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-10-20T11:00:00Z
        dataToTime:
        2026-05-27T11:00:00Z
  12. station_id:
    12.549.0
    stationName:
    Hol I kraftstasjon
    latitude:
    60.62504
    longitude:
    8.18542
    utmEast_Z33:
    127548
    utmNorth_Z33:
    6740359
    masl:
    602
    riverName:
    Åni
    councilNumber:
    3330
    councilName:
    Hol
    countyName:
    Buskerud
    drainageBasinKey:
    0
    hierarchy:
    Åni/Hallingdalsvassdraget/Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    012.CFB110
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    not reported by source
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    E-CO Vannkraft 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:
      2004-10-19T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2004-10-19T16:00:00Z
        dataToTime:
        2026-05-21T13:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-05-06T15:00:00Z
        dataToTime:
        2026-05-21T13:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-10-20T11:00:00Z
        dataToTime:
        2026-05-20T11:00:00Z
  13. station_id:
    12.554.0
    stationName:
    Hovsfjord
    latitude:
    60.6129
    longitude:
    8.25925
    utmEast_Z33:
    131435
    utmNorth_Z33:
    6738595
    masl:
    589
    riverName:
    Åni
    councilNumber:
    3330
    councilName:
    Hol
    countyName:
    Buskerud
    drainageBasinKey:
    386
    hierarchy:
    Åni/Hallingdalsvassdraget/Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    598
    regineNo:
    012.CFA8
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    794.76
    drainageBasinAreaNorway:
    794.76
    gradient1085:
    17.97
    gradientBasin:
    23.7
    gradientRiver:
    16.96
    heightMinimum:
    587
    heightHypso10:
    1021
    heightHypso20:
    1137
    heightHypso30:
    1187
    heightHypso40:
    1336
    heightHypso50:
    1553
    heightHypso60:
    1558
    heightHypso70:
    1570
    heightHypso80:
    1645
    heightHypso90:
    1727
    heightMaximum:
    1929
    lengthKmBasin:
    43.1
    lengthKmRiver:
    58.48
    percentAgricul:
    0.44
    percentBog:
    2.91
    percentEffBog:
    not reported by source
    percentEffLake:
    1.6
    percentForest:
    10.77
    percentGlacier:
    0.93
    percentLake:
    11.68
    percentMountain:
    72.22
    percentUrban:
    0.01
    utmZoneGravi:
    33
    utmEastGravi:
    113748
    utmNorthGravi:
    6751787
    utmZoneInlet:
    33
    utmEastInlet:
    94226
    utmNorthInlet:
    6743753
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    786.26
    specificDischarge:
    31.35
    regulationArea:
    794.74
    areaReservoirs:
    54.23
    volumeReservoirs:
    745
    regulationPartReservoirs:
    0.95
    transferAreaIn:
    124.01
    transferAreaOut:
    272.34
    reservoirAreaIn:
    7.87
    reservoirAreaOut:
    30.13
    reservoirVolumeIn:
    98.5
    reservoirVolumeOut:
    191
    remainingArea:
    0.03
    numberReservoirs:
    5
    firstYearRegulation:
    1949
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    E-CO Vannkraft AS, EKD
    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:
      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:
        1993-09-01T00:00:00Z
        dataToTime:
        2005-09-29T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1993-09-01T01:00:00Z
        dataToTime:
        2005-09-29T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1993-09-01T11:00:00Z
        dataToTime:
        2005-09-29T11:00:00Z
  14. station_id:
    12.555.0
    stationName:
    Holsfjorden
    latitude:
    60.59809
    longitude:
    8.34632
    utmEast_Z33:
    136018
    utmNorth_Z33:
    6736465
    masl:
    544
    riverName:
    Åni
    councilNumber:
    3330
    councilName:
    Hol
    countyName:
    Buskerud
    drainageBasinKey:
    2381
    hierarchy:
    Åni/Hallingdalsvassdraget/Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    597
    regineNo:
    012.CFA3
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    829.13
    drainageBasinAreaNorway:
    829.13
    gradient1085:
    15.09
    gradientBasin:
    not reported by source
    gradientRiver:
    16.18
    heightMinimum:
    541
    heightHypso10:
    1021
    heightHypso20:
    1129
    heightHypso30:
    1161
    heightHypso40:
    1241
    heightHypso50:
    1553
    heightHypso60:
    1558
    heightHypso70:
    1568
    heightHypso80:
    1623
    heightHypso90:
    1717
    heightMaximum:
    1929
    lengthKmBasin:
    47.41
    lengthKmRiver:
    64.22
    percentAgricul:
    0.58
    percentBog:
    3
    percentEffBog:
    not reported by source
    percentEffLake:
    1.62
    percentForest:
    12.88
    percentGlacier:
    0.89
    percentLake:
    11.44
    percentMountain:
    69.98
    percentUrban:
    0.02
    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:
    805.09
    specificDischarge:
    30.77
    regulationArea:
    829.1
    areaReservoirs:
    55.47
    volumeReservoirs:
    745
    regulationPartReservoirs:
    0.93
    transferAreaIn:
    124.01
    transferAreaOut:
    272.34
    reservoirAreaIn:
    7.87
    reservoirAreaOut:
    29.27
    reservoirVolumeIn:
    98.5
    reservoirVolumeOut:
    190.4
    remainingArea:
    0.03
    numberReservoirs:
    6
    firstYearRegulation:
    1949
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    E-CO Vannkraft AS, EKD
    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:
      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:
        1993-09-01T00:00:00Z
        dataToTime:
        2005-09-29T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1993-09-01T01:00:00Z
        dataToTime:
        2005-09-29T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1993-09-01T11:00:00Z
        dataToTime:
        2005-09-29T11:00:00Z
  15. station_id:
    12.6.0
    stationName:
    Strandevatn
    latitude:
    60.66862
    longitude:
    7.94265
    utmEast_Z33:
    114836
    utmNorth_Z33:
    6746596
    masl:
    959
    riverName:
    Åni
    councilNumber:
    3330
    councilName:
    Hol
    countyName:
    Buskerud
    drainageBasinKey:
    447
    hierarchy:
    Åni/Hallingdalsvassdraget/Drammensvassdraget
    lakeArea:
    24.07
    lakeName:
    Strandavatnet
    lakeNo:
    548
    regineNo:
    012.CFC6
    reservoirNo:
    149
    reservoirName:
    STRANDEVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    269.1
    drainageBasinAreaNorway:
    269.1
    gradient1085:
    18.32
    gradientBasin:
    26.43
    gradientRiver:
    17.31
    heightMinimum:
    977
    heightHypso10:
    1009
    heightHypso20:
    1117
    heightHypso30:
    1215
    heightHypso40:
    1340
    heightHypso50:
    1402
    heightHypso60:
    1544
    heightHypso70:
    1550
    heightHypso80:
    1623
    heightHypso90:
    1741
    heightMaximum:
    1929
    lengthKmBasin:
    22.08
    lengthKmRiver:
    34.42
    percentAgricul:
    0.04
    percentBog:
    1.69
    percentEffBog:
    not reported by source
    percentEffLake:
    9.19
    percentForest:
    3.95
    percentGlacier:
    1.9
    percentLake:
    14.27
    percentMountain:
    76.75
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    105135
    utmNorthGravi:
    6747673
    utmZoneInlet:
    33
    utmEastInlet:
    94226
    utmNorthInlet:
    6743754
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    313.42
    specificDischarge:
    36.91
    regulationArea:
    269.1
    areaReservoirs:
    24.07
    volumeReservoirs:
    554
    regulationPartReservoirs:
    1.77
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    24.07
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    554
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1956
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    E-CO Vannkraft AS, EKD
    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:
      0
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1941-01-03T11:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1941-01-03T11:00:00Z
        dataToTime:
        2026-06-13T11: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:
        1941-01-03T11:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1941-01-03T11:00:00Z
        dataToTime:
        2026-06-13T11:00:00Z
  16. station_id:
    12.634.0
    stationName:
    Sundbyelva
    latitude:
    59.51557
    longitude:
    10.10005
    utmEast_Z33:
    222870
    utmNorth_Z33:
    6607684
    masl:
    65
    riverName:
    Lianelva
    councilNumber:
    3903
    councilName:
    Holmestrand
    countyName:
    Vestfold
    drainageBasinKey:
    0
    hierarchy:
    Lianelva/Vestfosselva/Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    012.AE1Z
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    5 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2023-12-31T23:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-05-23T14:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-05-24T11: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:
        2024-05-23T13:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-05-23T13:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-05-24T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2024-05-23T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-12-20T12:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-12-20T12:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-12-21T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    4. parameterName:
      Spenning, solstrømanlegg
      parameter:
      9100
      versionNo:
      1
      unit:
      Volt
      serieFrom:
      2024-05-23T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2023-12-31T23:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-05-23T14:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-05-24T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    5. parameterName:
      Sekundær vannstand
      parameter:
      9104
      versionNo:
      1
      unit:
      m
      serieFrom:
      2024-05-23T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-05-23T13:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-05-23T14:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-05-24T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  17. station_id:
    12.637.0
    stationName:
    Kleivbekken ndf.
    latitude:
    60.06202
    longitude:
    10.30954
    utmEast_Z33:
    239013
    utmNorth_Z33:
    6667583
    masl:
    73
    riverName:
    Drammensvassdraget
    councilNumber:
    3310
    councilName:
    Hole
    countyName:
    Buskerud
    drainageBasinKey:
    0
    hierarchy:
    Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    012.D71
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    not reported by source
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    1 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2026-03-27T15:10:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2026-03-27T16:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2026-03-28T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  18. station_id:
    12.638.0
    stationName:
    Kleivbekken ovf.
    latitude:
    60.05921
    longitude:
    10.31318
    utmEast_Z33:
    239193
    utmNorth_Z33:
    6667256
    masl:
    97
    riverName:
    Drammensvassdraget
    councilNumber:
    3310
    councilName:
    Hole
    countyName:
    Buskerud
    drainageBasinKey:
    0
    hierarchy:
    Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    012.D71
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    not reported by source
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    1 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2026-03-27T15:10:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2026-03-27T16:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2026-03-28T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  19. station_id:
    122.11.0
    stationName:
    Eggafoss
    latitude:
    62.89011
    longitude:
    11.18388
    utmEast_Z33:
    306061
    utmNorth_Z33:
    6979097
    masl:
    295
    riverName:
    Gaula
    councilNumber:
    5026
    councilName:
    Holtålen
    countyName:
    Trøndelag
    drainageBasinKey:
    1661
    hierarchy:
    Gaula
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    122.F0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    655.18
    drainageBasinAreaNorway:
    655.18
    gradient1085:
    15.12
    gradientBasin:
    28.58
    gradientRiver:
    14.59
    heightMinimum:
    278
    heightHypso10:
    648
    heightHypso20:
    742
    heightHypso30:
    796
    heightHypso40:
    832
    heightHypso50:
    869
    heightHypso60:
    905
    heightHypso70:
    946
    heightHypso80:
    999
    heightHypso90:
    1046
    heightMaximum:
    1287
    lengthKmBasin:
    32.97
    lengthKmRiver:
    45.16
    percentAgricul:
    1.88
    percentBog:
    14.35
    percentEffBog:
    not reported by source
    percentEffLake:
    0.15
    percentForest:
    27.16
    percentGlacier:
    0
    percentLake:
    3.22
    percentMountain:
    41.78
    percentUrban:
    0.03
    utmZoneGravi:
    33
    utmEastGravi:
    312226
    utmNorthGravi:
    6967914
    utmZoneInlet:
    33
    utmEastInlet:
    335605
    utmNorthInlet:
    6964587
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    529.91
    specificDischarge:
    25.63
    regulationArea:
    199.11
    areaReservoirs:
    2.92
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    456.07
    numberReservoirs:
    5
    firstYearRegulation:
    2009
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    192.07
    q5:
    236.24
    q10:
    266.84
    q20:
    300.32
    q50:
    344.27
    hm:
    3.36
    h5:
    3.51
    h10:
    3.6
    h20:
    3.7
    h50:
    3.81
    culQm:
    220.82
    culQ5:
    272.69
    culQ10:
    307.27
    culQ20:
    346.73
    culQ50:
    397.47
    culHm:
    3.46
    culH5:
    3.62
    culH10:
    3.71
    culH20:
    3.82
    culH50:
    3.94
    seriesList:

    4 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-05-09T23:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-05-10T00:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-05-10T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2007-08-27T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2007-08-27T16:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-08-27T17:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-08-28T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  20. station_id:
    15.79.0
    stationName:
    Ossjøen
    latitude:
    60.3821
    longitude:
    8.26392
    utmEast_Z33:
    129057
    utmNorth_Z33:
    6712954
    masl:
    951
    riverName:
    Numedalslågen
    councilNumber:
    3330
    councilName:
    Hol
    countyName:
    Buskerud
    drainageBasinKey:
    602
    hierarchy:
    Numedalslågen
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    015.N3
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1178.1
    drainageBasinAreaNorway:
    1178.1
    gradient1085:
    4.23
    gradientBasin:
    9.29
    gradientRiver:
    3.52
    heightMinimum:
    953
    heightHypso10:
    1153
    heightHypso20:
    1196
    heightHypso30:
    1221
    heightHypso40:
    1239
    heightHypso50:
    1251
    heightHypso60:
    1265
    heightHypso70:
    1292
    heightHypso80:
    1315
    heightHypso90:
    1349
    heightMaximum:
    1537
    lengthKmBasin:
    60.24
    lengthKmRiver:
    83.58
    percentAgricul:
    0
    percentBog:
    8.49
    percentEffBog:
    not reported by source
    percentEffLake:
    1.46
    percentForest:
    1.68
    percentGlacier:
    0
    percentLake:
    13.95
    percentMountain:
    75.06
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    101316
    utmNorthGravi:
    6704919
    utmZoneInlet:
    33
    utmEastInlet:
    73056
    utmNorthInlet:
    6708045
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    865.48
    specificDischarge:
    23.28
    regulationArea:
    1175.97
    areaReservoirs:
    13.72
    volumeReservoirs:
    45
    regulationPartReservoirs:
    0.05
    transferAreaIn:
    15.17
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    2.05
    numberReservoirs:
    1
    firstYearRegulation:
    2007
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    Statkraft Sf Region Øst-Norge
    qNumberOfYears:
    43
    qStartYear:
    1983
    qEndYear:
    2025
    qm:
    215.8685
    q5:
    265.7107
    q10:
    299.9074
    q20:
    330.3755
    q50:
    366.6812
    hm:
    2.4265
    h5:
    2.5968
    h10:
    2.7036
    h20:
    2.7932
    h50:
    2.8942
    culQm:
    219.9741
    culQ5:
    270.7643
    culQ10:
    305.6113
    culQ20:
    336.6589
    culQ50:
    373.6551
    culHm:
    2.4413
    culH5:
    2.6131
    culH10:
    2.7208
    culH20:
    2.8111
    culH50:
    2.9129
    seriesList:

    2 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1997-10-13T11:00:00Z
        dataToTime:
        2026-09-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-10-13T16:00:00Z
        dataToTime:
        2026-09-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-10-13T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
limit:
25
offset:
0
returned:
20
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.