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-21T02:05:37Z in 0.177 seconds.

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

Showing 10 of 15 results in compact format.

  1. station_id:
    19.104.0
    latitude:
    59.29987
    longitude:
    7.98507
  2. station_id:
    19.106.0
    latitude:
    59.22902
    longitude:
    7.83946
  3. station_id:
    19.136.0
    latitude:
    59.00597
    longitude:
    8.27523
  4. station_id:
    19.241.0
    latitude:
    59.2543
    longitude:
    7.80797
  5. station_id:
    19.3.0
    latitude:
    59.01539
    longitude:
    8.27416
  6. station_id:
    19.61.0
    latitude:
    59.06103
    longitude:
    7.98262
  7. station_id:
    19.63.0
    latitude:
    59.22968
    longitude:
    8.07686
  8. station_id:
    19.7.0
    latitude:
    59.20321
    longitude:
    7.75804
  9. station_id:
    19.73.0
    latitude:
    59.00204
    longitude:
    8.29921
  10. station_id:
    19.79.0
    latitude:
    59.23484
    longitude:
    8.03641
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=FYRESDAL&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T02:05:37.8600106Z
queryTime:
00:00:00.0011430
itemCount:
15
data:

15 results

  1. station_id:
    19.104.0
    stationName:
    Songedalsåi
    latitude:
    59.29987
    longitude:
    7.98507
    utmEast_Z33:
    100965
    utmNorth_Z33:
    6594488
    masl:
    556
    riverName:
    Songedalsåi
    councilNumber:
    4032
    councilName:
    Fyresdal
    countyName:
    Telemark
    drainageBasinKey:
    767
    hierarchy:
    Songedalsåi/Fyresdalsåna/Arendalsvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    019.DCB52
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    65.633
    drainageBasinAreaNorway:
    65.633
    gradient1085:
    18.51
    gradientBasin:
    20.98
    gradientRiver:
    14.65
    heightMinimum:
    554
    heightHypso10:
    659
    heightHypso20:
    711
    heightHypso30:
    762
    heightHypso40:
    784
    heightHypso50:
    802
    heightHypso60:
    831
    heightHypso70:
    858
    heightHypso80:
    887
    heightHypso90:
    934
    heightMaximum:
    1175
    lengthKmBasin:
    11.85
    lengthKmRiver:
    15.7
    percentAgricul:
    0.31
    percentBog:
    10.43
    percentEffBog:
    not reported by source
    percentEffLake:
    1.23
    percentForest:
    74.38
    percentGlacier:
    0
    percentLake:
    3.98
    percentMountain:
    9.05
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    95909
    utmNorthGravi:
    6596920
    utmZoneInlet:
    33
    utmEastInlet:
    92001
    utmNorthInlet:
    6601769
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    56.93
    specificDischarge:
    27.49
    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:
    ARENDALS VASDRAGS BRUGSEIERFORENING
    qNumberOfYears:
    43
    qStartYear:
    1981
    qEndYear:
    2025
    qm:
    22.3186
    q5:
    27.4572
    q10:
    31.9514
    q20:
    36.3964
    q50:
    42.3513
    hm:
    1.5482
    h5:
    1.6333
    h10:
    1.6983
    h20:
    1.756
    h50:
    1.8254
    culQm:
    29.7923
    culQ5:
    36.6516
    culQ10:
    42.6508
    culQ20:
    48.5842
    culQ50:
    56.5332
    culHm:
    1.668
    culH5:
    1.7592
    culH10:
    1.8287
    culH20:
    1.8906
    culH50:
    1.9649
    seriesList:

    4 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1981-01-01T11:00:00Z
        dataToTime:
        2026-09-21T01:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1981-02-04T12:00:00Z
        dataToTime:
        2026-09-21T01:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1981-01-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1992-11-08T00:00:00
      serieTo:
      1996-01-31T00:00:00
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1992-11-08T18:30:00Z
        dataToTime:
        1996-01-31T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-11-08T19:00:00Z
        dataToTime:
        1996-01-31T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-11-09T11:00:00Z
        dataToTime:
        1996-01-30T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1993-08-13T00:00:00
      serieTo:
      1996-03-05T00:00:00
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-07-08T10:00:00Z
        dataToTime:
        1995-02-01T08:30:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-07-08T11:00:00Z
        dataToTime:
        1995-02-01T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-07-09T11:00:00Z
        dataToTime:
        1995-01-31T11:00:00Z
  2. station_id:
    19.106.0
    stationName:
    Ulvsvatn
    latitude:
    59.22902
    longitude:
    7.83946
    utmEast_Z33:
    91854
    utmNorth_Z33:
    6587511
    masl:
    605
    riverName:
    Bondøl
    councilNumber:
    4032
    councilName:
    Fyresdal
    countyName:
    Telemark
    drainageBasinKey:
    769
    hierarchy:
    Bondøl/Fyresdalsåna/Arendalsvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    1287
    regineNo:
    019.DDC
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    78.368
    drainageBasinAreaNorway:
    78.368
    gradient1085:
    18.65
    gradientBasin:
    24.19
    gradientRiver:
    26.65
    heightMinimum:
    605
    heightHypso10:
    707
    heightHypso20:
    763
    heightHypso30:
    803
    heightHypso40:
    839
    heightHypso50:
    875
    heightHypso60:
    899
    heightHypso70:
    920
    heightHypso80:
    971
    heightHypso90:
    1008
    heightMaximum:
    1274
    lengthKmBasin:
    13.76
    lengthKmRiver:
    16.66
    percentAgricul:
    0
    percentBog:
    4.25
    percentEffBog:
    not reported by source
    percentEffLake:
    3.69
    percentForest:
    66.15
    percentGlacier:
    0
    percentLake:
    11.58
    percentMountain:
    16.19
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    88821
    utmNorthGravi:
    6593141
    utmZoneInlet:
    33
    utmEastInlet:
    85565
    utmNorthInlet:
    6598752
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    80.14
    specificDischarge:
    32.4
    regulationArea:
    78.37
    areaReservoirs:
    4.33
    volumeReservoirs:
    63.5
    regulationPartReservoirs:
    0.79
    transferAreaIn:
    20.62
    transferAreaOut:
    0
    reservoirAreaIn:
    3.21
    reservoirAreaOut:
    4.23
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    63.5
    remainingArea:
    0
    numberReservoirs:
    3
    firstYearRegulation:
    1972
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Å ENERGI 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:
      Vannstand
      parameter:
      1000
      versionNo:
      1
      unit:
      m
      serieFrom:
      1982-05-10T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1982-05-10T11:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2001-12-17T01:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1982-05-10T11:00:00Z
        dataToTime:
        2025-12-30T11:00:00Z
  3. station_id:
    19.136.0
    stationName:
    Fyresdalsåna ndf. Fyresvatn
    latitude:
    59.00597
    longitude:
    8.27523
    utmEast_Z33:
    114131
    utmNorth_Z33:
    6560162
    masl:
    280
    riverName:
    Fyresdalsåna
    councilNumber:
    4032
    councilName:
    Fyresdal
    countyName:
    Telemark
    drainageBasinKey:
    0
    hierarchy:
    Fyresdalsåna/Arendalsvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    019.DA72
    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:
    Agder Energi Produksjon 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:
      2
      unit:
      °C
      serieFrom:
      1984-01-24T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1984-01-24T12:00:00Z
        dataToTime:
        2025-12-16T12:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-04-30T18:00:00Z
        dataToTime:
        2025-12-16T12:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-01-25T11:00:00Z
        dataToTime:
        2025-12-15T11:00:00Z
  4. station_id:
    19.241.0
    stationName:
    Øysæ ndf.
    latitude:
    59.2543
    longitude:
    7.80797
    utmEast_Z33:
    90368
    utmNorth_Z33:
    6590509
    masl:
    660
    riverName:
    Bondøl
    councilNumber:
    4032
    councilName:
    Fyresdal
    countyName:
    Telemark
    drainageBasinKey:
    2600
    hierarchy:
    Bondøl/Fyresdalsåna/Arendalsvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    019.DDD
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    Å ENERGI 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:
      Vannstand
      parameter:
      1000
      versionNo:
      1
      unit:
      m
      serieFrom:
      2024-01-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-01-01T00:00:00Z
        dataToTime:
        2026-09-21T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-09-21T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  5. station_id:
    19.3.0
    stationName:
    Fyresvatn
    latitude:
    59.01539
    longitude:
    8.27416
    utmEast_Z33:
    114176
    utmNorth_Z33:
    6561214
    masl:
    288
    riverName:
    Fyresdalsåna
    councilNumber:
    4032
    councilName:
    Fyresdal
    countyName:
    Telemark
    drainageBasinKey:
    726
    hierarchy:
    Fyresdalsåna/Arendalsvassdraget
    lakeArea:
    49.79
    lakeName:
    Fyresvatnet
    lakeNo:
    1274
    regineNo:
    019.DB1
    reservoirNo:
    341
    reservoirName:
    FYRESVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    878.833
    drainageBasinAreaNorway:
    878.833
    gradient1085:
    7.56
    gradientBasin:
    24.44
    gradientRiver:
    7.64
    heightMinimum:
    278
    heightHypso10:
    397
    heightHypso20:
    612
    heightHypso30:
    702
    heightHypso40:
    748
    heightHypso50:
    820
    heightHypso60:
    836
    heightHypso70:
    873
    heightHypso80:
    920
    heightHypso90:
    1017
    heightMaximum:
    1274
    lengthKmBasin:
    51.98
    lengthKmRiver:
    80.07
    percentAgricul:
    0.74
    percentBog:
    5.01
    percentEffBog:
    not reported by source
    percentEffLake:
    5.83
    percentForest:
    63.98
    percentGlacier:
    0
    percentLake:
    13
    percentMountain:
    14.9
    percentUrban:
    0.05
    utmZoneGravi:
    33
    utmEastGravi:
    97746
    utmNorthGravi:
    6584788
    utmZoneInlet:
    33
    utmEastInlet:
    83600
    utmNorthInlet:
    6600349
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    752.61
    specificDischarge:
    27.14
    regulationArea:
    878.79
    areaReservoirs:
    71.94
    volumeReservoirs:
    457
    regulationPartReservoirs:
    0.61
    transferAreaIn:
    0
    transferAreaOut:
    28.33
    reservoirAreaIn:
    0
    reservoirAreaOut:
    49.79
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    218.3
    remainingArea:
    0.01
    numberReservoirs:
    11
    firstYearRegulation:
    1951
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Å ENERGI 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:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-04-26T11:00:00Z
        dataToTime:
        2026-09-20T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-09-20T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-04-26T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      50
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-01T11:00:00Z
        dataToTime:
        2026-09-20T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-09-20T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-06-01T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
  6. station_id:
    19.61.0
    stationName:
    Tovslielva ndf. Birtevatn
    latitude:
    59.06103
    longitude:
    7.98262
    utmEast_Z33:
    98025
    utmNorth_Z33:
    6568002
    masl:
    582
    riverName:
    Tovsliåni
    councilNumber:
    4032
    councilName:
    Fyresdal
    countyName:
    Telemark
    drainageBasinKey:
    0
    hierarchy:
    Tovsliåni/Gjøv/Arendalsvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    019.CEA
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    not reported by source
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    HB. Hydrologisk avd./seksjon bre, snø og is
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    1 results

    1. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2008-10-10T00:00:00
      serieTo:
      2009-10-12T00:00:00
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2008-10-10T09:00:00Z
        dataToTime:
        2009-10-12T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-10-10T10:00:00Z
        dataToTime:
        2009-10-12T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-10-11T11:00:00Z
        dataToTime:
        2009-10-11T11:00:00Z
  7. station_id:
    19.63.0
    stationName:
    Finndøla
    latitude:
    59.22968
    longitude:
    8.07686
    utmEast_Z33:
    105361
    utmNorth_Z33:
    6586151
    masl:
    293
    riverName:
    Fyresdalsåna
    councilNumber:
    4032
    councilName:
    Fyresdal
    countyName:
    Telemark
    drainageBasinKey:
    742
    hierarchy:
    Fyresdalsåna/Arendalsvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    019.DD21
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    387.965
    drainageBasinAreaNorway:
    387.965
    gradient1085:
    11.94
    gradientBasin:
    24.72
    gradientRiver:
    12.79
    heightMinimum:
    293
    heightHypso10:
    683
    heightHypso20:
    778
    heightHypso30:
    819
    heightHypso40:
    857
    heightHypso50:
    891
    heightHypso60:
    931
    heightHypso70:
    972
    heightHypso80:
    1027
    heightHypso90:
    1099
    heightMaximum:
    1276
    lengthKmBasin:
    29.39
    lengthKmRiver:
    46.91
    percentAgricul:
    0.22
    percentBog:
    5.09
    percentEffBog:
    not reported by source
    percentEffLake:
    0.71
    percentForest:
    57.72
    percentGlacier:
    0
    percentLake:
    11.77
    percentMountain:
    23.37
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    88842
    utmNorthGravi:
    6588650
    utmZoneInlet:
    33
    utmEastInlet:
    83600
    utmNorthInlet:
    6600349
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    396.48
    specificDischarge:
    32.4
    regulationArea:
    323.06
    areaReservoirs:
    19.2
    volumeReservoirs:
    232.2
    regulationPartReservoirs:
    0.59
    transferAreaIn:
    13.02
    transferAreaOut:
    322.1
    reservoirAreaIn:
    0
    reservoirAreaOut:
    18.66
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    232.2
    remainingArea:
    64.71
    numberReservoirs:
    8
    firstYearRegulation:
    1972
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    Å ENERGI VANNKRAFT AS
    qNumberOfYears:
    14
    qStartYear:
    2003
    qEndYear:
    2016
    qm:
    18.9515
    q5:
    24.3462
    q10:
    27.1608
    q20:
    29.3787
    q50:
    31.6835
    hm:
    1.1639
    h5:
    1.2889
    h10:
    1.3495
    h20:
    1.3955
    h50:
    1.4417
    culQm:
    24.509
    culQ5:
    31.4856
    culQ10:
    35.1256
    culQ20:
    37.994
    culQ50:
    40.9746
    culHm:
    1.2924
    culH5:
    1.4378
    culH10:
    1.5083
    culH20:
    1.5618
    culH50:
    1.6157
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1956-06-08T11:00:00Z
        dataToTime:
        2026-09-20T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-01-01T00:00:00Z
        dataToTime:
        2026-09-20T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1956-06-08T11:00:00Z
        dataToTime:
        2026-09-19T11: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:
        1956-06-08T11:00:00Z
        dataToTime:
        2026-09-20T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-01-01T00:00:00Z
        dataToTime:
        2026-09-20T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1956-06-08T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
  8. station_id:
    19.7.0
    stationName:
    Torsdalsmagasinet
    latitude:
    59.20321
    longitude:
    7.75804
    utmEast_Z33:
    86912
    utmNorth_Z33:
    6585150
    masl:
    690
    riverName:
    Fyresdalsåna
    councilNumber:
    4032
    councilName:
    Fyresdal
    countyName:
    Telemark
    drainageBasinKey:
    744
    hierarchy:
    Fyresdalsåna/Arendalsvassdraget
    lakeArea:
    7.02
    lakeName:
    Hovvatn
    lakeNo:
    14457
    regineNo:
    019.DE62
    reservoirNo:
    347
    reservoirName:
    HOVVATN-FISTØYL-RAUVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    151.277
    drainageBasinAreaNorway:
    151.277
    gradient1085:
    9.88
    gradientBasin:
    24.19
    gradientRiver:
    8.08
    heightMinimum:
    706
    heightHypso10:
    789
    heightHypso20:
    845
    heightHypso30:
    896
    heightHypso40:
    938
    heightHypso50:
    979
    heightHypso60:
    1027
    heightHypso70:
    1068
    heightHypso80:
    1106
    heightHypso90:
    1154
    heightMaximum:
    1266
    lengthKmBasin:
    16.4
    lengthKmRiver:
    24.01
    percentAgricul:
    0
    percentBog:
    5.55
    percentEffBog:
    not reported by source
    percentEffLake:
    1.75
    percentForest:
    41.69
    percentGlacier:
    0
    percentLake:
    12.99
    percentMountain:
    38.26
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    82273
    utmNorthGravi:
    6589211
    utmZoneInlet:
    33
    utmEastInlet:
    83600
    utmNorthInlet:
    6600349
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    184.94
    specificDischarge:
    38.74
    regulationArea:
    151.26
    areaReservoirs:
    7.02
    volumeReservoirs:
    105.6
    regulationPartReservoirs:
    0.57
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    7.02
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    105.6
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1992
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    Å ENERGI 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:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1975-01-02T11:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-06T00:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1975-01-02T11:00:00Z
        dataToTime:
        2025-12-30T11: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:
        1964-01-06T11:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-06T00:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1964-01-06T11:00:00Z
        dataToTime:
        2025-12-30T11:00:00Z
  9. station_id:
    19.73.0
    stationName:
    Kilåi bru
    latitude:
    59.00204
    longitude:
    8.29921
    utmEast_Z33:
    115460
    utmNorth_Z33:
    6559587
    masl:
    321
    riverName:
    Kilåi
    councilNumber:
    4032
    councilName:
    Fyresdal
    countyName:
    Telemark
    drainageBasinKey:
    747
    hierarchy:
    Kilåi/Fyresdalsåna/Arendalsvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    019.DA7Z
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    63.663
    drainageBasinAreaNorway:
    63.663
    gradient1085:
    20.85
    gradientBasin:
    21.95
    gradientRiver:
    24.93
    heightMinimum:
    319
    heightHypso10:
    602
    heightHypso20:
    642
    heightHypso30:
    649
    heightHypso40:
    672
    heightHypso50:
    700
    heightHypso60:
    731
    heightHypso70:
    760
    heightHypso80:
    790
    heightHypso90:
    849
    heightMaximum:
    921
    lengthKmBasin:
    11.56
    lengthKmRiver:
    17.97
    percentAgricul:
    0
    percentBog:
    7.09
    percentEffBog:
    not reported by source
    percentEffLake:
    2.44
    percentForest:
    54.37
    percentGlacier:
    0
    percentLake:
    9.13
    percentMountain:
    11.73
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    119193
    utmNorthGravi:
    6564804
    utmZoneInlet:
    33
    utmEastInlet:
    119487
    utmNorthInlet:
    6570158
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    57.14
    specificDischarge:
    28.51
    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:
    ARENDALS VASDRAGS BRUGSEIERFORENING
    qNumberOfYears:
    57
    qStartYear:
    1968
    qEndYear:
    2025
    qm:
    18.2188
    q5:
    21.5321
    q10:
    25.1517
    q20:
    29.063
    q50:
    34.8533
    hm:
    0.9701
    h5:
    1.0474
    h10:
    1.1253
    h20:
    1.2035
    h50:
    1.3103
    culQm:
    20.6373
    culQ5:
    24.3905
    culQ10:
    28.4906
    culQ20:
    32.9211
    culQ50:
    39.4801
    culHm:
    1.0271
    culH5:
    1.1094
    culH10:
    1.1924
    culH20:
    1.2757
    culH50:
    1.3895
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1968-01-01T11:00:00Z
        dataToTime:
        2026-09-20T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1968-01-01T12:00:00Z
        dataToTime:
        2026-09-20T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1968-01-01T11:00:00Z
        dataToTime:
        2026-09-19T11: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:
        1968-01-01T11:00:00Z
        dataToTime:
        2026-09-20T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1968-01-01T12:00:00Z
        dataToTime:
        2026-09-20T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1968-01-01T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
  10. station_id:
    19.79.0
    stationName:
    Gravå
    latitude:
    59.23484
    longitude:
    8.03641
    utmEast_Z33:
    103121
    utmNorth_Z33:
    6586966
    masl:
    360
    riverName:
    Fyresdalsåna
    councilNumber:
    4032
    councilName:
    Fyresdal
    countyName:
    Telemark
    drainageBasinKey:
    751
    hierarchy:
    Fyresdalsåna/Arendalsvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    019.DD1
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    6.301
    drainageBasinAreaNorway:
    6.301
    gradient1085:
    104.2
    gradientBasin:
    25.58
    gradientRiver:
    101.58
    heightMinimum:
    362
    heightHypso10:
    508
    heightHypso20:
    564
    heightHypso30:
    618
    heightHypso40:
    624
    heightHypso50:
    688
    heightHypso60:
    756
    heightHypso70:
    817
    heightHypso80:
    915
    heightHypso90:
    958
    heightMaximum:
    1062
    lengthKmBasin:
    4.56
    lengthKmRiver:
    5.72
    percentAgricul:
    4.36
    percentBog:
    6.48
    percentEffBog:
    not reported by source
    percentEffLake:
    0.03
    percentForest:
    75.04
    percentGlacier:
    0
    percentLake:
    0.37
    percentMountain:
    12.73
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    102131
    utmNorthGravi:
    6588907
    utmZoneInlet:
    33
    utmEastInlet:
    100655
    utmNorthInlet:
    6590601
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    4.21
    specificDischarge:
    21.69
    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:
    Å ENERGI AS
    qNumberOfYears:
    52
    qStartYear:
    1971
    qEndYear:
    2025
    qm:
    1.4457
    q5:
    1.7608
    q10:
    2.0358
    q20:
    2.3077
    q50:
    2.6716
    hm:
    0.7808
    h5:
    0.8093
    h10:
    0.8328
    h20:
    0.855
    h50:
    0.8834
    culQm:
    2.4834
    culQ5:
    3.0246
    culQ10:
    3.4972
    culQ20:
    3.9642
    culQ50:
    4.5892
    culHm:
    0.8688
    culH5:
    0.9097
    culH10:
    0.9434
    culH20:
    0.9752
    culH50:
    1.016
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1970-10-22T15:45:00Z
        dataToTime:
        2026-09-20T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1970-10-22T17:00:00Z
        dataToTime:
        2026-09-20T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1970-10-23T11:00:00Z
        dataToTime:
        2026-09-19T11: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:
        1970-10-22T15:45:00Z
        dataToTime:
        2026-09-20T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1970-10-22T17:00:00Z
        dataToTime:
        2026-09-20T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1970-10-23T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
  11. station_id:
    19.81.0
    stationName:
    Skredvatn
    latitude:
    59.34721
    longitude:
    8.13868
    utmEast_Z33:
    110226
    utmNorth_Z33:
    6598829
    masl:
    340
    riverName:
    Arendalsvassdraget
    councilNumber:
    4032
    councilName:
    Fyresdal
    countyName:
    Telemark
    drainageBasinKey:
    773
    hierarchy:
    Arendalsvassdraget
    lakeArea:
    5.75
    lakeName:
    Skredvatn
    lakeNo:
    1277
    regineNo:
    019.H21
    reservoirNo:
    343
    reservoirName:
    SKREVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    337.058
    drainageBasinAreaNorway:
    337.058
    gradient1085:
    13.94
    gradientBasin:
    26.5
    gradientRiver:
    18.6
    heightMinimum:
    339
    heightHypso10:
    532
    heightHypso20:
    710
    heightHypso30:
    792
    heightHypso40:
    837
    heightHypso50:
    888
    heightHypso60:
    932
    heightHypso70:
    1127
    heightHypso80:
    1224
    heightHypso90:
    1317
    heightMaximum:
    1521
    lengthKmBasin:
    38.04
    lengthKmRiver:
    50.11
    percentAgricul:
    0.66
    percentBog:
    4.57
    percentEffBog:
    not reported by source
    percentEffLake:
    3.47
    percentForest:
    55.42
    percentGlacier:
    0
    percentLake:
    9.46
    percentMountain:
    27.01
    percentUrban:
    0.04
    utmZoneGravi:
    33
    utmEastGravi:
    94681
    utmNorthGravi:
    6602996
    utmZoneInlet:
    33
    utmEastInlet:
    73856
    utmNorthInlet:
    6608308
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    397.28
    specificDischarge:
    37.3
    regulationArea:
    337.48
    areaReservoirs:
    19.23
    volumeReservoirs:
    137.3
    regulationPartReservoirs:
    0.35
    transferAreaIn:
    1.5
    transferAreaOut:
    338.98
    reservoirAreaIn:
    0
    reservoirAreaOut:
    18.54
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    137.3
    remainingArea:
    0.01
    numberReservoirs:
    7
    firstYearRegulation:
    1953
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    SKAFSÅ KRAFTVERK ANS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-04-26T11:00:00Z
        dataToTime:
        2026-06-19T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-19T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-04-26T11:00:00Z
        dataToTime:
        2026-06-19T11: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:
        1955-04-16T11:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-06T00:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1955-04-16T11:00:00Z
        dataToTime:
        2025-12-30T11:00:00Z
  12. station_id:
    19.83.0
    stationName:
    Rolleivstadvatn
    latitude:
    59.24451
    longitude:
    8.14483
    utmEast_Z33:
    109397
    utmNorth_Z33:
    6587396
    masl:
    653
    riverName:
    Gjuvåni
    councilNumber:
    4032
    councilName:
    Fyresdal
    countyName:
    Telemark
    drainageBasinKey:
    754
    hierarchy:
    Gjuvåni/Songedalsåi/Fyresdalsåna/Arendalsvassdraget
    lakeArea:
    2.72
    lakeName:
    Rolleivstadvatn
    lakeNo:
    66714
    regineNo:
    019.DCAA
    reservoirNo:
    349
    reservoirName:
    ROLLEIVSTADVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    28.339
    drainageBasinAreaNorway:
    28.339
    gradient1085:
    18.64
    gradientBasin:
    23.71
    gradientRiver:
    26.88
    heightMinimum:
    651
    heightHypso10:
    666
    heightHypso20:
    708
    heightHypso30:
    776
    heightHypso40:
    787
    heightHypso50:
    835
    heightHypso60:
    850
    heightHypso70:
    860
    heightHypso80:
    914
    heightHypso90:
    1010
    heightMaximum:
    1161
    lengthKmBasin:
    10.55
    lengthKmRiver:
    15.74
    percentAgricul:
    0.09
    percentBog:
    8.31
    percentEffBog:
    not reported by source
    percentEffLake:
    9.44
    percentForest:
    58.19
    percentGlacier:
    0
    percentLake:
    14.28
    percentMountain:
    16.91
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    114396
    utmNorthGravi:
    6586977
    utmZoneInlet:
    33
    utmEastInlet:
    115343
    utmNorthInlet:
    6588247
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    24.84
    specificDischarge:
    27.78
    regulationArea:
    28.33
    areaReservoirs:
    2.72
    volumeReservoirs:
    6.5
    regulationPartReservoirs:
    0.26
    transferAreaIn:
    0
    transferAreaOut:
    28.33
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0.01
    numberReservoirs:
    1
    firstYearRegulation:
    1969
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Å ENERGI 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:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-05-02T11:00:00Z
        dataToTime:
        2026-06-19T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-19T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-05-02T11:00:00Z
        dataToTime:
        2026-06-19T11: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:
        1969-08-04T11:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-06T00:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1969-08-04T11:00:00Z
        dataToTime:
        2025-12-30T11:00:00Z
  13. station_id:
    19.86.0
    stationName:
    Øysæ
    latitude:
    59.25816
    longitude:
    7.81374
    utmEast_Z33:
    90742
    utmNorth_Z33:
    6590901
    masl:
    681
    riverName:
    Bondøl
    councilNumber:
    4032
    councilName:
    Fyresdal
    countyName:
    Telemark
    drainageBasinKey:
    757
    hierarchy:
    Bondøl/Fyresdalsåna/Arendalsvassdraget
    lakeArea:
    0.1
    lakeName:
    Brontjønn
    lakeNo:
    14413
    regineNo:
    019.DDE0
    reservoirNo:
    346
    reservoirName:
    ØYSÆ
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    59.032
    drainageBasinAreaNorway:
    59.032
    gradient1085:
    21.25
    gradientBasin:
    23.11
    gradientRiver:
    33.59
    heightMinimum:
    675
    heightHypso10:
    751
    heightHypso20:
    780
    heightHypso30:
    827
    heightHypso40:
    865
    heightHypso50:
    884
    heightHypso60:
    905
    heightHypso70:
    925
    heightHypso80:
    971
    heightHypso90:
    1022
    heightMaximum:
    1274
    lengthKmBasin:
    10.12
    lengthKmRiver:
    13.59
    percentAgricul:
    0
    percentBog:
    3.81
    percentEffBog:
    not reported by source
    percentEffLake:
    4.22
    percentForest:
    63.47
    percentGlacier:
    0
    percentLake:
    13.29
    percentMountain:
    18.44
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    88416
    utmNorthGravi:
    6594630
    utmZoneInlet:
    33
    utmEastInlet:
    85565
    utmNorthInlet:
    6598752
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    61.88
    specificDischarge:
    33.22
    regulationArea:
    59.03
    areaReservoirs:
    3.62
    volumeReservoirs:
    63.5
    regulationPartReservoirs:
    1.03
    transferAreaIn:
    18.24
    transferAreaOut:
    0
    reservoirAreaIn:
    3.21
    reservoirAreaOut:
    3.62
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    63.5
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1972
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Å ENERGI 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:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-02-05T11:00:00Z
        dataToTime:
        2026-06-19T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-19T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-02-05T11:00:00Z
        dataToTime:
        2026-06-19T11: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:
        1972-06-16T11:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-06T00:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-06-16T11:00:00Z
        dataToTime:
        2025-12-30T11:00:00Z
  14. station_id:
    19.87.0
    stationName:
    Votna
    latitude:
    59.20396
    longitude:
    7.93452
    utmEast_Z33:
    96963
    utmNorth_Z33:
    6584152
    masl:
    581
    riverName:
    Fyresdalsåna
    councilNumber:
    4032
    councilName:
    Fyresdal
    countyName:
    Telemark
    drainageBasinKey:
    758
    hierarchy:
    Fyresdalsåna/Arendalsvassdraget
    lakeArea:
    2.44
    lakeName:
    Votnevatni
    lakeNo:
    14563
    regineNo:
    019.DE2
    reservoirNo:
    351
    reservoirName:
    VÅTNA
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    215.899
    drainageBasinAreaNorway:
    215.899
    gradient1085:
    7.49
    gradientBasin:
    24.2
    gradientRiver:
    8.07
    heightMinimum:
    587
    heightHypso10:
    720
    heightHypso20:
    834
    heightHypso30:
    837
    heightHypso40:
    891
    heightHypso50:
    928
    heightHypso60:
    949
    heightHypso70:
    1018
    heightHypso80:
    1052
    heightHypso90:
    1104
    heightMaximum:
    1266
    lengthKmBasin:
    23.26
    lengthKmRiver:
    37.4
    percentAgricul:
    0.02
    percentBog:
    5.79
    percentEffBog:
    not reported by source
    percentEffLake:
    1.25
    percentForest:
    47.51
    percentGlacier:
    0
    percentLake:
    12.86
    percentMountain:
    31.95
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    84789
    utmNorthGravi:
    6587324
    utmZoneInlet:
    33
    utmEastInlet:
    83600
    utmNorthInlet:
    6600349
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    245.39
    specificDischarge:
    36.02
    regulationArea:
    215.88
    areaReservoirs:
    9.46
    volumeReservoirs:
    137.8
    regulationPartReservoirs:
    0.56
    transferAreaIn:
    106.22
    transferAreaOut:
    322.1
    reservoirAreaIn:
    7.44
    reservoirAreaOut:
    16.9
    reservoirVolumeIn:
    63.5
    reservoirVolumeOut:
    201.3
    remainingArea:
    0
    numberReservoirs:
    2
    firstYearRegulation:
    1972
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Å ENERGI 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:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-04-26T11:00:00Z
        dataToTime:
        2026-06-19T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-19T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-04-26T11:00:00Z
        dataToTime:
        2026-06-19T11: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:
        1973-01-02T11:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-06T00:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1973-01-02T11:00:00Z
        dataToTime:
        2025-12-30T11:00:00Z
  15. station_id:
    19.88.0
    stationName:
    Gausvatn
    latitude:
    59.18981
    longitude:
    8.01842
    utmEast_Z33:
    101573
    utmNorth_Z33:
    6582075
    masl:
    591
    riverName:
    Gausåni
    councilNumber:
    4032
    councilName:
    Fyresdal
    countyName:
    Telemark
    drainageBasinKey:
    2389
    hierarchy:
    Gausåni/Fyresdalsåna/Arendalsvassdraget
    lakeArea:
    1.76
    lakeName:
    Gausvatn
    lakeNo:
    1300
    regineNo:
    019.DD2B
    reservoirNo:
    350
    reservoirName:
    GAUSVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    8.188
    drainageBasinAreaNorway:
    8.188
    gradient1085:
    0
    gradientBasin:
    not reported by source
    gradientRiver:
    7.94
    heightMinimum:
    586
    heightHypso10:
    589
    heightHypso20:
    589
    heightHypso30:
    618
    heightHypso40:
    675
    heightHypso50:
    715
    heightHypso60:
    746
    heightHypso70:
    779
    heightHypso80:
    786
    heightHypso90:
    867
    heightMaximum:
    902
    lengthKmBasin:
    3.11
    lengthKmRiver:
    3.15
    percentAgricul:
    0
    percentBog:
    5.75
    percentEffBog:
    not reported by source
    percentEffLake:
    21.46
    percentForest:
    68.34
    percentGlacier:
    0
    percentLake:
    22.02
    percentMountain:
    3.47
    percentUrban:
    0
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    5.88
    specificDischarge:
    22.75
    regulationArea:
    8.19
    areaReservoirs:
    1.76
    volumeReservoirs:
    30.9
    regulationPartReservoirs:
    5.26
    transferAreaIn:
    327.89
    transferAreaOut:
    0
    reservoirAreaIn:
    16.9
    reservoirAreaOut:
    1.76
    reservoirVolumeIn:
    201.3
    reservoirVolumeOut:
    30.9
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1972
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Å ENERGI 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:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-04-26T11:00:00Z
        dataToTime:
        2026-06-19T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-19T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-04-26T11:00:00Z
        dataToTime:
        2026-06-19T11: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:
        1973-01-03T11:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-06T00:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1973-01-03T11:00:00Z
        dataToTime:
        2025-12-30T11:00:00Z
limit:
25
offset:
0
returned:
15
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.