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-22T05:44:18Z in 0.145 seconds.

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

Showing 8 of 8 results in compact format.

  1. station_id:
    12.111.0
    latitude:
    60.8947
    longitude:
    9.28597
  2. station_id:
    12.135.0
    latitude:
    60.84023
    longitude:
    9.01689
  3. station_id:
    12.136.0
    latitude:
    60.83844
    longitude:
    9.01873
  4. station_id:
    12.158.0
    latitude:
    60.91374
    longitude:
    9.3894
  5. station_id:
    12.194.0
    latitude:
    60.9647
    longitude:
    9.29583
  6. station_id:
    12.289.0
    latitude:
    60.96334
    longitude:
    9.30044
  7. station_id:
    12.325.0
    latitude:
    60.96658
    longitude:
    9.28726
  8. station_id:
    12.81.0
    latitude:
    60.97778
    longitude:
    9.27009
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=NORD-AURDAL&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-22T05:44:18.7565231Z
queryTime:
00:00:00.0013200
itemCount:
8
data:

8 results

  1. station_id:
    12.111.0
    stationName:
    Bløytjern dam
    latitude:
    60.8947
    longitude:
    9.28597
    utmEast_Z33:
    190200
    utmNorth_Z33:
    6764572
    masl:
    742
    riverName:
    Åbjøra
    councilNumber:
    3451
    councilName:
    Nord-Aurdal
    countyName:
    Innlandet
    drainageBasinKey:
    454
    hierarchy:
    Åbjøra/Drammensvassdraget
    lakeArea:
    2.98
    lakeName:
    Pardisfjorden
    lakeNo:
    567
    regineNo:
    012.JA1
    reservoirNo:
    157
    reservoirName:
    ØLSJØEN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    842.45
    drainageBasinAreaNorway:
    842.45
    gradient1085:
    2.48
    gradientBasin:
    16.91
    gradientRiver:
    4.84
    heightMinimum:
    740
    heightHypso10:
    849
    heightHypso20:
    889
    heightHypso30:
    925
    heightHypso40:
    962
    heightHypso50:
    999
    heightHypso60:
    1103
    heightHypso70:
    1138
    heightHypso80:
    1417
    heightHypso90:
    1566
    heightMaximum:
    1901
    lengthKmBasin:
    53.52
    lengthKmRiver:
    47.27
    percentAgricul:
    1.81
    percentBog:
    16.52
    percentEffBog:
    not reported by source
    percentEffLake:
    2.51
    percentForest:
    31.52
    percentGlacier:
    0.03
    percentLake:
    8.49
    percentMountain:
    30.07
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    166699
    utmNorthGravi:
    6769930
    utmZoneInlet:
    33
    utmEastInlet:
    142186
    utmNorthInlet:
    6786496
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    566.47
    specificDischarge:
    21.31
    regulationArea:
    842.48
    areaReservoirs:
    43.63
    volumeReservoirs:
    220.9
    regulationPartReservoirs:
    0.39
    transferAreaIn:
    0
    transferAreaOut:
    689.96
    reservoirAreaIn:
    0
    reservoirAreaOut:
    43.63
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    220.9
    remainingArea:
    -0.03
    numberReservoirs:
    5
    firstYearRegulation:
    1951
    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:
    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-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-06-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-02T23:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-05-24T11:00:00Z
        dataToTime:
        2026-06-21T11: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:
        1951-05-16T11:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-02T23:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1951-05-16T11:00:00Z
        dataToTime:
        2026-06-21T11:00:00Z
  2. station_id:
    12.135.0
    stationName:
    Tisleifjord
    latitude:
    60.84023
    longitude:
    9.01689
    utmEast_Z33:
    175085
    utmNorth_Z33:
    6759826
    masl:
    821
    riverName:
    Åbjøra
    councilNumber:
    3451
    councilName:
    Nord-Aurdal
    countyName:
    Innlandet
    drainageBasinKey:
    474
    hierarchy:
    Åbjøra/Drammensvassdraget
    lakeArea:
    13.45
    lakeName:
    Tisleifjorden
    lakeNo:
    531
    regineNo:
    012.JC2
    reservoirNo:
    139
    reservoirName:
    TISLEIFJORD
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    620.32
    drainageBasinAreaNorway:
    620.32
    gradient1085:
    0.56
    gradientBasin:
    19.64
    gradientRiver:
    5.49
    heightMinimum:
    819
    heightHypso10:
    877
    heightHypso20:
    913
    heightHypso30:
    953
    heightHypso40:
    993
    heightHypso50:
    1066
    heightHypso60:
    1138
    heightHypso70:
    1295
    heightHypso80:
    1471
    heightHypso90:
    1631
    heightMaximum:
    1901
    lengthKmBasin:
    43.3
    lengthKmRiver:
    26.04
    percentAgricul:
    1.31
    percentBog:
    14.02
    percentEffBog:
    not reported by source
    percentEffLake:
    3.97
    percentForest:
    24.62
    percentGlacier:
    0.04
    percentLake:
    10
    percentMountain:
    38.72
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    160854
    utmNorthGravi:
    6773682
    utmZoneInlet:
    33
    utmEastInlet:
    142187
    utmNorthInlet:
    6786495
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    449.17
    specificDischarge:
    22.95
    regulationArea:
    620.34
    areaReservoirs:
    40.65
    volumeReservoirs:
    212.8
    regulationPartReservoirs:
    0.47
    transferAreaIn:
    0
    transferAreaOut:
    497.07
    reservoirAreaIn:
    0
    reservoirAreaOut:
    40.65
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    212.8
    remainingArea:
    -0.02
    numberReservoirs:
    4
    firstYearRegulation:
    2014
    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:
    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:
        1950-08-08T11:00:00Z
        dataToTime:
        2026-06-14T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-02T23:00:00Z
        dataToTime:
        2026-06-14T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1950-08-08T11:00:00Z
        dataToTime:
        2026-06-14T11: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:
        1950-08-08T11:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-02T23:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1950-08-08T11:00:00Z
        dataToTime:
        2026-06-21T11:00:00Z
  3. station_id:
    12.136.0
    stationName:
    Tisleifjord ndf.
    latitude:
    60.83844
    longitude:
    9.01873
    utmEast_Z33:
    175167
    utmNorth_Z33:
    6759618
    masl:
    816
    riverName:
    Åbjøra
    councilNumber:
    3451
    councilName:
    Nord-Aurdal
    countyName:
    Innlandet
    drainageBasinKey:
    474
    hierarchy:
    Åbjøra/Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    012.JB6
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    620.32
    drainageBasinAreaNorway:
    620.32
    gradient1085:
    0.56
    gradientBasin:
    19.64
    gradientRiver:
    5.49
    heightMinimum:
    819
    heightHypso10:
    877
    heightHypso20:
    913
    heightHypso30:
    953
    heightHypso40:
    993
    heightHypso50:
    1066
    heightHypso60:
    1138
    heightHypso70:
    1295
    heightHypso80:
    1471
    heightHypso90:
    1631
    heightMaximum:
    1901
    lengthKmBasin:
    43.3
    lengthKmRiver:
    26.04
    percentAgricul:
    1.31
    percentBog:
    14.02
    percentEffBog:
    not reported by source
    percentEffLake:
    3.97
    percentForest:
    24.62
    percentGlacier:
    0.04
    percentLake:
    10
    percentMountain:
    38.72
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    160854
    utmNorthGravi:
    6773682
    utmZoneInlet:
    33
    utmEastInlet:
    142187
    utmNorthInlet:
    6786495
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    449.17
    specificDischarge:
    22.95
    regulationArea:
    620.34
    areaReservoirs:
    40.65
    volumeReservoirs:
    212.8
    regulationPartReservoirs:
    0.47
    transferAreaIn:
    0
    transferAreaOut:
    497.07
    reservoirAreaIn:
    0
    reservoirAreaOut:
    40.65
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    212.8
    remainingArea:
    -0.02
    numberReservoirs:
    4
    firstYearRegulation:
    2014
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    FORENINGEN TIL BÆGNAVASSDRAGETS REGULERING
    qNumberOfYears:
    58
    qStartYear:
    1963
    qEndYear:
    2020
    qm:
    58.5487
    q5:
    82.8758
    q10:
    102.0567
    q20:
    120.2136
    q50:
    143.3692
    hm:
    810.3585
    h5:
    810.8105
    h10:
    811.1266
    h20:
    811.4026
    h50:
    811.7292
    culQm:
    61.7548
    culQ5:
    87.414
    culQ10:
    107.6454
    culQ20:
    126.7965
    culQ50:
    151.2201
    culHm:
    810.4222
    culH5:
    810.888
    culH10:
    811.2137
    culH20:
    811.4981
    culH50:
    811.8347
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1950-08-29T11:00:00Z
        dataToTime:
        2026-09-22T03:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-01-01T00:00:00Z
        dataToTime:
        2026-09-22T03:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1950-08-29T11: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:
        1963-01-01T11:00:00Z
        dataToTime:
        2026-09-22T03:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-01-01T00:00:00Z
        dataToTime:
        2026-09-22T03:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1963-01-01T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  4. station_id:
    12.158.0
    stationName:
    Sundvoll
    latitude:
    60.91374
    longitude:
    9.3894
    utmEast_Z33:
    195980
    utmNorth_Z33:
    6766203
    masl:
    317
    riverName:
    Drammensvassdraget
    councilNumber:
    3451
    councilName:
    Nord-Aurdal
    countyName:
    Innlandet
    drainageBasinKey:
    492
    hierarchy:
    Drammensvassdraget
    lakeArea:
    3.58
    lakeName:
    Dokkafjorden
    lakeNo:
    565
    regineNo:
    012.J81
    reservoirNo:
    138
    reservoirName:
    AURDALSFJORD
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    2798.22
    drainageBasinAreaNorway:
    2798.22
    gradient1085:
    6.69
    gradientBasin:
    19.23
    gradientRiver:
    10.79
    heightMinimum:
    303
    heightHypso10:
    692
    heightHypso20:
    851
    heightHypso30:
    907
    heightHypso40:
    944
    heightHypso50:
    993
    heightHypso60:
    1091
    heightHypso70:
    1179
    heightHypso80:
    1381
    heightHypso90:
    1555
    heightMaximum:
    1901
    lengthKmBasin:
    78.93
    lengthKmRiver:
    106.09
    percentAgricul:
    3.52
    percentBog:
    9.79
    percentEffBog:
    not reported by source
    percentEffLake:
    1.06
    percentForest:
    38.19
    percentGlacier:
    0.01
    percentLake:
    8.37
    percentMountain:
    30.97
    percentUrban:
    0.1
    utmZoneGravi:
    33
    utmEastGravi:
    168135
    utmNorthGravi:
    6786441
    utmZoneInlet:
    33
    utmEastInlet:
    136717
    utmNorthInlet:
    6794027
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    1803.41
    specificDischarge:
    20.42
    regulationArea:
    2687.81
    areaReservoirs:
    126.07
    volumeReservoirs:
    787.29
    regulationPartReservoirs:
    0.44
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    110.41
    numberReservoirs:
    22
    firstYearRegulation:
    0
    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:
      50
      unit:
      m
      serieFrom:
      1995-01-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1995-01-01T11:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-01-01T00:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1995-01-01T11:00:00Z
        dataToTime:
        2026-06-21T11: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:
        1995-01-01T11:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-01-06T14:00:00Z
        dataToTime:
        2026-06-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1995-01-01T11:00:00Z
        dataToTime:
        2026-06-21T11:00:00Z
  5. station_id:
    12.194.0
    stationName:
    Faslefoss kr.v
    latitude:
    60.9647
    longitude:
    9.29583
    utmEast_Z33:
    191413
    utmNorth_Z33:
    6772303
    masl:
    335
    riverName:
    Drammensvassdraget
    councilNumber:
    3451
    councilName:
    Nord-Aurdal
    countyName:
    Innlandet
    drainageBasinKey:
    0
    hierarchy:
    Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    012.K
    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:
    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:

    1 results

    1. 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:
        1981-01-01T11:00:00Z
        dataToTime:
        2012-12-31T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2002-01-01T00:00:00Z
        dataToTime:
        2002-12-31T21:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1981-01-01T11:00:00Z
        dataToTime:
        2018-12-31T11:00:00Z
  6. station_id:
    12.289.0
    stationName:
    Fasle elv
    latitude:
    60.96334
    longitude:
    9.30044
    utmEast_Z33:
    191649
    utmNorth_Z33:
    6772130
    masl:
    336
    riverName:
    Drammensvassdraget
    councilNumber:
    3451
    councilName:
    Nord-Aurdal
    countyName:
    Innlandet
    drainageBasinKey:
    544
    hierarchy:
    Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    012.K
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1847.29
    drainageBasinAreaNorway:
    1847.29
    gradient1085:
    63.59
    gradientBasin:
    20.38
    gradientRiver:
    72.49
    heightMinimum:
    328
    heightHypso10:
    587
    heightHypso20:
    765
    heightHypso30:
    895
    heightHypso40:
    960
    heightHypso50:
    1019
    heightHypso60:
    1146
    heightHypso70:
    1215
    heightHypso80:
    1391
    heightHypso90:
    1506
    heightMaximum:
    1776
    lengthKmBasin:
    71.95
    lengthKmRiver:
    0.52
    percentAgricul:
    4.22
    percentBog:
    6.93
    percentEffBog:
    not reported by source
    percentEffLake:
    0.15
    percentForest:
    39.04
    percentGlacier:
    0
    percentLake:
    8.48
    percentMountain:
    33.05
    percentUrban:
    0.14
    utmZoneGravi:
    33
    utmEastGravi:
    167331
    utmNorthGravi:
    6794948
    utmZoneInlet:
    33
    utmEastInlet:
    136718
    utmNorthInlet:
    6794030
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    1190.12
    specificDischarge:
    20.42
    regulationArea:
    1845.31
    areaReservoirs:
    82.3
    volumeReservoirs:
    566.39
    regulationPartReservoirs:
    0.48
    transferAreaIn:
    0
    transferAreaOut:
    397.36
    reservoirAreaIn:
    0
    reservoirAreaOut:
    17.36
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    86.2
    remainingArea:
    1.98
    numberReservoirs:
    16
    firstYearRegulation:
    1956
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    FORENINGEN TIL BÆGNAVASSDRAGETS REGULERING
    qNumberOfYears:
    37
    qStartYear:
    1981
    qEndYear:
    2017
    qm:
    101.3473
    q5:
    138.0586
    q10:
    159.0284
    q20:
    176.2434
    q50:
    194.9653
    hm:
    325.528
    h5:
    325.7522
    h10:
    325.8644
    h20:
    325.9501
    h50:
    326.0377
    culQm:
    106.0871
    culQ5:
    144.5152
    culQ10:
    166.4657
    culQ20:
    184.4857
    culQ50:
    204.0833
    culHm:
    325.5594
    culH5:
    325.7878
    culH10:
    325.9021
    culH20:
    325.9893
    culH50:
    326.0786
    seriesList:

    2 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1981-01-01T11:00:00Z
        dataToTime:
        2026-09-22T03:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-01T00:00:00Z
        dataToTime:
        2026-09-22T03:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1981-01-01T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  7. station_id:
    12.325.0
    stationName:
    Faslefoss kraftstasjon
    latitude:
    60.96658
    longitude:
    9.28726
    utmEast_Z33:
    190969
    utmNorth_Z33:
    6772552
    masl:
    355
    riverName:
    Drammensvassdraget
    councilNumber:
    3451
    councilName:
    Nord-Aurdal
    countyName:
    Innlandet
    drainageBasinKey:
    0
    hierarchy:
    Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    012.L21
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    not reported by source
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    HB. Hydrologisk avd./seksjon bre, snø og is
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

    1. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1975-11-03T00:00:00
      serieTo:
      2001-02-26T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1975-11-03T11:00:00Z
        dataToTime:
        2001-02-26T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1975-11-03T11:00:00Z
        dataToTime:
        2001-02-26T11:00:00Z
    2. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1994-01-01T00:00:00
      serieTo:
      2001-02-28T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-01-01T10:30:00Z
        dataToTime:
        2001-02-28T06:25:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-01-01T11:00:00Z
        dataToTime:
        2001-02-28T11:00:00Z
  8. station_id:
    12.81.0
    stationName:
    Strandefjord
    latitude:
    60.97778
    longitude:
    9.27009
    utmEast_Z33:
    190150
    utmNorth_Z33:
    6773876
    masl:
    357
    riverName:
    Drammensvassdraget
    councilNumber:
    3451
    councilName:
    Nord-Aurdal
    countyName:
    Innlandet
    drainageBasinKey:
    0
    hierarchy:
    Drammensvassdraget
    lakeArea:
    13.4
    lakeName:
    Strondafjorden
    lakeNo:
    515
    regineNo:
    012.L10
    reservoirNo:
    129
    reservoirName:
    STRONDAFJORD
    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:
    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:
    159
    culQ5:
    192
    culQ10:
    209
    culQ20:
    224
    culQ50:
    292
    culHm:
    355.89
    culH5:
    356.29
    culH10:
    356.49
    culH20:
    356.65
    culH50:
    357.35
    seriesList:

    2 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-22T03:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-02T23:00:00Z
        dataToTime:
        2026-09-22T03:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-05-24T11:00:00Z
        dataToTime:
        2026-09-21T11: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:
        1921-01-01T11:00:00Z
        dataToTime:
        2026-09-22T03:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-02T23:00:00Z
        dataToTime:
        2026-09-22T03:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1921-01-01T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
limit:
25
offset:
0
returned:
8
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.