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-21T21:03:30Z in 0.287 seconds.

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

Showing 5 of 5 results in compact format.

  1. station_id:
    19.144.9
    latitude:
    58.75106
    longitude:
    8.51434
  2. station_id:
    19.5.0
    latitude:
    58.96574
    longitude:
    8.09088
  3. station_id:
    19.80.0
    latitude:
    58.74981
    longitude:
    8.51559
  4. station_id:
    19.98.0
    latitude:
    58.66212
    longitude:
    8.62023
  5. station_id:
    20.2.0
    latitude:
    58.83963
    longitude:
    8.10052
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=%C3%85MLI&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T21:03:30.2771878Z
queryTime:
00:00:00.0008520
itemCount:
5
data:

5 results

  1. station_id:
    19.144.9
    stationName:
    Stigvassåi, rør 9
    latitude:
    58.75106
    longitude:
    8.51434
    utmEast_Z33:
    125069
    utmNorth_Z33:
    6530505
    masl:
    148
    riverName:
    Stigvasselva
    councilNumber:
    4217
    councilName:
    Åmli
    countyName:
    Agder
    drainageBasinKey:
    0
    hierarchy:
    Stigvasselva/Arendalsvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    019.C5Z
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    ARENDALS VASDRAGS BRUGSEIERFORENING
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

    1. parameterName:
      Grunnvannstemperatur
      parameter:
      2015
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2018-11-07T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2018-11-09T06:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2018-11-09T07:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2018-11-10T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  2. station_id:
    19.5.0
    stationName:
    Nesvatn
    latitude:
    58.96574
    longitude:
    8.09088
    utmEast_Z33:
    103113
    utmNorth_Z33:
    6556779
    masl:
    510
    riverName:
    Gjøv
    councilNumber:
    4217
    councilName:
    Åmli
    countyName:
    Agder
    drainageBasinKey:
    722
    hierarchy:
    Gjøv/Arendalsvassdraget
    lakeArea:
    17.24
    lakeName:
    Nesvatn
    lakeNo:
    1273
    regineNo:
    019.CD
    reservoirNo:
    340
    reservoirName:
    NESVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    221.396
    drainageBasinAreaNorway:
    221.396
    gradient1085:
    7.41
    gradientBasin:
    21.77
    gradientRiver:
    12.05
    heightMinimum:
    509
    heightHypso10:
    576
    heightHypso20:
    699
    heightHypso30:
    717
    heightHypso40:
    782
    heightHypso50:
    785
    heightHypso60:
    808
    heightHypso70:
    835
    heightHypso80:
    860
    heightHypso90:
    903
    heightMaximum:
    1006
    lengthKmBasin:
    24.56
    lengthKmRiver:
    36.19
    percentAgricul:
    0.08
    percentBog:
    5.78
    percentEffBog:
    not reported by source
    percentEffLake:
    7.78
    percentForest:
    57.13
    percentGlacier:
    0
    percentLake:
    17.91
    percentMountain:
    15.93
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    99082
    utmNorthGravi:
    6566475
    utmZoneInlet:
    33
    utmEastInlet:
    90406
    utmNorthInlet:
    6576322
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    229.99
    specificDischarge:
    32.92
    regulationArea:
    221.38
    areaReservoirs:
    17.88
    volumeReservoirs:
    256.7
    regulationPartReservoirs:
    1.12
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    17.24
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    256.7
    remainingArea:
    0.02
    numberReservoirs:
    2
    firstYearRegulation:
    1970
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    Å ENERGI VANNKRAFT AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1963-01-02T11:00:00Z
        dataToTime:
        2026-06-20T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-31T13:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1963-01-02T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  3. station_id:
    19.80.0
    stationName:
    Stigvassåi
    latitude:
    58.74981
    longitude:
    8.51559
    utmEast_Z33:
    125128
    utmNorth_Z33:
    6530359
    masl:
    154
    riverName:
    Stigvasselva
    councilNumber:
    4217
    councilName:
    Åmli
    countyName:
    Agder
    drainageBasinKey:
    752
    hierarchy:
    Stigvasselva/Arendalsvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    019.C5Z
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    14.486
    drainageBasinAreaNorway:
    14.486
    gradient1085:
    12.64
    gradientBasin:
    21.83
    gradientRiver:
    31.66
    heightMinimum:
    144
    heightHypso10:
    195
    heightHypso20:
    220
    heightHypso30:
    245
    heightHypso40:
    259
    heightHypso50:
    280
    heightHypso60:
    309
    heightHypso70:
    325
    heightHypso80:
    344
    heightHypso90:
    375
    heightMaximum:
    420
    lengthKmBasin:
    6.19
    lengthKmRiver:
    7.17
    percentAgricul:
    2.08
    percentBog:
    4.51
    percentEffBog:
    not reported by source
    percentEffLake:
    0.22
    percentForest:
    90.08
    percentGlacier:
    0
    percentLake:
    2.08
    percentMountain:
    0
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    127578
    utmNorthGravi:
    6532650
    utmZoneInlet:
    33
    utmEastInlet:
    128209
    utmNorthInlet:
    6534268
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    12.47
    specificDischarge:
    27.27
    regulationArea:
    0
    areaReservoirs:
    0
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    0
    firstYearRegulation:
    0
    catchmentRegTypeName:
    Uregulert
    owner:
    ARENDALS VASDRAGS BRUGSEIERFORENING
    qNumberOfYears:
    54
    qStartYear:
    1972
    qEndYear:
    2025
    qm:
    6.2592
    q5:
    8.0737
    q10:
    9.8482
    q20:
    11.6851
    q50:
    14.2755
    hm:
    1.5473
    h5:
    1.7193
    h10:
    1.8722
    h20:
    2.0185
    h50:
    2.2091
    culQm:
    9.6202
    culQ5:
    12.409
    culQ10:
    15.1364
    culQ20:
    17.9596
    culQ50:
    21.941
    culHm:
    1.8533
    culH5:
    2.0735
    culH10:
    2.2691
    culH20:
    2.4563
    culH50:
    2.7001
    seriesList:

    2 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1972-01-19T11:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-01-21T17:00:00Z
        dataToTime:
        2026-09-21T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-01-19T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  4. station_id:
    19.98.0
    stationName:
    Nelaug
    latitude:
    58.66212
    longitude:
    8.62023
    utmEast_Z33:
    130235
    utmNorth_Z33:
    6520041
    masl:
    139
    riverName:
    Arendalsvassdraget
    councilNumber:
    4217
    councilName:
    Åmli
    countyName:
    Agder
    drainageBasinKey:
    764
    hierarchy:
    Arendalsvassdraget
    lakeArea:
    8.92
    lakeName:
    Nelaug
    lakeNo:
    1272
    regineNo:
    019.C3
    reservoirNo:
    339
    reservoirName:
    NELAUG
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    3426.747
    drainageBasinAreaNorway:
    3426.747
    gradient1085:
    4.39
    gradientBasin:
    24.25
    gradientRiver:
    6.38
    heightMinimum:
    137
    heightHypso10:
    367
    heightHypso20:
    437
    heightHypso30:
    552
    heightHypso40:
    683
    heightHypso50:
    725
    heightHypso60:
    781
    heightHypso70:
    819
    heightHypso80:
    873
    heightHypso90:
    978
    heightMaximum:
    1521
    lengthKmBasin:
    106.08
    lengthKmRiver:
    177.53
    percentAgricul:
    0.74
    percentBog:
    4.99
    percentEffBog:
    not reported by source
    percentEffLake:
    1.6
    percentForest:
    66.4
    percentGlacier:
    0
    percentLake:
    11.87
    percentMountain:
    11.77
    percentUrban:
    0.05
    utmZoneGravi:
    33
    utmEastGravi:
    112270
    utmNorthGravi:
    6570611
    utmZoneInlet:
    33
    utmEastInlet:
    73856
    utmNorthInlet:
    6608308
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    3047.43
    specificDischarge:
    28.18
    regulationArea:
    3426.74
    areaReservoirs:
    231.67
    volumeReservoirs:
    1353.1
    regulationPartReservoirs:
    0.44
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    8.92
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    25.4
    remainingArea:
    0
    numberReservoirs:
    30
    firstYearRegulation:
    1919
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    Å ENERGI VANNKRAFT AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1914-10-01T11:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-06T00:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1914-10-01T11:00:00Z
        dataToTime:
        2025-12-30T11:00:00Z
  5. station_id:
    20.2.0
    stationName:
    Austenå
    latitude:
    58.83963
    longitude:
    8.10052
    utmEast_Z33:
    102216
    utmNorth_Z33:
    6542728
    masl:
    230
    riverName:
    Tovdalsvassdraget
    councilNumber:
    4217
    councilName:
    Åmli
    countyName:
    Agder
    drainageBasinKey:
    776
    hierarchy:
    Tovdalsvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    020.E
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    277.2
    drainageBasinAreaNorway:
    277.2
    gradient1085:
    11.05
    gradientBasin:
    22.42
    gradientRiver:
    11.73
    heightMinimum:
    228
    heightHypso10:
    601
    heightHypso20:
    666
    heightHypso30:
    708
    heightHypso40:
    738
    heightHypso50:
    763
    heightHypso60:
    792
    heightHypso70:
    818
    heightHypso80:
    851
    heightHypso90:
    895
    heightMaximum:
    1147
    lengthKmBasin:
    41.56
    lengthKmRiver:
    54.55
    percentAgricul:
    0.16
    percentBog:
    5.61
    percentEffBog:
    not reported by source
    percentEffLake:
    1.63
    percentForest:
    61.96
    percentGlacier:
    0
    percentLake:
    12.24
    percentMountain:
    18.45
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    91936
    utmNorthGravi:
    6561043
    utmZoneInlet:
    33
    utmEastInlet:
    86791
    utmNorthInlet:
    6579975
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    319.94
    specificDischarge:
    36.57
    regulationArea:
    68.67
    areaReservoirs:
    11.85
    volumeReservoirs:
    20
    regulationPartReservoirs:
    0.06
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    208.53
    numberReservoirs:
    3
    firstYearRegulation:
    2021
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    98
    qStartYear:
    1925
    qEndYear:
    2025
    qm:
    76.3993
    q5:
    94.6506
    q10:
    108.3244
    q20:
    120.9859
    q50:
    136.7386
    hm:
    2.4744
    h5:
    2.8028
    h10:
    3.0392
    h20:
    3.252
    h50:
    3.5096
    culQm:
    93.0092
    culQ5:
    115.2284
    culQ10:
    131.875
    culQ20:
    147.2893
    culQ50:
    166.4669
    culHm:
    2.7739
    culH5:
    3.1559
    culH10:
    3.4308
    culH20:
    3.6782
    culH50:
    3.9778
    seriesList:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1924-05-06T11:00:00Z
        dataToTime:
        2026-09-21T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-01-01T00:00:00Z
        dataToTime:
        2026-09-21T20:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1924-05-06T11: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:
        1924-05-06T11:00:00Z
        dataToTime:
        2026-09-21T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-01-01T00:00:00Z
        dataToTime:
        2026-09-21T20:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1924-05-06T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1996-10-07T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1996-10-07T07:00:00Z
        dataToTime:
        2026-09-21T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-10-07T08:00:00Z
        dataToTime:
        2026-09-21T20:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-10-08T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
limit:
25
offset:
0
returned:
5
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.