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-21T07:52:05Z in 0.168 seconds.

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

Showing 10 of 10 results in compact format.

  1. station_id:
    25.22.0
    latitude:
    58.77853
    longitude:
    7.01468
  2. station_id:
    25.23.0
    latitude:
    58.69819
    longitude:
    6.93296
  3. station_id:
    25.32.0
    latitude:
    58.6695
    longitude:
    6.97318
  4. station_id:
    25.35.0
    latitude:
    58.36419
    longitude:
    6.95808
  5. station_id:
    25.51.0
    latitude:
    58.32257
    longitude:
    6.975
  6. station_id:
    25.7.0
    latitude:
    58.27429
    longitude:
    6.82228
  7. station_id:
    25.85.0
    latitude:
    58.38291
    longitude:
    6.95373
  8. station_id:
    25.87.1
    latitude:
    58.3185
    longitude:
    6.96411
  9. station_id:
    25.87.2
    latitude:
    58.31731
    longitude:
    6.96301
  10. station_id:
    25.87.3
    latitude:
    58.31429
    longitude:
    6.96246
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=KVINESDAL&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T07:52:05.3719823Z
queryTime:
00:00:00.0011902
itemCount:
10
data:

10 results

  1. station_id:
    25.22.0
    stationName:
    Nesjen
    latitude:
    58.77853
    longitude:
    7.01468
    utmEast_Z33:
    38977
    utmNorth_Z33:
    6542934
    masl:
    715
    riverName:
    Kvina
    councilNumber:
    4227
    councilName:
    Kvinesdal
    countyName:
    Agder
    drainageBasinKey:
    877
    hierarchy:
    Kvina
    lakeArea:
    15.36
    lakeName:
    Kvifjorden
    lakeNo:
    11724
    regineNo:
    025.G2
    reservoirNo:
    362
    reservoirName:
    NESJEN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    624.73
    drainageBasinAreaNorway:
    624.73
    gradient1085:
    5.58
    gradientBasin:
    22.5
    gradientRiver:
    8.27
    heightMinimum:
    707
    heightHypso10:
    849
    heightHypso20:
    904
    heightHypso30:
    933
    heightHypso40:
    973
    heightHypso50:
    1012
    heightHypso60:
    1066
    heightHypso70:
    1123
    heightHypso80:
    1170
    heightHypso90:
    1274
    heightMaximum:
    1431
    lengthKmBasin:
    52.93
    lengthKmRiver:
    79.72
    percentAgricul:
    0
    percentBog:
    2.49
    percentEffBog:
    not reported by source
    percentEffLake:
    2.14
    percentForest:
    0.7
    percentGlacier:
    0
    percentLake:
    19.18
    percentMountain:
    77.63
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    51012
    utmNorthGravi:
    6567983
    utmZoneInlet:
    33
    utmEastInlet:
    57983
    utmNorthInlet:
    6591079
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    1326.09
    specificDischarge:
    67.26
    regulationArea:
    624.7
    areaReservoirs:
    53.51
    volumeReservoirs:
    1074
    regulationPartReservoirs:
    0.81
    transferAreaIn:
    113.8
    transferAreaOut:
    0
    reservoirAreaIn:
    3.83
    reservoirAreaOut:
    23.44
    reservoirVolumeIn:
    61.8
    reservoirVolumeOut:
    379
    remainingArea:
    0.03
    numberReservoirs:
    4
    firstYearRegulation:
    1974
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    SIRA KVINA KRAFTSELSKAP
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-05-23T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-11-28T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-05-23T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      50
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-11-28T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-06-01T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  2. station_id:
    25.23.0
    stationName:
    Homstølvatn
    latitude:
    58.69819
    longitude:
    6.93296
    utmEast_Z33:
    33195
    utmNorth_Z33:
    6534597
    masl:
    498
    riverName:
    Kvina
    councilNumber:
    4227
    councilName:
    Kvinesdal
    countyName:
    Agder
    drainageBasinKey:
    878
    hierarchy:
    Kvina
    lakeArea:
    2.93
    lakeName:
    Homstølvatnet
    lakeNo:
    1375
    regineNo:
    025.E4
    reservoirNo:
    361
    reservoirName:
    HOMSTØLVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    724.81
    drainageBasinAreaNorway:
    724.81
    gradient1085:
    61.82
    gradientBasin:
    23.48
    gradientRiver:
    92.73
    heightMinimum:
    496
    heightHypso10:
    814
    heightHypso20:
    853
    heightHypso30:
    904
    heightHypso40:
    957
    heightHypso50:
    973
    heightHypso60:
    1029
    heightHypso70:
    1084
    heightHypso80:
    1151
    heightHypso90:
    1229
    heightMaximum:
    1431
    lengthKmBasin:
    62.93
    lengthKmRiver:
    0.54
    percentAgricul:
    0.02
    percentBog:
    2.34
    percentEffBog:
    not reported by source
    percentEffLake:
    1.84
    percentForest:
    2.57
    percentGlacier:
    0
    percentLake:
    17.83
    percentMountain:
    76.94
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    48955
    utmNorthGravi:
    6564165
    utmZoneInlet:
    33
    utmEastInlet:
    57983
    utmNorthInlet:
    6591079
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    1522.7
    specificDischarge:
    66.57
    regulationArea:
    724.79
    areaReservoirs:
    56.56
    volumeReservoirs:
    1129.4
    regulationPartReservoirs:
    0.74
    transferAreaIn:
    165.92
    transferAreaOut:
    401.44
    reservoirAreaIn:
    3.67
    reservoirAreaOut:
    40.72
    reservoirVolumeIn:
    61.4
    reservoirVolumeOut:
    854
    remainingArea:
    0.02
    numberReservoirs:
    6
    firstYearRegulation:
    1968
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    SIRA KVINA KRAFTSELSKAP
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-05-23T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-11-28T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-05-23T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      50
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-11-28T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-06-01T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  3. station_id:
    25.32.0
    stationName:
    Knabåni
    latitude:
    58.6695
    longitude:
    6.97318
    utmEast_Z33:
    35132
    utmNorth_Z33:
    6531137
    masl:
    379
    riverName:
    Knabeåni
    councilNumber:
    4227
    councilName:
    Kvinesdal
    countyName:
    Agder
    drainageBasinKey:
    881
    hierarchy:
    Knabeåni/Kvina
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    025.CA
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    46
    drainageBasinAreaNorway:
    46
    gradient1085:
    40.56
    gradientBasin:
    27.63
    gradientRiver:
    34.37
    heightMinimum:
    372
    heightHypso10:
    546
    heightHypso20:
    638
    heightHypso30:
    678
    heightHypso40:
    732
    heightHypso50:
    773
    heightHypso60:
    812
    heightHypso70:
    847
    heightHypso80:
    885
    heightHypso90:
    905
    heightMaximum:
    987
    lengthKmBasin:
    11.34
    lengthKmRiver:
    16.18
    percentAgricul:
    0.47
    percentBog:
    4.89
    percentEffBog:
    not reported by source
    percentEffLake:
    0.52
    percentForest:
    15.83
    percentGlacier:
    0
    percentLake:
    5.81
    percentMountain:
    65.67
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    40219
    utmNorthGravi:
    6531270
    utmZoneInlet:
    33
    utmEastInlet:
    45175
    utmNorthInlet:
    6534263
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    98.96
    specificDischarge:
    68.17
    regulationArea:
    0
    areaReservoirs:
    0.63
    volumeReservoirs:
    1.7
    regulationPartReservoirs:
    0.02
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    3
    firstYearRegulation:
    0
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    SIRA KVINA KRAFTSELSKAP
    qNumberOfYears:
    26
    qStartYear:
    1993
    qEndYear:
    2025
    qm:
    29.511
    q5:
    35.664
    q10:
    38.8234
    q20:
    41.2952
    q50:
    43.8431
    hm:
    1.7283
    h5:
    1.8825
    h10:
    1.9581
    h20:
    2.0159
    h50:
    2.0742
    culQm:
    49.4344
    culQ5:
    59.7414
    culQ10:
    65.0338
    culQ20:
    69.1743
    culQ50:
    73.4424
    culHm:
    2.1983
    culH5:
    2.4153
    culH10:
    2.5218
    culH20:
    2.6031
    culH50:
    2.6852
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1993-03-03T11:00:00Z
        dataToTime:
        2026-09-21T06:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1993-06-24T13:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1993-03-03T11: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:
        1993-03-03T11:00:00Z
        dataToTime:
        2026-09-21T06:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1993-06-24T13:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1993-03-03T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  4. station_id:
    25.35.0
    stationName:
    Kvina v/Rafossen
    latitude:
    58.36419
    longitude:
    6.95808
    utmEast_Z33:
    30183
    utmNorth_Z33:
    6497401
    masl:
    123
    riverName:
    Kvina
    councilNumber:
    4227
    councilName:
    Kvinesdal
    countyName:
    Agder
    drainageBasinKey:
    0
    hierarchy:
    Kvina
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    025.B4111
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    not reported by source
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    HB. Hydrologisk avd./seksjon bre, snø og is
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    1 results

    1. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1998-12-04T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1998-12-04T12:00:00Z
        dataToTime:
        2026-05-18T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-02-19T13:00:00Z
        dataToTime:
        2026-05-18T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-12-05T11:00:00Z
        dataToTime:
        2026-05-17T11:00:00Z
  5. station_id:
    25.51.0
    stationName:
    Krågehølen
    latitude:
    58.32257
    longitude:
    6.975
    utmEast_Z33:
    30614
    utmNorth_Z33:
    6492670
    masl:
    26
    riverName:
    Litleåni
    councilNumber:
    4227
    councilName:
    Kvinesdal
    countyName:
    Agder
    drainageBasinKey:
    2294
    hierarchy:
    Litleåni/Kvina
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    025.AA2
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    229.6
    drainageBasinAreaNorway:
    229.6
    gradient1085:
    9.82
    gradientBasin:
    not reported by source
    gradientRiver:
    14.37
    heightMinimum:
    15
    heightHypso10:
    311
    heightHypso20:
    393
    heightHypso30:
    420
    heightHypso40:
    475
    heightHypso50:
    497
    heightHypso60:
    509
    heightHypso70:
    538
    heightHypso80:
    580
    heightHypso90:
    627
    heightMaximum:
    876
    lengthKmBasin:
    37.58
    lengthKmRiver:
    49.54
    percentAgricul:
    1.97
    percentBog:
    6.99
    percentEffBog:
    not reported by source
    percentEffLake:
    0.53
    percentForest:
    60.57
    percentGlacier:
    0
    percentLake:
    6.85
    percentMountain:
    11.02
    percentUrban:
    0.17
    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:
    392.58
    specificDischarge:
    54.18
    regulationArea:
    225.87
    areaReservoirs:
    0.03
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    3.75
    numberReservoirs:
    1
    firstYearRegulation:
    2004
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    SIRA KVINA KRAFTSELSKAP
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    112
    q5:
    136
    q10:
    160
    q20:
    184
    q50:
    224
    hm:
    2.66
    h5:
    2.82
    h10:
    2.96
    h20:
    3.09
    h50:
    3.27
    culQm:
    140
    culQ5:
    170
    culQ10:
    200
    culQ20:
    230
    culQ50:
    280
    culHm:
    2.84
    culH5:
    3.01
    culH10:
    3.16
    culH20:
    3.3
    culH50:
    3.49
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2008-05-29T11:00:00Z
        dataToTime:
        2026-09-21T06:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2008-05-29T12:00:00Z
        dataToTime:
        2026-09-21T06:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2008-05-30T11: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:
        2008-05-29T11:00:00Z
        dataToTime:
        2026-09-21T06:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-05-29T12:00:00Z
        dataToTime:
        2026-09-21T02:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-05-30T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  6. station_id:
    25.7.0
    stationName:
    Refsti
    latitude:
    58.27429
    longitude:
    6.82228
    utmEast_Z33:
    21055
    utmNorth_Z33:
    6488397
    masl:
    22
    riverName:
    Fedaelva
    councilNumber:
    4227
    councilName:
    Kvinesdal
    countyName:
    Agder
    drainageBasinKey:
    869
    hierarchy:
    Fedaelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    025.3A1
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    202.64
    drainageBasinAreaNorway:
    202.64
    gradient1085:
    4.11
    gradientBasin:
    31.29
    gradientRiver:
    13.32
    heightMinimum:
    19
    heightHypso10:
    174
    heightHypso20:
    243
    heightHypso30:
    269
    heightHypso40:
    310
    heightHypso50:
    332
    heightHypso60:
    362
    heightHypso70:
    376
    heightHypso80:
    417
    heightHypso90:
    453
    heightMaximum:
    596
    lengthKmBasin:
    26.94
    lengthKmRiver:
    32.14
    percentAgricul:
    2.82
    percentBog:
    4.34
    percentEffBog:
    not reported by source
    percentEffLake:
    1.98
    percentForest:
    76.31
    percentGlacier:
    0
    percentLake:
    9.47
    percentMountain:
    4.89
    percentUrban:
    0.01
    utmZoneGravi:
    33
    utmEastGravi:
    22062
    utmNorthGravi:
    6501404
    utmZoneInlet:
    33
    utmEastInlet:
    17061
    utmNorthInlet:
    6514232
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    353.06
    specificDischarge:
    55.15
    regulationArea:
    196.62
    areaReservoirs:
    5.23
    volumeReservoirs:
    14.6
    regulationPartReservoirs:
    0.04
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    6.26
    numberReservoirs:
    3
    firstYearRegulation:
    1948
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    Å ENERGI VANNKRAFT AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    82.03
    q5:
    101.7
    q10:
    119.28
    q20:
    133.09
    q50:
    157.75
    hm:
    3.3
    h5:
    3.54
    h10:
    3.73
    h20:
    3.88
    h50:
    4.12
    culQm:
    91
    culQ5:
    112.82
    culQ10:
    132.32
    culQ20:
    147.64
    culQ50:
    175
    culHm:
    3.41
    culH5:
    3.66
    culH10:
    3.87
    culH20:
    4.02
    culH50:
    4.27
    seriesList:

    3 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1922-01-01T11:00:00Z
        dataToTime:
        2026-09-21T05:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-02-03T23:00:00Z
        dataToTime:
        2026-09-21T05:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1922-01-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2017-07-20T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2017-07-17T09:00:00Z
        dataToTime:
        2018-04-17T12:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2017-07-17T10:00:00Z
        dataToTime:
        2018-04-17T12:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2017-07-18T11:00:00Z
        dataToTime:
        2018-04-16T11:00:00Z
  7. station_id:
    25.85.0
    stationName:
    Røynestad
    latitude:
    58.38291
    longitude:
    6.95373
    utmEast_Z33:
    30179
    utmNorth_Z33:
    6499507
    masl:
    135
    riverName:
    Kvina
    councilNumber:
    4227
    councilName:
    Kvinesdal
    countyName:
    Agder
    drainageBasinKey:
    2570
    hierarchy:
    Kvina
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    025.B4112
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1139.33
    drainageBasinAreaNorway:
    1139.33
    gradient1085:
    7.44
    gradientBasin:
    not reported by source
    gradientRiver:
    9.31
    heightMinimum:
    128
    heightHypso10:
    437
    heightHypso20:
    612
    heightHypso30:
    750
    heightHypso40:
    839
    heightHypso50:
    904
    heightHypso60:
    956
    heightHypso70:
    979
    heightHypso80:
    1066
    heightHypso90:
    1170
    heightMaximum:
    1431
    lengthKmBasin:
    96.41
    lengthKmRiver:
    135.18
    percentAgricul:
    0.61
    percentBog:
    3.19
    percentEffBog:
    not reported by source
    percentEffLake:
    0.82
    percentForest:
    14.98
    percentGlacier:
    0
    percentLake:
    13.92
    percentMountain:
    64.36
    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:
    2290.37
    specificDischarge:
    63.7
    regulationArea:
    836.52
    areaReservoirs:
    58.81
    volumeReservoirs:
    1131.7
    regulationPartReservoirs:
    0.49
    transferAreaIn:
    83.18
    transferAreaOut:
    890.71
    reservoirAreaIn:
    2.69
    reservoirAreaOut:
    59.91
    reservoirVolumeIn:
    61.4
    reservoirVolumeOut:
    1190.8
    remainingArea:
    302.81
    numberReservoirs:
    13
    firstYearRegulation:
    0
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    SIRA KVINA KRAFTSELSKAP
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    198
    q5:
    228
    q10:
    277
    q20:
    347
    q50:
    604
    hm:
    4.92
    h5:
    5.05
    h10:
    5.25
    h20:
    5.5
    h50:
    not reported by source
    culQm:
    257
    culQ5:
    296
    culQ10:
    360
    culQ20:
    450
    culQ50:
    785
    culHm:
    5.17
    culH5:
    5.32
    culH10:
    5.54
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1971-01-01T11:00:00Z
        dataToTime:
        2026-09-21T06:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-12-29T12:00:00Z
        dataToTime:
        2026-09-21T06:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1971-01-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  8. station_id:
    25.87.1
    stationName:
    Liknes rør 1
    latitude:
    58.3185
    longitude:
    6.96411
    utmEast_Z33:
    29925
    utmNorth_Z33:
    6492294
    masl:
    12
    riverName:
    Litleåni
    councilNumber:
    4227
    councilName:
    Kvinesdal
    countyName:
    Agder
    drainageBasinKey:
    0
    hierarchy:
    Litleåni/Kvina
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    025.AA2
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    NVE, Skred- og vassdragsavdelingen
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-02-25T01:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-02-25T01:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-02-25T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Grunnvannstemperatur
      parameter:
      2015
      versionNo:
      1
      unit:
      °C
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-08-12T12:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-08-12T12:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-08-13T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  9. station_id:
    25.87.2
    stationName:
    Liknes rør 2
    latitude:
    58.31731
    longitude:
    6.96301
    utmEast_Z33:
    29845
    utmNorth_Z33:
    6492171
    masl:
    9
    riverName:
    Litleåni
    councilNumber:
    4227
    councilName:
    Kvinesdal
    countyName:
    Agder
    drainageBasinKey:
    0
    hierarchy:
    Litleåni/Kvina
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    025.AA1
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    NVE, Skred- og vassdragsavdelingen
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-01-13T18:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-01-13T19:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-01-14T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Grunnvannstemperatur
      parameter:
      2015
      versionNo:
      1
      unit:
      °C
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-01-13T18:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-01-13T19:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-01-14T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  10. station_id:
    25.87.3
    stationName:
    Liknes rør 3
    latitude:
    58.31429
    longitude:
    6.96246
    utmEast_Z33:
    29773
    utmNorth_Z33:
    6491839
    masl:
    12
    riverName:
    Kvina
    councilNumber:
    4227
    councilName:
    Kvinesdal
    countyName:
    Agder
    drainageBasinKey:
    0
    hierarchy:
    Kvina
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    025.A0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    NVE, Skred- og vassdragsavdelingen
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-02-22T11:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-02-22T11:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2022-02-22T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Grunnvannstemperatur
      parameter:
      2015
      versionNo:
      1
      unit:
      °C
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-08-12T12:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-08-12T12:00:00Z
        dataToTime:
        2026-09-20T23:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-08-13T11: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.