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-21T23:46:28Z in 0.140 seconds.

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

Showing 3 of 3 results in compact format.

  1. station_id:
    15.115.0
    latitude:
    59.42728
    longitude:
    9.99187
  2. station_id:
    15.174.0
    latitude:
    59.07536
    longitude:
    10.1826
  3. station_id:
    15.61.0
    latitude:
    59.18906
    longitude:
    9.99414
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=Larvik&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T23:46:28.5244153Z
queryTime:
00:00:00.0009694
itemCount:
3
data:

3 results

  1. station_id:
    15.115.0
    stationName:
    Numedalslågen v/Brufoss
    latitude:
    59.42728
    longitude:
    9.99187
    utmEast_Z33:
    216019
    utmNorth_Z33:
    6598328
    masl:
    51
    riverName:
    Numedalslågen
    councilNumber:
    3909
    councilName:
    Larvik
    countyName:
    Vestfold
    drainageBasinKey:
    0
    hierarchy:
    Numedalslågen
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    015.C31
    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:
    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:

    1 results

    1. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1984-11-14T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1984-11-14T16:00:00Z
        dataToTime:
        2025-12-16T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1989-05-22T20:00:00Z
        dataToTime:
        2025-12-16T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-11-15T11:00:00Z
        dataToTime:
        2025-12-15T11:00:00Z
  2. station_id:
    15.174.0
    stationName:
    Istreelva
    latitude:
    59.07536
    longitude:
    10.1826
    utmEast_Z33:
    223988
    utmNorth_Z33:
    6558407
    masl:
    11
    riverName:
    Istreelva
    councilNumber:
    3909
    councilName:
    Larvik
    countyName:
    Vestfold
    drainageBasinKey:
    2385
    hierarchy:
    Istreelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    015.2Z
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    25.68
    drainageBasinAreaNorway:
    25.68
    gradient1085:
    2.98
    gradientBasin:
    not reported by source
    gradientRiver:
    3.64
    heightMinimum:
    3
    heightHypso10:
    53
    heightHypso20:
    55
    heightHypso30:
    53
    heightHypso40:
    55
    heightHypso50:
    64
    heightHypso60:
    64
    heightHypso70:
    74
    heightHypso80:
    79
    heightHypso90:
    95
    heightMaximum:
    115
    lengthKmBasin:
    6.3
    lengthKmRiver:
    10.72
    percentAgricul:
    49.17
    percentBog:
    1.17
    percentEffBog:
    not reported by source
    percentEffLake:
    0.03
    percentForest:
    42.65
    percentGlacier:
    0
    percentLake:
    0.43
    percentMountain:
    0
    percentUrban:
    1.56
    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:
    11.84
    specificDischarge:
    14.61
    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:
    16
    qStartYear:
    2009
    qEndYear:
    2025
    qm:
    7.4667
    q5:
    9.2611
    q10:
    10.9812
    q20:
    12.7477
    q50:
    15.2165
    hm:
    1.5356
    h5:
    1.6257
    h10:
    1.7022
    h20:
    1.7734
    h50:
    1.8632
    culQm:
    10.807
    culQ5:
    13.404
    culQ10:
    15.8937
    culQ20:
    18.4503
    culQ50:
    22.0235
    culHm:
    1.6948
    culH5:
    1.7983
    culH10:
    1.8862
    culH20:
    1.968
    culH50:
    2.0711
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2007-03-29T07:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-03-29T08:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-03-30T11: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:
        2007-03-29T07:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-03-29T08:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-03-30T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2007-03-27T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2007-03-29T07:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-03-29T08:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-03-30T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2011-05-25T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2011-05-25T13:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2011-05-25T14:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2011-05-26T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  3. station_id:
    15.61.0
    stationName:
    Holmfoss i Numedalslågen
    latitude:
    59.18906
    longitude:
    9.99414
    utmEast_Z33:
    214153
    utmNorth_Z33:
    6571840
    masl:
    20
    riverName:
    Numedalslågen
    councilNumber:
    3909
    councilName:
    Larvik
    countyName:
    Vestfold
    drainageBasinKey:
    593
    hierarchy:
    Numedalslågen
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    015.B1
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    5202.37
    drainageBasinAreaNorway:
    5202.37
    gradient1085:
    4.48
    gradientBasin:
    16.88
    gradientRiver:
    3.68
    heightMinimum:
    6
    heightHypso10:
    351
    heightHypso20:
    540
    heightHypso30:
    689
    heightHypso40:
    835
    heightHypso50:
    998
    heightHypso60:
    1162
    heightHypso70:
    1209
    heightHypso80:
    1273
    heightHypso90:
    1302
    heightMaximum:
    1538
    lengthKmBasin:
    199.4
    lengthKmRiver:
    336.92
    percentAgricul:
    2.25
    percentBog:
    6.45
    percentEffBog:
    not reported by source
    percentEffLake:
    0.49
    percentForest:
    48.08
    percentGlacier:
    0
    percentLake:
    7.74
    percentMountain:
    32.43
    percentUrban:
    0.19
    utmZoneGravi:
    33
    utmEastGravi:
    155694
    utmNorthGravi:
    6676493
    utmZoneInlet:
    33
    utmEastInlet:
    73056
    utmNorthInlet:
    6708047
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    3304.65
    specificDischarge:
    20.13
    regulationArea:
    4888
    areaReservoirs:
    108.93
    volumeReservoirs:
    1101.04
    regulationPartReservoirs:
    0.33
    transferAreaIn:
    15.17
    transferAreaOut:
    59.22
    reservoirAreaIn:
    0
    reservoirAreaOut:
    15.43
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    161.4
    remainingArea:
    314.76
    numberReservoirs:
    59
    firstYearRegulation:
    1919
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    55
    qStartYear:
    1971
    qEndYear:
    2025
    qm:
    438.1852
    q5:
    530.2967
    q10:
    630.0303
    q20:
    737.4409
    q50:
    895.8508
    hm:
    4.8283
    h5:
    5.253
    h10:
    5.657
    h20:
    6.0437
    h50:
    6.5464
    culQm:
    458.2492
    culQ5:
    554.5785
    culQ10:
    658.8787
    culQ20:
    771.2076
    culQ50:
    936.8709
    culHm:
    4.9259
    culH5:
    5.3561
    culH10:
    5.7652
    culH20:
    6.1569
    culH50:
    6.6661
    seriesList:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1970-04-21T11:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-01T00:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1970-04-21T11: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:
        1970-04-21T11:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-01-01T00:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1970-04-21T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      2
      unit:
      °C
      serieFrom:
      2019-10-30T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2019-11-05T15:15:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2019-11-05T16:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2019-11-06T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
limit:
25
offset:
0
returned:
3
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.