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-21T14:27:46Z in 0.236 seconds.

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

Showing 2 of 2 results in compact format.

  1. station_id:
    2.470.0
    latitude:
    60.3772
    longitude:
    11.55539
  2. station_id:
    2.616.0
    latitude:
    60.35554
    longitude:
    11.73308
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=NORD-ODAL&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T14:27:46.7766807Z
queryTime:
00:00:00.0008493
itemCount:
2
data:

2 results

  1. station_id:
    2.470.0
    stationName:
    Sand (Storsjøen i Odalen)
    latitude:
    60.3772
    longitude:
    11.55539
    utmEast_Z33:
    310117
    utmNorth_Z33:
    6698384
    masl:
    129
    riverName:
    Oppstadåa
    councilNumber:
    3414
    councilName:
    Nord-Odal
    countyName:
    Innlandet
    drainageBasinKey:
    276
    hierarchy:
    Oppstadåa/Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    120
    regineNo:
    002.EB4
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    783.27
    drainageBasinAreaNorway:
    783.27
    gradient1085:
    3.67
    gradientBasin:
    12.21
    gradientRiver:
    6.44
    heightMinimum:
    130
    heightHypso10:
    155
    heightHypso20:
    227
    heightHypso30:
    277
    heightHypso40:
    330
    heightHypso50:
    374
    heightHypso60:
    395
    heightHypso70:
    428
    heightHypso80:
    458
    heightHypso90:
    502
    heightMaximum:
    641
    lengthKmBasin:
    37.41
    lengthKmRiver:
    46.88
    percentAgricul:
    3.96
    percentBog:
    6.25
    percentEffBog:
    not reported by source
    percentEffLake:
    5.62
    percentForest:
    80.26
    percentGlacier:
    0
    percentLake:
    7.65
    percentMountain:
    0
    percentUrban:
    0.13
    utmZoneGravi:
    33
    utmEastGravi:
    312289
    utmNorthGravi:
    6707771
    utmZoneInlet:
    33
    utmEastInlet:
    313263
    utmNorthInlet:
    6722464
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    282.86
    specificDischarge:
    11.44
    regulationArea:
    0
    areaReservoirs:
    0.61
    volumeReservoirs:
    0.9
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    2
    firstYearRegulation:
    1975
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    HH. Hydrologisk avd./Hydrometri
    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:
    132.68
    h5:
    133.16
    h10:
    133.64
    h20:
    134.08
    h50:
    134.62
    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:
    132.68
    culH5:
    133.16
    culH10:
    133.64
    culH20:
    134.08
    culH50:
    134.62
    seriesList:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1986-01-01T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2000-12-06T15:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2011-11-04T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2011-11-04T16:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2011-11-04T17:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2011-11-05T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      1
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1986-01-01T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2000-12-06T15:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  2. station_id:
    2.616.0
    stationName:
    Kuggerud
    latitude:
    60.35554
    longitude:
    11.73308
    utmEast_Z33:
    319787
    utmNorth_Z33:
    6695475
    masl:
    175
    riverName:
    Kugga
    councilNumber:
    3414
    councilName:
    Nord-Odal
    countyName:
    Innlandet
    drainageBasinKey:
    313
    hierarchy:
    Kugga/Oppstadåa/Glommavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    002.EB11A
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    48.3
    drainageBasinAreaNorway:
    48.3
    gradient1085:
    8.29
    gradientBasin:
    11.03
    gradientRiver:
    12.69
    heightMinimum:
    165
    heightHypso10:
    315
    heightHypso20:
    351
    heightHypso30:
    371
    heightHypso40:
    381
    heightHypso50:
    388
    heightHypso60:
    402
    heightHypso70:
    419
    heightHypso80:
    439
    heightHypso90:
    462
    heightMaximum:
    506
    lengthKmBasin:
    10.34
    lengthKmRiver:
    20.26
    percentAgricul:
    0.13
    percentBog:
    11.44
    percentEffBog:
    not reported by source
    percentEffLake:
    1.14
    percentForest:
    85.13
    percentGlacier:
    0
    percentLake:
    3.18
    percentMountain:
    0
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    324408
    utmNorthGravi:
    6698556
    utmZoneInlet:
    33
    utmEastInlet:
    328185
    utmNorthInlet:
    6699787
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    22.49
    specificDischarge:
    14.76
    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:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    54
    qStartYear:
    1971
    qEndYear:
    2025
    qm:
    5.5629
    q5:
    6.8796
    q10:
    7.8952
    q20:
    8.8474
    q50:
    10.0489
    hm:
    0.7341
    h5:
    0.7872
    h10:
    0.8242
    h20:
    0.8564
    h50:
    0.8943
    culQm:
    6.2236
    culQ5:
    7.6968
    culQ10:
    8.833
    culQ20:
    9.8983
    culQ50:
    11.2425
    culHm:
    0.7616
    culH5:
    0.8172
    culH10:
    0.8559
    culH20:
    0.8897
    culH50:
    0.9294
    seriesList:

    3 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1977-03-15T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1977-03-15T15:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1977-03-15T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2003-12-17T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2003-12-17T16:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-17T17:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-12-18T11:00:00Z
        dataToTime:
        2026-09-20T11: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.