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-22T17:06:52Z in 0.322 seconds.

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

Showing 10 of 11 results in compact format.

  1. station_id:
    26.11.0
    latitude:
    58.46327
    longitude:
    6.24118
  2. station_id:
    27.19.0
    latitude:
    58.55184
    longitude:
    6.24367
  3. station_id:
    27.20.0
    latitude:
    58.60003
    longitude:
    6.36139
  4. station_id:
    27.24.0
    latitude:
    58.5336
    longitude:
    6.14931
  5. station_id:
    27.28.0
    latitude:
    58.53362
    longitude:
    6.14924
  6. station_id:
    27.33.0
    latitude:
    58.45294
    longitude:
    6.14425
  7. station_id:
    27.34.0
    latitude:
    58.4294
    longitude:
    6.13202
  8. station_id:
    27.35.0
    latitude:
    58.42171
    longitude:
    6.11871
  9. station_id:
    27.37.0
    latitude:
    58.40982
    longitude:
    6.10148
  10. station_id:
    27.40.0
    latitude:
    58.48689
    longitude:
    6.05739
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=Eigersund&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-22T17:06:52.3477155Z
queryTime:
00:00:00.0021957
itemCount:
11
data:

11 results

  1. station_id:
    26.11.0
    stationName:
    Heigravatnet
    latitude:
    58.46327
    longitude:
    6.24118
    utmEast_Z33:
    -10117
    utmNorth_Z33:
    6513622
    masl:
    157
    riverName:
    elv fra Heigravatnet
    councilNumber:
    1101
    councilName:
    Eigersund
    countyName:
    Rogaland
    drainageBasinKey:
    890
    hierarchy:
    elv fra Heigravatnet/Rosslandsåa/Sokno
    lakeArea:
    2.32
    lakeName:
    Heigravatnet
    lakeNo:
    1443
    regineNo:
    026.4BCB
    reservoirNo:
    387
    reservoirName:
    HEIGRAVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    16.26
    drainageBasinAreaNorway:
    16.26
    gradient1085:
    8.39
    gradientBasin:
    26.08
    gradientRiver:
    10.78
    heightMinimum:
    157
    heightHypso10:
    159
    heightHypso20:
    217
    heightHypso30:
    220
    heightHypso40:
    233
    heightHypso50:
    248
    heightHypso60:
    251
    heightHypso70:
    274
    heightHypso80:
    300
    heightHypso90:
    320
    heightMaximum:
    419
    lengthKmBasin:
    4.99
    lengthKmRiver:
    6.68
    percentAgricul:
    0.69
    percentBog:
    2.4
    percentEffBog:
    not reported by source
    percentEffLake:
    15.71
    percentForest:
    21.83
    percentGlacier:
    0
    percentLake:
    25.28
    percentMountain:
    48.08
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    -11822
    utmNorthGravi:
    6514739
    utmZoneInlet:
    33
    utmEastInlet:
    -13479
    utmNorthInlet:
    6516291
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    25.22
    specificDischarge:
    49.27
    regulationArea:
    16.23
    areaReservoirs:
    2.97
    volumeReservoirs:
    12.8
    regulationPartReservoirs:
    0.51
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    2.97
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    12.8
    remainingArea:
    -0.01
    numberReservoirs:
    2
    firstYearRegulation:
    2002
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    DALANE ENERGI IKS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

    1. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      0
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1993-01-08T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-08-25T01:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1993-01-08T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      1
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1934-03-12T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-08-25T01:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1934-03-12T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  2. station_id:
    27.19.0
    stationName:
    Teksevatn
    latitude:
    58.55184
    longitude:
    6.24367
    utmEast_Z33:
    -8684
    utmNorth_Z33:
    6523412
    masl:
    182
    riverName:
    Tekseåni
    councilNumber:
    1101
    councilName:
    Eigersund
    countyName:
    Rogaland
    drainageBasinKey:
    934
    hierarchy:
    Tekseåni/Hellelandselva
    lakeArea:
    1.92
    lakeName:
    Teksevatnet
    lakeNo:
    1541
    regineNo:
    027.3CB
    reservoirNo:
    434
    reservoirName:
    TEKSEVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    51.98
    drainageBasinAreaNorway:
    51.98
    gradient1085:
    11.13
    gradientBasin:
    31.1
    gradientRiver:
    21.51
    heightMinimum:
    179
    heightHypso10:
    197
    heightHypso20:
    212
    heightHypso30:
    239
    heightHypso40:
    346
    heightHypso50:
    407
    heightHypso60:
    483
    heightHypso70:
    529
    heightHypso80:
    568
    heightHypso90:
    623
    heightMaximum:
    732
    lengthKmBasin:
    12.28
    lengthKmRiver:
    14.74
    percentAgricul:
    7.62
    percentBog:
    0.34
    percentEffBog:
    not reported by source
    percentEffLake:
    6.08
    percentForest:
    23.64
    percentGlacier:
    0
    percentLake:
    13.26
    percentMountain:
    32.67
    percentUrban:
    0.08
    utmZoneGravi:
    33
    utmEastGravi:
    -2762
    utmNorthGravi:
    6522642
    utmZoneInlet:
    33
    utmEastInlet:
    -3605
    utmNorthInlet:
    6525779
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    111.33
    specificDischarge:
    67.91
    regulationArea:
    51.96
    areaReservoirs:
    4.1
    volumeReservoirs:
    22.7
    regulationPartReservoirs:
    0.2
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    -0.01
    numberReservoirs:
    3
    firstYearRegulation:
    1969
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    DALANE ENERGI IKS
    qNumberOfYears:
    90
    qStartYear:
    1926
    qEndYear:
    2015
    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:
    182.3499
    h5:
    182.4544
    h10:
    182.6014
    h20:
    182.7749
    h50:
    183.059
    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:
    182.3499
    culH5:
    182.4544
    culH10:
    182.6014
    culH20:
    182.7749
    culH50:
    183.059
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1925-07-08T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-08-25T01:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1925-07-08T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      1
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1925-07-08T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-08-25T01:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1925-07-08T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  3. station_id:
    27.20.0
    stationName:
    Gya
    latitude:
    58.60003
    longitude:
    6.36139
    utmEast_Z33:
    -1177
    utmNorth_Z33:
    6527860
    masl:
    201
    riverName:
    Hellelandselva
    councilNumber:
    1101
    councilName:
    Eigersund
    countyName:
    Rogaland
    drainageBasinKey:
    935
    hierarchy:
    Hellelandselva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    027.3F
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    60.49
    drainageBasinAreaNorway:
    60.49
    gradient1085:
    11.35
    gradientBasin:
    37.15
    gradientRiver:
    34.13
    heightMinimum:
    200
    heightHypso10:
    475
    heightHypso20:
    619
    heightHypso30:
    626
    heightHypso40:
    622
    heightHypso50:
    648
    heightHypso60:
    672
    heightHypso70:
    699
    heightHypso80:
    735
    heightHypso90:
    762
    heightMaximum:
    901
    lengthKmBasin:
    12.88
    lengthKmRiver:
    15.03
    percentAgricul:
    1.22
    percentBog:
    2.68
    percentEffBog:
    not reported by source
    percentEffLake:
    0.54
    percentForest:
    19.9
    percentGlacier:
    0
    percentLake:
    7.81
    percentMountain:
    55.79
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    4317
    utmNorthGravi:
    6530812
    utmZoneInlet:
    33
    utmEastInlet:
    9904
    utmNorthInlet:
    6533437
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    185.98
    specificDischarge:
    97.04
    regulationArea:
    3.86
    areaReservoirs:
    0.18
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    56.87
    numberReservoirs:
    1
    firstYearRegulation:
    1969
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    DALANE KRAFT AS
    qNumberOfYears:
    86
    qStartYear:
    1934
    qEndYear:
    2025
    qm:
    60.6058
    q5:
    72.7757
    q10:
    90.1471
    q20:
    110.7491
    q50:
    144.6413
    hm:
    2.5381
    h5:
    2.6492
    h10:
    2.7874
    h20:
    2.9294
    h50:
    3.1278
    culQm:
    103.4231
    culQ5:
    124.1909
    culQ10:
    153.8349
    culQ20:
    188.9919
    culQ50:
    246.8285
    culHm:
    2.8812
    culH5:
    3.0125
    culH10:
    3.1761
    culH20:
    3.344
    culH50:
    3.5787
    seriesList:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1933-06-13T11:00:00Z
        dataToTime:
        2026-09-22T16:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-03-01T09:00:00Z
        dataToTime:
        2026-09-22T16:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1933-06-13T11: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:
        1933-06-13T11:00:00Z
        dataToTime:
        2026-09-22T16:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-03-01T09:00:00Z
        dataToTime:
        2026-09-22T16:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1933-06-13T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2012-10-21T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-01-04T23:00:00Z
        dataToTime:
        2026-09-22T16:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-01-05T00:00:00Z
        dataToTime:
        2026-09-22T16:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-01-05T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  4. station_id:
    27.24.0
    stationName:
    Helleland
    latitude:
    58.5336
    longitude:
    6.14931
    utmEast_Z33:
    -14414
    utmNorth_Z33:
    6522114
    masl:
    88
    riverName:
    Hellelandselva
    councilNumber:
    1101
    councilName:
    Eigersund
    countyName:
    Rogaland
    drainageBasinKey:
    939
    hierarchy:
    Hellelandselva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    027.3C0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    184.72
    drainageBasinAreaNorway:
    184.72
    gradient1085:
    12.65
    gradientBasin:
    35.71
    gradientRiver:
    20.45
    heightMinimum:
    77
    heightHypso10:
    270
    heightHypso20:
    297
    heightHypso30:
    407
    heightHypso40:
    510
    heightHypso50:
    619
    heightHypso60:
    626
    heightHypso70:
    642
    heightHypso80:
    681
    heightHypso90:
    735
    heightMaximum:
    904
    lengthKmBasin:
    27.29
    lengthKmRiver:
    30.66
    percentAgricul:
    4.17
    percentBog:
    1.11
    percentEffBog:
    not reported by source
    percentEffLake:
    0.95
    percentForest:
    22.46
    percentGlacier:
    0
    percentLake:
    8.54
    percentMountain:
    48.31
    percentUrban:
    0.03
    utmZoneGravi:
    33
    utmEastGravi:
    -2393
    utmNorthGravi:
    6526566
    utmZoneInlet:
    33
    utmEastInlet:
    9904
    utmNorthInlet:
    6533437
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    469.4
    specificDischarge:
    79.93
    regulationArea:
    141.08
    areaReservoirs:
    6.54
    volumeReservoirs:
    28.43
    regulationPartReservoirs:
    0.06
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    45.02
    numberReservoirs:
    6
    firstYearRegulation:
    1969
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    DALANE KRAFT AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    113
    q5:
    140
    q10:
    163
    q20:
    186
    q50:
    215
    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:
    160
    culQ5:
    199
    culQ10:
    232
    culQ20:
    264
    culQ50:
    306
    culHm:
    2.6
    culH5:
    3.01
    culH10:
    3.34
    culH20:
    3.65
    culH50:
    4.03
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1977-01-01T11:00:00Z
        dataToTime:
        2026-09-22T16:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-12-30T07:00:00Z
        dataToTime:
        2026-09-22T16:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1977-01-01T11: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:
        1977-01-01T11:00:00Z
        dataToTime:
        2026-09-22T16:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-12-30T07:00:00Z
        dataToTime:
        2026-09-22T16:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1977-01-01T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      1
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1977-01-01T11:00:00Z
        dataToTime:
        2026-09-22T16:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-12-30T07:00:00Z
        dataToTime:
        2026-09-22T16:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1977-01-01T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      2
      unit:
      °C
      serieFrom:
      2012-04-20T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2012-04-20T14:00:00Z
        dataToTime:
        2026-09-22T16:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2012-04-20T15:00:00Z
        dataToTime:
        2026-09-22T16:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2012-04-21T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  5. station_id:
    27.28.0
    stationName:
    Gyaåni v/Helleland
    latitude:
    58.53362
    longitude:
    6.14924
    utmEast_Z33:
    -14418
    utmNorth_Z33:
    6522116
    masl:
    87
    riverName:
    Hellelandselva
    councilNumber:
    1101
    councilName:
    Eigersund
    countyName:
    Rogaland
    drainageBasinKey:
    0
    hierarchy:
    Hellelandselva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    027.3C0
    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:
    DALANE ENERGI IKS
    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:
      1994-06-29T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-29T18:00:00Z
        dataToTime:
        2026-03-27T10:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-01-27T10:00:00Z
        dataToTime:
        2026-03-27T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-06-30T11:00:00Z
        dataToTime:
        2026-03-26T11:00:00Z
  6. station_id:
    27.33.0
    stationName:
    Nodlandsvatnet
    latitude:
    58.45294
    longitude:
    6.14425
    utmEast_Z33:
    -15893
    utmNorth_Z33:
    6513221
    masl:
    138
    riverName:
    Grødeimelva
    councilNumber:
    1101
    councilName:
    Eigersund
    countyName:
    Rogaland
    drainageBasinKey:
    2400
    hierarchy:
    Grødeimelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    1534
    regineNo:
    027.1E4
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    42.88
    drainageBasinAreaNorway:
    42.88
    gradient1085:
    3.99
    gradientBasin:
    not reported by source
    gradientRiver:
    7.6
    heightMinimum:
    138
    heightHypso10:
    138
    heightHypso20:
    240
    heightHypso30:
    255
    heightHypso40:
    249
    heightHypso50:
    261
    heightHypso60:
    282
    heightHypso70:
    294
    heightHypso80:
    308
    heightHypso90:
    326
    heightMaximum:
    450
    lengthKmBasin:
    9.54
    lengthKmRiver:
    8.03
    percentAgricul:
    2.97
    percentBog:
    1.27
    percentEffBog:
    not reported by source
    percentEffLake:
    7.95
    percentForest:
    24.1
    percentGlacier:
    0
    percentLake:
    17.97
    percentMountain:
    52.58
    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:
    64.49
    specificDischarge:
    48.89
    regulationArea:
    41.8
    areaReservoirs:
    5.57
    volumeReservoirs:
    27
    regulationPartReservoirs:
    0.42
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    2
    firstYearRegulation:
    1956
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    DALANE ENERGI IKS
    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:
      0
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2004-05-17T11:00:00Z
        dataToTime:
        2022-12-20T05:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-08-25T01:00:00Z
        dataToTime:
        2022-12-20T05:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-05-17T11:00:00Z
        dataToTime:
        2022-12-19T11:00:00Z
  7. station_id:
    27.34.0
    stationName:
    Liavatnet
    latitude:
    58.4294
    longitude:
    6.13202
    utmEast_Z33:
    -16949
    utmNorth_Z33:
    6510708
    masl:
    120
    riverName:
    Grødeimelva
    councilNumber:
    1101
    councilName:
    Eigersund
    countyName:
    Rogaland
    drainageBasinKey:
    2401
    hierarchy:
    Grødeimelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    1540
    regineNo:
    027.1E2
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    57.7
    drainageBasinAreaNorway:
    57.7
    gradient1085:
    4.69
    gradientBasin:
    not reported by source
    gradientRiver:
    6.87
    heightMinimum:
    116
    heightHypso10:
    179
    heightHypso20:
    240
    heightHypso30:
    255
    heightHypso40:
    249
    heightHypso50:
    261
    heightHypso60:
    268
    heightHypso70:
    292
    heightHypso80:
    297
    heightHypso90:
    326
    heightMaximum:
    450
    lengthKmBasin:
    12.23
    lengthKmRiver:
    11.94
    percentAgricul:
    2.94
    percentBog:
    1.03
    percentEffBog:
    not reported by source
    percentEffLake:
    6.84
    percentForest:
    19.65
    percentGlacier:
    0
    percentLake:
    17.34
    percentMountain:
    53.22
    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:
    85.19
    specificDischarge:
    47.71
    regulationArea:
    56.56
    areaReservoirs:
    6.95
    volumeReservoirs:
    33.5
    regulationPartReservoirs:
    0.39
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0.02
    numberReservoirs:
    3
    firstYearRegulation:
    1956
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    DALANE ENERGI IKS
    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:
      0
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2004-05-17T11:00:00Z
        dataToTime:
        2022-12-20T05:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-08-25T01:00:00Z
        dataToTime:
        2022-12-20T05:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-05-17T11:00:00Z
        dataToTime:
        2022-12-19T11:00:00Z
  8. station_id:
    27.35.0
    stationName:
    Kydlandsvatnet
    latitude:
    58.42171
    longitude:
    6.11871
    utmEast_Z33:
    -17836
    utmNorth_Z33:
    6509960
    masl:
    110
    riverName:
    Grødeimelva
    councilNumber:
    1101
    councilName:
    Eigersund
    countyName:
    Rogaland
    drainageBasinKey:
    2402
    hierarchy:
    Grødeimelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    1539
    regineNo:
    027.1D2
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    63.85
    drainageBasinAreaNorway:
    63.85
    gradient1085:
    4.27
    gradientBasin:
    not reported by source
    gradientRiver:
    6.56
    heightMinimum:
    109
    heightHypso10:
    179
    heightHypso20:
    240
    heightHypso30:
    255
    heightHypso40:
    249
    heightHypso50:
    249
    heightHypso60:
    268
    heightHypso70:
    292
    heightHypso80:
    297
    heightHypso90:
    326
    heightMaximum:
    450
    lengthKmBasin:
    13.36
    lengthKmRiver:
    13.73
    percentAgricul:
    2.83
    percentBog:
    0.97
    percentEffBog:
    not reported by source
    percentEffLake:
    6.87
    percentForest:
    19.28
    percentGlacier:
    0
    percentLake:
    17.27
    percentMountain:
    51.84
    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:
    93.32
    specificDischarge:
    47.2
    regulationArea:
    63.14
    areaReservoirs:
    7.67
    volumeReservoirs:
    37.1
    regulationPartReservoirs:
    0.4
    transferAreaIn:
    14.67
    transferAreaOut:
    0
    reservoirAreaIn:
    3.21
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    24
    reservoirVolumeOut:
    0
    remainingArea:
    -0.49
    numberReservoirs:
    4
    firstYearRegulation:
    0
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    DALANE ENERGI IKS
    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:
      0
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2004-06-07T11:00:00Z
        dataToTime:
        2022-12-20T05:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-08-25T01:00:00Z
        dataToTime:
        2022-12-20T05:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-05-17T11:00:00Z
        dataToTime:
        2022-12-19T11:00:00Z
  9. station_id:
    27.37.0
    stationName:
    Smievatnet
    latitude:
    58.40982
    longitude:
    6.10148
    utmEast_Z33:
    -19013
    utmNorth_Z33:
    6508777
    masl:
    70
    riverName:
    Grødeimelva
    councilNumber:
    1101
    councilName:
    Eigersund
    countyName:
    Rogaland
    drainageBasinKey:
    2403
    hierarchy:
    Grødeimelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    21433
    regineNo:
    027.1C22
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    66.88
    drainageBasinAreaNorway:
    66.88
    gradient1085:
    4.56
    gradientBasin:
    not reported by source
    gradientRiver:
    8.17
    heightMinimum:
    70
    heightHypso10:
    179
    heightHypso20:
    240
    heightHypso30:
    255
    heightHypso40:
    249
    heightHypso50:
    249
    heightHypso60:
    268
    heightHypso70:
    292
    heightHypso80:
    297
    heightHypso90:
    326
    heightMaximum:
    450
    lengthKmBasin:
    14.94
    lengthKmRiver:
    15.8
    percentAgricul:
    2.74
    percentBog:
    0.96
    percentEffBog:
    not reported by source
    percentEffLake:
    6.51
    percentForest:
    19.33
    percentGlacier:
    0
    percentLake:
    16.89
    percentMountain:
    51.34
    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:
    97.3
    specificDischarge:
    46.89
    regulationArea:
    63.16
    areaReservoirs:
    7.93
    volumeReservoirs:
    37.1
    regulationPartReservoirs:
    0.38
    transferAreaIn:
    14.67
    transferAreaOut:
    0
    reservoirAreaIn:
    3.21
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    24
    reservoirVolumeOut:
    0
    remainingArea:
    2.59
    numberReservoirs:
    6
    firstYearRegulation:
    1939
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    DALANE ENERGI IKS
    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:
      0
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2016-02-19T22:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-08-25T01:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-06-07T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  10. station_id:
    27.40.0
    stationName:
    Øygreisvatnet
    latitude:
    58.48689
    longitude:
    6.05739
    utmEast_Z33:
    -20431
    utmNorth_Z33:
    6517652
    masl:
    84
    riverName:
    Hellelandselva
    councilNumber:
    1101
    councilName:
    Eigersund
    countyName:
    Rogaland
    drainageBasinKey:
    2405
    hierarchy:
    Hellelandselva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    1536
    regineNo:
    027.3B2
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    214.87
    drainageBasinAreaNorway:
    214.87
    gradient1085:
    9.79
    gradientBasin:
    not reported by source
    gradientRiver:
    15.52
    heightMinimum:
    75
    heightHypso10:
    202
    heightHypso20:
    283
    heightHypso30:
    316
    heightHypso40:
    407
    heightHypso50:
    537
    heightHypso60:
    619
    heightHypso70:
    638
    heightHypso80:
    668
    heightHypso90:
    735
    heightMaximum:
    904
    lengthKmBasin:
    34.77
    lengthKmRiver:
    40.58
    percentAgricul:
    4.36
    percentBog:
    1.17
    percentEffBog:
    not reported by source
    percentEffLake:
    1.05
    percentForest:
    25.14
    percentGlacier:
    0
    percentLake:
    8.64
    percentMountain:
    45.82
    percentUrban:
    0.06
    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:
    514.71
    specificDischarge:
    75.47
    regulationArea:
    216.15
    areaReservoirs:
    7.28
    volumeReservoirs:
    29.93
    regulationPartReservoirs:
    0.06
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    -0.02
    numberReservoirs:
    8
    firstYearRegulation:
    1969
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    DALANE ENERGI IKS
    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:
      0
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2004-06-07T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-08-25T01:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-06-07T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  11. station_id:
    27.42.0
    stationName:
    Slevelandsåna
    latitude:
    58.48768
    longitude:
    6.03369
    utmEast_Z33:
    -21793
    utmNorth_Z33:
    6517924
    masl:
    52
    riverName:
    Hellelandselva
    councilNumber:
    1101
    councilName:
    Eigersund
    countyName:
    Rogaland
    drainageBasinKey:
    2309
    hierarchy:
    Hellelandselva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    027.3A
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    5.42
    drainageBasinAreaNorway:
    5.42
    gradient1085:
    9.92
    gradientBasin:
    not reported by source
    gradientRiver:
    7.86
    heightMinimum:
    45
    heightHypso10:
    96
    heightHypso20:
    102
    heightHypso30:
    113
    heightHypso40:
    130
    heightHypso50:
    139
    heightHypso60:
    152
    heightHypso70:
    161
    heightHypso80:
    173
    heightHypso90:
    185
    heightMaximum:
    224
    lengthKmBasin:
    4.26
    lengthKmRiver:
    4.71
    percentAgricul:
    10.8
    percentBog:
    1.7
    percentEffBog:
    not reported by source
    percentEffLake:
    0.33
    percentForest:
    34.47
    percentGlacier:
    0
    percentLake:
    1.24
    percentMountain:
    18.63
    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:
    7.2
    specificDischarge:
    42.02
    regulationArea:
    0
    areaReservoirs:
    0
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    0
    firstYearRegulation:
    0
    catchmentRegTypeName:
    Uregulert
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    18
    qStartYear:
    2008
    qEndYear:
    2025
    qm:
    4.455
    q5:
    5.1428
    q10:
    5.8774
    q20:
    6.6644
    q50:
    7.8182
    hm:
    47.369
    h5:
    47.4494
    h10:
    47.5285
    h20:
    47.6071
    h50:
    47.7131
    culQm:
    6.8603
    culQ5:
    7.9195
    culQ10:
    9.0506
    culQ20:
    10.2625
    culQ50:
    12.0393
    culHm:
    47.6258
    culH5:
    47.7219
    culH10:
    47.8165
    culH20:
    47.9104
    culH50:
    48.037
    seriesList:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2007-08-23T09:00:00Z
        dataToTime:
        2026-09-22T16:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-08-23T10:00:00Z
        dataToTime:
        2026-09-22T16:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-08-24T11: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:
        2007-08-23T09:00:00Z
        dataToTime:
        2026-09-22T16:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-08-23T10:00:00Z
        dataToTime:
        2026-09-22T16:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-08-24T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2012-04-19T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2020-01-07T04:15:00Z
        dataToTime:
        2026-09-22T16:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2020-01-07T04:00:00Z
        dataToTime:
        2026-09-22T16:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2020-01-04T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
limit:
25
offset:
0
returned:
11
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.