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:19:47Z in 0.154 seconds.

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

Showing 10 of 10 results in compact format.

  1. station_id:
    15.118.2
    latitude:
    60.37774
    longitude:
    7.56938
  2. station_id:
    50.12.0
    latitude:
    60.40858
    longitude:
    7.39555
  3. station_id:
    50.14.0
    latitude:
    60.52092
    longitude:
    7.25881
  4. station_id:
    50.3.0
    latitude:
    60.44957
    longitude:
    7.09805
  5. station_id:
    50.38.0
    latitude:
    60.43454
    longitude:
    7.46126
  6. station_id:
    50.39.0
    latitude:
    60.46453
    longitude:
    7.07631
  7. station_id:
    50.40.0
    latitude:
    60.4122
    longitude:
    7.12253
  8. station_id:
    50.60.0
    latitude:
    60.44272
    longitude:
    7.28265
  9. station_id:
    50.64.0
    latitude:
    60.38162
    longitude:
    7.40629
  10. station_id:
    50.91.0
    latitude:
    60.43899
    longitude:
    7.15608
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=EIDFJORD&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T02:19:47.1814072Z
queryTime:
00:00:00.0008249
itemCount:
10
data:

10 results

  1. station_id:
    15.118.2
    stationName:
    Hardangervidda v/Skiftesjøen
    latitude:
    60.37774
    longitude:
    7.56938
    utmEast_Z33:
    90860
    utmNorth_Z33:
    6716591
    masl:
    1247
    riverName:
    Sleipa
    councilNumber:
    4619
    councilName:
    Eidfjord
    countyName:
    Vestland
    drainageBasinKey:
    0
    hierarchy:
    Sleipa/Heinelvi/Numedalslågen
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    015.NDC
    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:
    NUMEDALS LAUGENS BRUGSEIERFORENING
    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:
      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:
        1972-10-05T11:00:00Z
        dataToTime:
        2026-09-21T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-09-26T20:00:00Z
        dataToTime:
        2026-09-21T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-10-05T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  2. station_id:
    50.12.0
    stationName:
    Sysenvatn
    latitude:
    60.40858
    longitude:
    7.39555
    utmEast_Z33:
    81715
    utmNorth_Z33:
    6721106
    masl:
    940
    riverName:
    Leiro
    councilNumber:
    4619
    councilName:
    Eidfjord
    countyName:
    Vestland
    drainageBasinKey:
    1120
    hierarchy:
    Leiro/Eidfjordvassdraget
    lakeArea:
    10.47
    lakeName:
    Sysenvatnet
    lakeNo:
    1907
    regineNo:
    050.CB
    reservoirNo:
    601
    reservoirName:
    SYSENVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    210.27
    drainageBasinAreaNorway:
    210.27
    gradient1085:
    16.23
    gradientBasin:
    17.89
    gradientRiver:
    29.49
    heightMinimum:
    940
    heightHypso10:
    1070
    heightHypso20:
    1150
    heightHypso30:
    1195
    heightHypso40:
    1214
    heightHypso50:
    1264
    heightHypso60:
    1298
    heightHypso70:
    1372
    heightHypso80:
    1461
    heightHypso90:
    1632
    heightMaximum:
    1849
    lengthKmBasin:
    20.36
    lengthKmRiver:
    20.45
    percentAgricul:
    0
    percentBog:
    1.73
    percentEffBog:
    not reported by source
    percentEffLake:
    1.76
    percentForest:
    0.35
    percentGlacier:
    9.27
    percentLake:
    12.23
    percentMountain:
    76.15
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    89357
    utmNorthGravi:
    6726644
    utmZoneInlet:
    33
    utmEastInlet:
    90422
    utmNorthInlet:
    6735323
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    229.34
    specificDischarge:
    34.56
    regulationArea:
    211.38
    areaReservoirs:
    10.47
    volumeReservoirs:
    436
    regulationPartReservoirs:
    1.9
    transferAreaIn:
    263.09
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    -1.11
    numberReservoirs:
    1
    firstYearRegulation:
    0
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    STATKRAFT SF
    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-08-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-19T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-19T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-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-08-01T11:00:00Z
        dataToTime:
        2026-06-19T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-19T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-19T11:00:00Z
  3. station_id:
    50.14.0
    stationName:
    Rembesdalsvatn
    latitude:
    60.52092
    longitude:
    7.25881
    utmEast_Z33:
    75690
    utmNorth_Z33:
    6734437
    masl:
    887
    riverName:
    Simavassdraget
    councilNumber:
    4619
    councilName:
    Eidfjord
    countyName:
    Vestland
    drainageBasinKey:
    1114
    hierarchy:
    Simavassdraget
    lakeArea:
    1.31
    lakeName:
    Rembesdalsvatnet
    lakeNo:
    1914
    regineNo:
    050.4B9
    reservoirNo:
    602
    reservoirName:
    REMBESDALSVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    80.59
    drainageBasinAreaNorway:
    80.59
    gradient1085:
    24.44
    gradientBasin:
    21.73
    gradientRiver:
    19.66
    heightMinimum:
    905
    heightHypso10:
    1205
    heightHypso20:
    1288
    heightHypso30:
    1345
    heightHypso40:
    1438
    heightHypso50:
    1498
    heightHypso60:
    1599
    heightHypso70:
    1662
    heightHypso80:
    1709
    heightHypso90:
    1768
    heightMaximum:
    1860
    lengthKmBasin:
    10.87
    lengthKmRiver:
    20.93
    percentAgricul:
    0
    percentBog:
    0.04
    percentEffBog:
    not reported by source
    percentEffLake:
    2.2
    percentForest:
    0
    percentGlacier:
    36.86
    percentLake:
    8.26
    percentMountain:
    54.83
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    79682
    utmNorthGravi:
    6737779
    utmZoneInlet:
    33
    utmEastInlet:
    81225
    utmNorthInlet:
    6740386
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    179.47
    specificDischarge:
    70.57
    regulationArea:
    80.6
    areaReservoirs:
    1.31
    volumeReservoirs:
    39
    regulationPartReservoirs:
    0.22
    transferAreaIn:
    529.88
    transferAreaOut:
    57.38
    reservoirAreaIn:
    10.47
    reservoirAreaOut:
    7.91
    reservoirVolumeIn:
    436
    reservoirVolumeOut:
    199
    remainingArea:
    -0.01
    numberReservoirs:
    1
    firstYearRegulation:
    1980
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    STATKRAFT SF
    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-08-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-19T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-19T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-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-08-01T11:00:00Z
        dataToTime:
        2026-06-19T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-19T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-19T11:00:00Z
  4. station_id:
    50.3.0
    stationName:
    Eidfjordvatn
    latitude:
    60.44957
    longitude:
    7.09805
    utmEast_Z33:
    65952
    utmNorth_Z33:
    6727580
    masl:
    20
    riverName:
    Eidfjordvassdraget
    councilNumber:
    4619
    councilName:
    Eidfjord
    countyName:
    Vestland
    drainageBasinKey:
    1111
    hierarchy:
    Eidfjordvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    1905
    regineNo:
    050.A3
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1166.02
    drainageBasinAreaNorway:
    1166.02
    gradient1085:
    19.44
    gradientBasin:
    19.49
    gradientRiver:
    17.24
    heightMinimum:
    17
    heightHypso10:
    1061
    heightHypso20:
    1126
    heightHypso30:
    1183
    heightHypso40:
    1223
    heightHypso50:
    1257
    heightHypso60:
    1291
    heightHypso70:
    1332
    heightHypso80:
    1410
    heightHypso90:
    1502
    heightMaximum:
    1849
    lengthKmBasin:
    38.17
    lengthKmRiver:
    77.5
    percentAgricul:
    0.15
    percentBog:
    6.72
    percentEffBog:
    not reported by source
    percentEffLake:
    0.46
    percentForest:
    5.42
    percentGlacier:
    2
    percentLake:
    6.24
    percentMountain:
    77.84
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    76350
    utmNorthGravi:
    6714350
    utmZoneInlet:
    33
    utmEastInlet:
    73583
    utmNorthInlet:
    6707989
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    1509.08
    specificDischarge:
    41.01
    regulationArea:
    629.78
    areaReservoirs:
    15.03
    volumeReservoirs:
    436
    regulationPartReservoirs:
    0.29
    transferAreaIn:
    0
    transferAreaOut:
    518.2
    reservoirAreaIn:
    0
    reservoirAreaOut:
    10.47
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    436
    remainingArea:
    536.24
    numberReservoirs:
    3
    firstYearRegulation:
    0
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    STATKRAFT ENERGI AS AVD REGION SØR-NORGE SAUDA
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    223
    q5:
    274
    q10:
    316
    q20:
    358
    q50:
    446
    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:
    248
    culQ5:
    304
    culQ10:
    351
    culQ20:
    397
    culQ50:
    495
    culHm:
    3.71
    culH5:
    4.02
    culH10:
    4.25
    culH20:
    4.46
    culH50:
    4.86
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1928-06-01T11:00:00Z
        dataToTime:
        2026-09-21T01:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-03-17T10:00:00Z
        dataToTime:
        2026-09-21T01:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1928-06-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:
        1928-06-01T11:00:00Z
        dataToTime:
        2026-09-21T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-03-17T10:00:00Z
        dataToTime:
        2026-09-21T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1928-06-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2016-02-09T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2016-02-09T13:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2016-02-09T14:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2016-02-10T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2010-06-16T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2010-06-16T08:00:00Z
        dataToTime:
        2026-09-21T01:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-06-16T09:00:00Z
        dataToTime:
        2026-09-21T01:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-06-17T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  5. station_id:
    50.38.0
    stationName:
    Leiro
    latitude:
    60.43454
    longitude:
    7.46126
    utmEast_Z33:
    85650
    utmNorth_Z33:
    6723568
    masl:
    960
    riverName:
    Leiro
    councilNumber:
    4619
    councilName:
    Eidfjord
    countyName:
    Vestland
    drainageBasinKey:
    1122
    hierarchy:
    Leiro/Eidfjordvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    050.CD1
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    115.34
    drainageBasinAreaNorway:
    115.34
    gradient1085:
    32.88
    gradientBasin:
    20.82
    gradientRiver:
    40.23
    heightMinimum:
    958
    heightHypso10:
    1110
    heightHypso20:
    1169
    heightHypso30:
    1229
    heightHypso40:
    1290
    heightHypso50:
    1372
    heightHypso60:
    1440
    heightHypso70:
    1500
    heightHypso80:
    1607
    heightHypso90:
    1701
    heightMaximum:
    1849
    lengthKmBasin:
    14.96
    lengthKmRiver:
    14.52
    percentAgricul:
    0
    percentBog:
    0.67
    percentEffBog:
    not reported by source
    percentEffLake:
    1.68
    percentForest:
    0
    percentGlacier:
    16.9
    percentLake:
    8.91
    percentMountain:
    73.48
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    89794
    utmNorthGravi:
    6729973
    utmZoneInlet:
    33
    utmEastInlet:
    90422
    utmNorthInlet:
    6735323
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    136.64
    specificDischarge:
    37.54
    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:
    1981
    catchmentRegTypeName:
    Uregulert
    owner:
    STATKRAFT ENERGI AS AVD REGION SØR-NORGE SAUDA
    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:
      1988-07-11T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1988-07-11T11:00:00Z
        dataToTime:
        2026-09-21T00:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1997-12-08T07:00:00Z
        dataToTime:
        2026-09-21T00:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1997-12-08T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1997-12-08T07:00:00Z
        dataToTime:
        2026-09-21T00:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1997-12-08T07:00:00Z
        dataToTime:
        2026-09-21T00:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1997-12-08T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  6. station_id:
    50.39.0
    stationName:
    Eio utløp
    latitude:
    60.46453
    longitude:
    7.07631
    utmEast_Z33:
    64962
    utmNorth_Z33:
    6729382
    masl:
    10
    riverName:
    Eidfjordvassdraget
    councilNumber:
    4619
    councilName:
    Eidfjord
    countyName:
    Vestland
    drainageBasinKey:
    0
    hierarchy:
    Eidfjordvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    050.A2
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    not reported by source
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    HB. Hydrologisk avd./seksjon bre, snø og is
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

    1. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      3
      unit:
      °C
      serieFrom:
      1993-08-10T00:00:00
      serieTo:
      2004-01-07T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1993-08-10T18:00:00Z
        dataToTime:
        2004-01-07T12:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1993-08-11T11:00:00Z
        dataToTime:
        2004-01-06T11:00:00Z
    2. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1974-06-03T00:00:00
      serieTo:
      1993-08-09T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1974-06-03T11:00:00Z
        dataToTime:
        1975-09-29T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1974-06-03T11:00:00Z
        dataToTime:
        1975-09-29T11:00:00Z
  7. station_id:
    50.40.0
    stationName:
    Veig ovf. Eidfjordvatnet
    latitude:
    60.4122
    longitude:
    7.12253
    utmEast_Z33:
    66793
    utmNorth_Z33:
    6723276
    masl:
    60
    riverName:
    Veig
    councilNumber:
    4619
    councilName:
    Eidfjord
    countyName:
    Vestland
    drainageBasinKey:
    0
    hierarchy:
    Veig/Eidfjordvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    050.AA2
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    not reported by source
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    HB. Hydrologisk avd./seksjon bre, snø og is
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

    1. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      3
      unit:
      °C
      serieFrom:
      1989-07-22T00:00:00
      serieTo:
      2004-01-08T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1989-07-22T20:00:00Z
        dataToTime:
        2004-01-08T09:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1989-07-23T11:00:00Z
        dataToTime:
        2004-01-07T11:00:00Z
    2. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1974-05-08T00:00:00
      serieTo:
      1989-06-30T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1974-05-08T11:00:00Z
        dataToTime:
        1975-08-29T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1974-05-08T11:00:00Z
        dataToTime:
        1975-08-29T11:00:00Z
  8. station_id:
    50.60.0
    stationName:
    Isdalsvatn
    latitude:
    60.44272
    longitude:
    7.28265
    utmEast_Z33:
    75970
    utmNorth_Z33:
    6725615
    masl:
    833
    riverName:
    Isdølo
    councilNumber:
    4619
    councilName:
    Eidfjord
    countyName:
    Vestland
    drainageBasinKey:
    2414
    hierarchy:
    Isdølo/Eidfjordvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    1906
    regineNo:
    050.BB
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, ikke pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    49.45
    drainageBasinAreaNorway:
    49.45
    gradient1085:
    42.36
    gradientBasin:
    not reported by source
    gradientRiver:
    53.74
    heightMinimum:
    832
    heightHypso10:
    896
    heightHypso20:
    1037
    heightHypso30:
    1091
    heightHypso40:
    1123
    heightHypso50:
    1154
    heightHypso60:
    1200
    heightHypso70:
    1277
    heightHypso80:
    1382
    heightHypso90:
    1669
    heightMaximum:
    1825
    lengthKmBasin:
    11.33
    lengthKmRiver:
    12.97
    percentAgricul:
    0.72
    percentBog:
    5.53
    percentEffBog:
    not reported by source
    percentEffLake:
    2.41
    percentForest:
    6.25
    percentGlacier:
    7.72
    percentLake:
    6.58
    percentMountain:
    73.19
    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:
    72.19
    specificDischarge:
    46.26
    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:
    1981
    catchmentRegTypeName:
    Uregulert
    owner:
    STATKRAFT SF
    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:
      2013-06-26T00:00:00
      serieTo:
      2017-08-29T00:00:00
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-06-26T00:00:00Z
        dataToTime:
        2017-08-29T07:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-06-26T01:00:00Z
        dataToTime:
        2017-08-29T07:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-06-26T11:00:00Z
        dataToTime:
        2017-08-28T11:00:00Z
  9. station_id:
    50.64.0
    stationName:
    Bjoreio v/Våkavadet
    latitude:
    60.38162
    longitude:
    7.40629
    utmEast_Z33:
    81957
    utmNorth_Z33:
    6718048
    masl:
    1019
    riverName:
    Eidfjordvassdraget
    councilNumber:
    4619
    councilName:
    Eidfjord
    countyName:
    Vestland
    drainageBasinKey:
    2514
    hierarchy:
    Eidfjordvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    050.D6
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    260.8
    drainageBasinAreaNorway:
    260.8
    gradient1085:
    4.52
    gradientBasin:
    not reported by source
    gradientRiver:
    6.92
    heightMinimum:
    1010
    heightHypso10:
    1158
    heightHypso20:
    1215
    heightHypso30:
    1230
    heightHypso40:
    1245
    heightHypso50:
    1269
    heightHypso60:
    1290
    heightHypso70:
    1311
    heightHypso80:
    1331
    heightHypso90:
    1368
    heightMaximum:
    1531
    lengthKmBasin:
    20.39
    lengthKmRiver:
    49.54
    percentAgricul:
    0.01
    percentBog:
    13.91
    percentEffBog:
    not reported by source
    percentEffLake:
    1.35
    percentForest:
    0.09
    percentGlacier:
    0
    percentLake:
    5.79
    percentMountain:
    80.21
    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:
    282.61
    specificDischarge:
    34.33
    regulationArea:
    261.99
    areaReservoirs:
    4.56
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    4.56
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    -1.13
    numberReservoirs:
    1
    firstYearRegulation:
    2020
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    STATKRAFT ENERGI AS AVD REGION SØR-NORGE SAUDA
    qNumberOfYears:
    42
    qStartYear:
    1983
    qEndYear:
    2025
    qm:
    87.3277
    q5:
    109.2579
    q10:
    122.0867
    q20:
    132.7319
    q50:
    144.4483
    hm:
    2.9935
    h5:
    3.1396
    h10:
    3.2167
    h20:
    3.277
    h50:
    3.3399
    culQm:
    101.4482
    culQ5:
    126.9244
    culQ10:
    141.8275
    culQ20:
    154.194
    culQ50:
    167.8049
    culHm:
    3.0899
    culH5:
    3.2445
    culH10:
    3.3261
    culH20:
    3.3898
    culH50:
    3.4564
    seriesList:

    2 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2018-09-20T00:00:00Z
        dataToTime:
        2026-09-21T01:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2018-09-20T01:00:00Z
        dataToTime:
        2026-09-21T01:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2018-09-20T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  10. station_id:
    50.91.0
    stationName:
    Tussafoten Klimastasjon
    latitude:
    60.43899
    longitude:
    7.15608
    utmEast_Z33:
    68988
    utmNorth_Z33:
    6726025
    masl:
    1110
    riverName:
    Eidfjordvassdraget
    councilNumber:
    4619
    councilName:
    Eidfjord
    countyName:
    Vestland
    drainageBasinKey:
    0
    hierarchy:
    Eidfjordvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    050.B2
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Fjellskred
    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:

    15 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T19:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      2. resTime:
        60
        method:
        Sum
        timeOffset:
        0
        dataFromTime:
        2022-10-03T19:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      3. resTime:
        1440
        method:
        Sum
        timeOffset:
        0
        dataFromTime:
        2022-10-03T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Nedbør
      parameter:
      0
      versionNo:
      2
      unit:
      mm
      serieFrom:
      2025-10-30T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2025-10-30T00:10:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      2. resTime:
        60
        method:
        Sum
        timeOffset:
        0
        dataFromTime:
        2025-10-30T00:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      3. resTime:
        1440
        method:
        Sum
        timeOffset:
        0
        dataFromTime:
        2025-10-30T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Vindretning
      parameter:
      14
      versionNo:
      1
      unit:
      °
      serieFrom:
      2022-07-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T19:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T20:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-04T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    4. parameterName:
      Vindhastighet
      parameter:
      15
      versionNo:
      1
      unit:
      m/s
      serieFrom:
      2022-07-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T19:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T20:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-04T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    5. parameterName:
      Vindhastighet
      parameter:
      15
      versionNo:
      2
      unit:
      m/s
      serieFrom:
      2022-07-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T19:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T20:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-04T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    6. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2022-07-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T19:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T20:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-04T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    7. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      2
      unit:
      °C
      serieFrom:
      2022-07-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T19:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T20:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-04T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    8. parameterName:
      Relativ luftfuktighet
      parameter:
      2
      versionNo:
      1
      unit:
      %
      serieFrom:
      2022-07-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T19:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T20:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-04T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    9. parameterName:
      Snødybde
      parameter:
      2002
      versionNo:
      1
      unit:
      cm
      serieFrom:
      2022-07-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T19:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T20:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-04T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    10. parameterName:
      Jordtemperatur
      parameter:
      2006
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2022-07-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T19:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T20:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-04T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    11. parameterName:
      Jordtemperatur
      parameter:
      2006
      versionNo:
      2
      unit:
      °C
      serieFrom:
      2022-07-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T19:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T20:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-04T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    12. parameterName:
      Jordtemperatur
      parameter:
      2006
      versionNo:
      3
      unit:
      °C
      serieFrom:
      2022-07-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T19:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T20:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-04T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    13. parameterName:
      Overflatetemperatur
      parameter:
      2040
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2022-07-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T19:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T20:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-04T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    14. parameterName:
      Lufttrykk ved målestedet
      parameter:
      4
      versionNo:
      1
      unit:
      hPa
      serieFrom:
      2022-07-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T19:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T20:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-04T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    15. parameterName:
      Nedbørsintensitet
      parameter:
      5004
      versionNo:
      1
      unit:
      mm/t
      serieFrom:
      2022-07-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-10-03T19:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2022-10-03T20:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2022-10-04T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
limit:
25
offset:
0
returned:
10
has_more_results:
no
truncated:
no
Will you use the result in generated code?

Open the same result as JSON

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

Continue exploring

How an AI agent should use this page

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

How to use the search_stations lookup

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

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

Source-specific next step

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