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-21T16:20:39Z in 0.710 seconds.

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

Showing 5 of 5 results in compact format.

  1. station_id:
    12.116.0
    latitude:
    61.00607
    longitude:
    8.73775
  2. station_id:
    12.145.0
    latitude:
    60.90841
    longitude:
    8.87683
  3. station_id:
    12.146.0
    latitude:
    60.90751
    longitude:
    8.87315
  4. station_id:
    12.197.0
    latitude:
    60.95034
    longitude:
    8.70314
  5. station_id:
    12.77.0
    latitude:
    61.03871
    longitude:
    9.04478
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=VESTRE+SLIDRE&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T16:20:39.7368724Z
queryTime:
00:00:00.0021076
itemCount:
5
data:

5 results

  1. station_id:
    12.116.0
    stationName:
    Helin
    latitude:
    61.00607
    longitude:
    8.73775
    utmEast_Z33:
    161724
    utmNorth_Z33:
    6779657
    masl:
    871
    riverName:
    Flya
    councilNumber:
    3452
    councilName:
    Vestre Slidre
    countyName:
    Innlandet
    drainageBasinKey:
    457
    hierarchy:
    Flya/Åbjøra/Drammensvassdraget
    lakeArea:
    9.55
    lakeName:
    Helin
    lakeNo:
    570
    regineNo:
    012.JCF
    reservoirNo:
    159
    reservoirName:
    HELIN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    56.73
    drainageBasinAreaNorway:
    56.73
    gradient1085:
    19.21
    gradientBasin:
    27.62
    gradientRiver:
    24.79
    heightMinimum:
    868
    heightHypso10:
    878
    heightHypso20:
    926
    heightHypso30:
    975
    heightHypso40:
    1036
    heightHypso50:
    1118
    heightHypso60:
    1176
    heightHypso70:
    1244
    heightHypso80:
    1337
    heightHypso90:
    1516
    heightMaximum:
    1724
    lengthKmBasin:
    16.34
    lengthKmRiver:
    18.39
    percentAgricul:
    0.2
    percentBog:
    3.75
    percentEffBog:
    not reported by source
    percentEffLake:
    16.89
    percentForest:
    33.23
    percentGlacier:
    0
    percentLake:
    17.68
    percentMountain:
    42.31
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    156794
    utmNorthGravi:
    6784871
    utmZoneInlet:
    33
    utmEastInlet:
    149884
    utmNorthInlet:
    6790234
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    41.81
    specificDischarge:
    23.35
    regulationArea:
    56.73
    areaReservoirs:
    9.47
    volumeReservoirs:
    18.7
    regulationPartReservoirs:
    0.45
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    9.47
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    18.7
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    2014
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    FORENINGEN TIL BÆGNAVASSDRAGETS REGULERING
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

    1. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      1
      unit:
      m
      serieFrom:
      1948-07-01T00:00:00
      serieTo:
      1998-12-28T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1948-07-01T11:00:00Z
        dataToTime:
        1998-12-28T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1948-07-01T11:00:00Z
        dataToTime:
        1998-12-28T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1948-07-01T11:00:00Z
        dataToTime:
        1950-08-31T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1948-07-01T11:00:00Z
        dataToTime:
        1950-08-31T11:00:00Z
  2. station_id:
    12.145.0
    stationName:
    Flyvatn
    latitude:
    60.90841
    longitude:
    8.87683
    utmEast_Z33:
    168204
    utmNorth_Z33:
    6768100
    masl:
    860
    riverName:
    Flya
    councilNumber:
    3452
    councilName:
    Vestre Slidre
    countyName:
    Innlandet
    drainageBasinKey:
    481
    hierarchy:
    Flya/Åbjøra/Drammensvassdraget
    lakeArea:
    12.85
    lakeName:
    Storfjorden
    lakeNo:
    568
    regineNo:
    012.JCB11
    reservoirNo:
    158
    reservoirName:
    FLYVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    406.37
    drainageBasinAreaNorway:
    406.37
    gradient1085:
    3.42
    gradientBasin:
    23.09
    gradientRiver:
    14.23
    heightMinimum:
    859
    heightHypso10:
    893
    heightHypso20:
    948
    heightHypso30:
    1008
    heightHypso40:
    1058
    heightHypso50:
    1153
    heightHypso60:
    1288
    heightHypso70:
    1453
    heightHypso80:
    1519
    heightHypso90:
    1692
    heightMaximum:
    1901
    lengthKmBasin:
    32.38
    lengthKmRiver:
    32.76
    percentAgricul:
    0.72
    percentBog:
    10.54
    percentEffBog:
    not reported by source
    percentEffLake:
    3.68
    percentForest:
    20.57
    percentGlacier:
    0.05
    percentLake:
    8.33
    percentMountain:
    49.84
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    158004
    utmNorthGravi:
    6778470
    utmZoneInlet:
    33
    utmEastInlet:
    142190
    utmNorthInlet:
    6786496
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    320.29
    specificDischarge:
    24.98
    regulationArea:
    406.38
    areaReservoirs:
    22.32
    volumeReservoirs:
    76.2
    regulationPartReservoirs:
    0.24
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    22.32
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    76.2
    remainingArea:
    -0.01
    numberReservoirs:
    2
    firstYearRegulation:
    2014
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    FORENINGEN TIL BÆGNAVASSDRAGETS REGULERING
    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:
        1955-10-22T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-02T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1955-10-22T11: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:
        1955-10-22T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-02T23:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1955-10-22T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  3. station_id:
    12.146.0
    stationName:
    Flyvatn ndf.
    latitude:
    60.90751
    longitude:
    8.87315
    utmEast_Z33:
    167995
    utmNorth_Z33:
    6768019
    masl:
    853
    riverName:
    Flya
    councilNumber:
    3452
    councilName:
    Vestre Slidre
    countyName:
    Innlandet
    drainageBasinKey:
    482
    hierarchy:
    Flya/Åbjøra/Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    012.JCA
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    418.35
    drainageBasinAreaNorway:
    418.35
    gradient1085:
    3.06
    gradientBasin:
    22.72
    gradientRiver:
    14.18
    heightMinimum:
    852
    heightHypso10:
    899
    heightHypso20:
    948
    heightHypso30:
    1006
    heightHypso40:
    1057
    heightHypso50:
    1130
    heightHypso60:
    1256
    heightHypso70:
    1453
    heightHypso80:
    1519
    heightHypso90:
    1692
    heightMaximum:
    1901
    lengthKmBasin:
    32.41
    lengthKmRiver:
    33.14
    percentAgricul:
    0.73
    percentBog:
    10.92
    percentEffBog:
    not reported by source
    percentEffLake:
    3.62
    percentForest:
    21.36
    percentGlacier:
    0.05
    percentLake:
    8.28
    percentMountain:
    48.72
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    158264
    utmNorthGravi:
    6778149
    utmZoneInlet:
    33
    utmEastInlet:
    142189
    utmNorthInlet:
    6786496
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    327.17
    specificDischarge:
    24.78
    regulationArea:
    406.38
    areaReservoirs:
    22.32
    volumeReservoirs:
    76.2
    regulationPartReservoirs:
    0.23
    transferAreaIn:
    0
    transferAreaOut:
    56.73
    reservoirAreaIn:
    0
    reservoirAreaOut:
    22.32
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    76.2
    remainingArea:
    11.97
    numberReservoirs:
    2
    firstYearRegulation:
    2014
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    not reported by source
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2021-12-31T14:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-12-31T15:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2022-01-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  4. station_id:
    12.197.0
    stationName:
    Grunke
    latitude:
    60.95034
    longitude:
    8.70314
    utmEast_Z33:
    159261
    utmNorth_Z33:
    6773648
    masl:
    881
    riverName:
    Grunka
    councilNumber:
    3452
    councilName:
    Vestre Slidre
    countyName:
    Innlandet
    drainageBasinKey:
    516
    hierarchy:
    Grunka/Flya/Åbjøra/Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    012.JCBA0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    184.69
    drainageBasinAreaNorway:
    184.69
    gradient1085:
    27.53
    gradientBasin:
    30.01
    gradientRiver:
    35.36
    heightMinimum:
    871
    heightHypso10:
    1012
    heightHypso20:
    1088
    heightHypso30:
    1205
    heightHypso40:
    1417
    heightHypso50:
    1453
    heightHypso60:
    1519
    heightHypso70:
    1591
    heightHypso80:
    1685
    heightHypso90:
    1788
    heightMaximum:
    1901
    lengthKmBasin:
    22.28
    lengthKmRiver:
    20.73
    percentAgricul:
    0.06
    percentBog:
    4.33
    percentEffBog:
    not reported by source
    percentEffLake:
    0.25
    percentForest:
    12.05
    percentGlacier:
    0.12
    percentLake:
    2.14
    percentMountain:
    76.22
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    151412
    utmNorthGravi:
    6780601
    utmZoneInlet:
    33
    utmEastInlet:
    142188
    utmNorthInlet:
    6786497
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    172.71
    specificDischarge:
    29.63
    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:
    FORENINGEN TIL BÆGNAVASSDRAGETS REGULERING
    qNumberOfYears:
    40
    qStartYear:
    1978
    qEndYear:
    2025
    qm:
    57.2915
    q5:
    73.8626
    q10:
    90.3054
    q20:
    107.4242
    q50:
    131.7234
    hm:
    872.7333
    h5:
    872.977
    h10:
    873.1953
    h20:
    873.4041
    h50:
    873.6761
    culQm:
    70.4174
    culQ5:
    90.785
    culQ10:
    110.995
    culQ20:
    132.0358
    culQ50:
    161.9022
    culHm:
    872.9285
    culH5:
    873.2014
    culH10:
    873.4457
    culH20:
    873.6794
    culH50:
    873.984
    seriesList:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1977-03-28T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1977-09-12T14:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1977-03-28T11: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:
        1977-03-28T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1977-09-12T14:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1977-03-28T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2006-10-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-10-01T00:00:00Z
        dataToTime:
        2008-02-01T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-10-01T01:00:00Z
        dataToTime:
        2008-02-01T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-10-01T11:00:00Z
        dataToTime:
        2008-01-31T11:00:00Z
  5. station_id:
    12.77.0
    stationName:
    Slidrefjord
    latitude:
    61.03871
    longitude:
    9.04478
    utmEast_Z33:
    178607
    utmNorth_Z33:
    6781732
    masl:
    366
    riverName:
    Drammensvassdraget
    councilNumber:
    3452
    councilName:
    Vestre Slidre
    countyName:
    Innlandet
    drainageBasinKey:
    431
    hierarchy:
    Drammensvassdraget
    lakeArea:
    11.46
    lakeName:
    Slidrefjorden
    lakeNo:
    516
    regineNo:
    012.M4
    reservoirNo:
    130
    reservoirName:
    SLIDREFJORD
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    784.89
    drainageBasinAreaNorway:
    784.89
    gradient1085:
    10.56
    gradientBasin:
    24.82
    gradientRiver:
    14.13
    heightMinimum:
    364
    heightHypso10:
    557
    heightHypso20:
    765
    heightHypso30:
    907
    heightHypso40:
    1013
    heightHypso50:
    1161
    heightHypso60:
    1391
    heightHypso70:
    1399
    heightHypso80:
    1555
    heightHypso90:
    1552
    heightMaximum:
    1776
    lengthKmBasin:
    55.9
    lengthKmRiver:
    76.64
    percentAgricul:
    3.86
    percentBog:
    3.04
    percentEffBog:
    not reported by source
    percentEffLake:
    3.14
    percentForest:
    32.51
    percentGlacier:
    0
    percentLake:
    9.77
    percentMountain:
    46.97
    percentUrban:
    0.04
    utmZoneGravi:
    33
    utmEastGravi:
    153464
    utmNorthGravi:
    6797461
    utmZoneInlet:
    33
    utmEastInlet:
    136718
    utmNorthInlet:
    6794028
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    568.15
    specificDischarge:
    22.94
    regulationArea:
    789.94
    areaReservoirs:
    47.77
    volumeReservoirs:
    353.29
    regulationPartReservoirs:
    0.62
    transferAreaIn:
    246.26
    transferAreaOut:
    9.7
    reservoirAreaIn:
    16.18
    reservoirAreaOut:
    2.16
    reservoirVolumeIn:
    126.9
    reservoirVolumeOut:
    36
    remainingArea:
    -5.14
    numberReservoirs:
    8
    firstYearRegulation:
    0
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    FORENINGEN TIL BÆGNAVASSDRAGETS REGULERING
    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:
    88
    culQ5:
    106
    culQ10:
    124
    culQ20:
    141
    culQ50:
    159
    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:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-05-24T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-16T23:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-05-24T11: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:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1907-10-01T11:00:00Z
        dataToTime:
        1955-11-28T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1907-10-01T11:00:00Z
        dataToTime:
        1955-11-28T11:00:00Z
    3. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      0
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1907-10-01T11:00:00Z
        dataToTime:
        2023-01-16T14:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1907-10-01T11:00:00Z
        dataToTime:
        2023-01-15T11: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.