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:54:14Z in 0.151 seconds.

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

Showing 2 of 2 results in compact format.

  1. station_id:
    12.228.0
    latitude:
    60.22176
    longitude:
    10.36211
  2. station_id:
    12.69.0
    latitude:
    60.24184
    longitude:
    10.37839
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=JEVNAKER&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T21:54:14.3661207Z
queryTime:
00:00:00.0012633
itemCount:
2
data:

2 results

  1. station_id:
    12.228.0
    stationName:
    Kistefoss
    latitude:
    60.22176
    longitude:
    10.36211
    utmEast_Z33:
    243185
    utmNorth_Z33:
    6685137
    masl:
    120
    riverName:
    Randselva
    councilNumber:
    3236
    councilName:
    Jevnaker
    countyName:
    Akershus
    drainageBasinKey:
    537
    hierarchy:
    Randselva/Drammensvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    012.EA6
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    3702.93
    drainageBasinAreaNorway:
    3702.93
    gradient1085:
    5.2
    gradientBasin:
    14.84
    gradientRiver:
    5.59
    heightMinimum:
    117
    heightHypso10:
    286
    heightHypso20:
    446
    heightHypso30:
    506
    heightHypso40:
    577
    heightHypso50:
    687
    heightHypso60:
    787
    heightHypso70:
    888
    heightHypso80:
    984
    heightHypso90:
    1053
    heightMaximum:
    1681
    lengthKmBasin:
    138.08
    lengthKmRiver:
    184.71
    percentAgricul:
    5.25
    percentBog:
    9.58
    percentEffBog:
    not reported by source
    percentEffLake:
    3.83
    percentForest:
    64.45
    percentGlacier:
    0
    percentLake:
    7.51
    percentMountain:
    6.91
    percentUrban:
    0.31
    utmZoneGravi:
    33
    utmEastGravi:
    227750
    utmNorthGravi:
    6755372
    utmZoneInlet:
    33
    utmEastInlet:
    192331
    utmNorthInlet:
    6811907
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    1830.31
    specificDischarge:
    15.66
    regulationArea:
    3701.62
    areaReservoirs:
    173.3
    volumeReservoirs:
    703.47
    regulationPartReservoirs:
    0.38
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    1.18
    numberReservoirs:
    15
    firstYearRegulation:
    1915
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    Foreningen til Randsfjords regulering
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    243.35
    q5:
    301.97
    q10:
    330.28
    q20:
    368.03
    q50:
    405.77
    hm:
    117.29
    h5:
    117.6
    h10:
    117.74
    h20:
    117.92
    h50:
    118.09
    culQm:
    250
    culQ5:
    320
    culQ10:
    350
    culQ20:
    390
    culQ50:
    430
    culHm:
    117.33
    culH5:
    117.69
    culH10:
    117.83
    culH20:
    118.02
    culH50:
    118.2
    seriesList:

    5 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1916-03-28T11:00:00Z
        dataToTime:
        2026-09-21T21:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2001-01-01T12:00:00Z
        dataToTime:
        2026-09-21T21:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1916-03-28T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    2. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      2
      unit:
      m
      serieFrom:
      2015-12-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2015-12-02T10:30:00Z
        dataToTime:
        2026-09-21T21:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2019-01-01T00:00:00Z
        dataToTime:
        2026-09-21T21:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-12-03T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. 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:
        1916-03-28T11:00:00Z
        dataToTime:
        2026-09-21T21:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2001-01-01T12:00:00Z
        dataToTime:
        2026-09-21T21:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1916-03-28T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    4. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      2
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2018-12-31T23:00:00Z
        dataToTime:
        2026-09-21T21:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2019-01-01T00:00:00Z
        dataToTime:
        2026-09-21T21:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2019-01-01T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    5. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      2
      unit:
      °C
      serieFrom:
      2015-12-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2015-12-02T10:30:00Z
        dataToTime:
        2026-09-21T21:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-12-02T11:00:00Z
        dataToTime:
        2026-09-21T21:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-12-03T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  2. station_id:
    12.69.0
    stationName:
    Randsfjord
    latitude:
    60.24184
    longitude:
    10.37839
    utmEast_Z33:
    244242
    utmNorth_Z33:
    6687307
    masl:
    135
    riverName:
    Randselva
    councilNumber:
    3236
    councilName:
    Jevnaker
    countyName:
    Akershus
    drainageBasinKey:
    425
    hierarchy:
    Randselva/Drammensvassdraget
    lakeArea:
    140.69
    lakeName:
    Randsfjorden
    lakeNo:
    523
    regineNo:
    012.EA83
    reservoirNo:
    137
    reservoirName:
    RANDSFJORDEN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    3689.87
    drainageBasinAreaNorway:
    3689.87
    gradient1085:
    111.21
    gradientBasin:
    14.84
    gradientRiver:
    91.57
    heightMinimum:
    130
    heightHypso10:
    310
    heightHypso20:
    444
    heightHypso30:
    530
    heightHypso40:
    590
    heightHypso50:
    756
    heightHypso60:
    810
    heightHypso70:
    892
    heightHypso80:
    1005
    heightHypso90:
    1061
    heightMaximum:
    1681
    lengthKmBasin:
    136.28
    lengthKmRiver:
    2.82
    percentAgricul:
    5.26
    percentBog:
    9.61
    percentEffBog:
    not reported by source
    percentEffLake:
    3.85
    percentForest:
    64.41
    percentGlacier:
    0
    percentLake:
    7.52
    percentMountain:
    6.93
    percentUrban:
    0.28
    utmZoneGravi:
    33
    utmEastGravi:
    227705
    utmNorthGravi:
    6755580
    utmZoneInlet:
    33
    utmEastInlet:
    192337
    utmNorthInlet:
    6811908
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    1826.63
    specificDischarge:
    15.69
    regulationArea:
    3700.16
    areaReservoirs:
    173.3
    volumeReservoirs:
    703.47
    regulationPartReservoirs:
    0.39
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    140.69
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    408.6
    remainingArea:
    -10.42
    numberReservoirs:
    15
    firstYearRegulation:
    1915
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    Foreningen til Randsfjords regulering
    qNumberOfYears:
    70
    qStartYear:
    1956
    qEndYear:
    2025
    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:
    134.7121
    h5:
    134.9435
    h10:
    135.1599
    h20:
    135.38
    h50:
    135.6841
    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:
    134.7121
    culH5:
    134.9435
    culH10:
    135.1599
    culH20:
    135.38
    culH50:
    135.6841
    seriesList:

    3 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:
        1869-05-03T11:00:00Z
        dataToTime:
        2026-09-21T21:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-02T23:00:00Z
        dataToTime:
        2026-09-21T21:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1869-05-03T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      50
      unit:
      m
      serieFrom:
      1994-06-28T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-28T11:00:00Z
        dataToTime:
        2026-09-21T21:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2004-01-02T22:00:00Z
        dataToTime:
        2026-09-21T21:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-28T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      50
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-28T11:00:00Z
        dataToTime:
        2026-09-21T21:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-12-31T23:00:00Z
        dataToTime:
        2026-09-21T21:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-06-28T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
limit:
25
offset:
0
returned:
2
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.