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-23T18:18:31Z in 0.157 seconds.

Search scope: Municipality-filtered results cover all of RØYRVIK municipality.

Showing 7 of 7 results in compact format.

  1. station_id:
    139.31.0
    latitude:
    65.01209
    longitude:
    13.53987
  2. station_id:
    139.4.0
    latitude:
    64.96078
    longitude:
    13.54031
  3. station_id:
    139.5.0
    latitude:
    64.99005
    longitude:
    13.58136
  4. station_id:
    139.61.0
    latitude:
    64.97083
    longitude:
    13.58909
  5. station_id:
    139.9.0
    latitude:
    64.71513
    longitude:
    13.22113
  6. station_id:
    307.10.0
    latitude:
    64.93311
    longitude:
    13.54626
  7. station_id:
    307.7.0
    latitude:
    64.88673
    longitude:
    13.91636
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=R%C3%98YRVIK&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-23T18:18:31.8440221Z
queryTime:
00:00:00.0015447
itemCount:
7
data:

7 results

  1. station_id:
    139.31.0
    stationName:
    Namsvatn ndf.
    latitude:
    65.01209
    longitude:
    13.53987
    utmEast_Z33:
    431181
    utmNorth_Z33:
    7210597
    masl:
    437
    riverName:
    Namsen
    councilNumber:
    5043
    councilName:
    Røyrvik
    countyName:
    Trøndelag
    drainageBasinKey:
    1793
    hierarchy:
    Namsen
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    139.G3
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    700.81
    drainageBasinAreaNorway:
    699.158
    gradient1085:
    8.14
    gradientBasin:
    not reported by source
    gradientRiver:
    9.6
    heightMinimum:
    436
    heightHypso10:
    492
    heightHypso20:
    592
    heightHypso30:
    655
    heightHypso40:
    712
    heightHypso50:
    772
    heightHypso60:
    848
    heightHypso70:
    928
    heightHypso80:
    998
    heightHypso90:
    1122
    heightMaximum:
    1676
    lengthKmBasin:
    32.35
    lengthKmRiver:
    59.16
    percentAgricul:
    0.06
    percentBog:
    8.23
    percentEffBog:
    not reported by source
    percentEffLake:
    6.07
    percentForest:
    18.25
    percentGlacier:
    0.18
    percentLake:
    13.25
    percentMountain:
    55.97
    percentUrban:
    0
    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:
    1009.3
    specificDischarge:
    45.65
    regulationArea:
    700.67
    areaReservoirs:
    39.53
    volumeReservoirs:
    458
    regulationPartReservoirs:
    0.45
    transferAreaIn:
    0
    transferAreaOut:
    700.67
    reservoirAreaIn:
    0
    reservoirAreaOut:
    39.53
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    458
    remainingArea:
    0.02
    numberReservoirs:
    1
    firstYearRegulation:
    1965
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Nord-Trøndelag Elektrisitetsverk Holding AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2018-09-30T23:00:00Z
        dataToTime:
        2026-09-22T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2018-10-01T00:00:00Z
        dataToTime:
        2026-09-22T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2018-10-01T11:00:00Z
        dataToTime:
        2026-09-22T11: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:
        2018-09-30T23:00:00Z
        dataToTime:
        2026-09-22T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2018-10-01T00:00:00Z
        dataToTime:
        2026-09-22T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2018-10-01T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
  2. station_id:
    139.4.0
    stationName:
    Namsvatn tunnel Vekteren
    latitude:
    64.96078
    longitude:
    13.54031
    utmEast_Z33:
    431070
    utmNorth_Z33:
    7204880
    masl:
    458
    riverName:
    Namsen
    councilNumber:
    5043
    councilName:
    Røyrvik
    countyName:
    Trøndelag
    drainageBasinKey:
    0
    hierarchy:
    Namsen
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    139.H11
    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:
    Nord-Trøndelag Elektrisitetsverk Holding AS
    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:

    3 results

    1. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1997-11-13T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1997-11-13T13:00:00Z
        dataToTime:
        2026-09-23T17:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-11-13T14:00:00Z
        dataToTime:
        2026-09-23T17:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-11-14T11:00:00Z
        dataToTime:
        2026-09-23T11:00:00Z
    2. parameterName:
      Snødybde
      parameter:
      2002
      versionNo:
      1
      unit:
      cm
      serieFrom:
      1997-10-10T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2009-09-29T07:00:00Z
        dataToTime:
        2026-09-23T17:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2009-09-29T08:00:00Z
        dataToTime:
        2026-09-23T17:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2009-09-29T11:00:00Z
        dataToTime:
        2026-09-23T11:00:00Z
    3. parameterName:
      Snøens vannekvivalent
      parameter:
      2003
      versionNo:
      1
      unit:
      m
      serieFrom:
      1997-10-10T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1997-10-10T14:00:00Z
        dataToTime:
        2026-09-23T17:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-11-13T14:00:00Z
        dataToTime:
        2026-09-23T17:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-10-10T11:00:00Z
        dataToTime:
        2026-09-23T11:00:00Z
  3. station_id:
    139.5.0
    stationName:
    Namsvatn
    latitude:
    64.99005
    longitude:
    13.58136
    utmEast_Z33:
    433081
    utmNorth_Z33:
    7208097
    masl:
    455
    riverName:
    Namsen
    councilNumber:
    5043
    councilName:
    Røyrvik
    countyName:
    Trøndelag
    drainageBasinKey:
    1793
    hierarchy:
    Namsen
    lakeArea:
    39.53
    lakeName:
    Namsvatnet
    lakeNo:
    698
    regineNo:
    139.H11
    reservoirNo:
    184
    reservoirName:
    NAMSVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    700.81
    drainageBasinAreaNorway:
    699.158
    gradient1085:
    8.14
    gradientBasin:
    not reported by source
    gradientRiver:
    9.6
    heightMinimum:
    436
    heightHypso10:
    492
    heightHypso20:
    592
    heightHypso30:
    655
    heightHypso40:
    712
    heightHypso50:
    772
    heightHypso60:
    848
    heightHypso70:
    928
    heightHypso80:
    998
    heightHypso90:
    1122
    heightMaximum:
    1676
    lengthKmBasin:
    32.35
    lengthKmRiver:
    59.16
    percentAgricul:
    0.06
    percentBog:
    8.23
    percentEffBog:
    not reported by source
    percentEffLake:
    6.07
    percentForest:
    18.25
    percentGlacier:
    0.18
    percentLake:
    13.25
    percentMountain:
    55.97
    percentUrban:
    0
    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:
    1009.3
    specificDischarge:
    45.65
    regulationArea:
    700.67
    areaReservoirs:
    39.53
    volumeReservoirs:
    458
    regulationPartReservoirs:
    0.45
    transferAreaIn:
    0
    transferAreaOut:
    700.67
    reservoirAreaIn:
    0
    reservoirAreaOut:
    39.53
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    458
    remainingArea:
    0.02
    numberReservoirs:
    1
    firstYearRegulation:
    1965
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Nord-Trøndelag Elektrisitetsverk Holding AS
    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:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-05-23T11:00:00Z
        dataToTime:
        2026-06-22T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-08-16T00:00:00Z
        dataToTime:
        2026-06-22T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-05-23T11:00:00Z
        dataToTime:
        2026-06-22T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1908-08-24T11:00:00Z
        dataToTime:
        1949-05-01T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1908-08-24T11:00:00Z
        dataToTime:
        1949-05-01T11: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-01T11:00:00Z
        dataToTime:
        2026-06-22T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-08-16T00:00:00Z
        dataToTime:
        2026-06-22T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-06-01T11:00:00Z
        dataToTime:
        2026-06-22T11:00:00Z
  4. station_id:
    139.61.0
    stationName:
    Namsvatn grunnvann
    latitude:
    64.97083
    longitude:
    13.58909
    utmEast_Z33:
    433398
    utmNorth_Z33:
    7205947
    masl:
    488
    riverName:
    Namsen
    councilNumber:
    5043
    councilName:
    Røyrvik
    countyName:
    Trøndelag
    drainageBasinKey:
    0
    hierarchy:
    Namsen
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    139.H11
    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:
    Nord-Trøndelag Elektrisitetsverk Holding AS
    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:
      Grunnvannsnivå - Dyp under rørtopp
      parameter:
      2000
      versionNo:
      1
      unit:
      m
      serieFrom:
      2025-01-15T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2025-01-15T00:00:00Z
        dataToTime:
        2026-09-23T16:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2025-01-15T01:00:00Z
        dataToTime:
        2026-09-23T16:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2025-01-15T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
    2. parameterName:
      Grunnvannstemperatur
      parameter:
      2015
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2025-01-15T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2025-01-15T00:00:00Z
        dataToTime:
        2026-09-23T16:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2025-01-15T01:00:00Z
        dataToTime:
        2026-09-23T16:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2025-01-15T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
  5. station_id:
    139.9.0
    stationName:
    Tunnsjø
    latitude:
    64.71513
    longitude:
    13.22113
    utmEast_Z33:
    415231
    utmNorth_Z33:
    7177897
    masl:
    358
    riverName:
    Tunnsjøelva
    councilNumber:
    5043
    councilName:
    Røyrvik
    countyName:
    Trøndelag
    drainageBasinKey:
    1775
    hierarchy:
    Tunnsjøelva/Namsen
    lakeArea:
    100.53
    lakeName:
    Tunnsjøen
    lakeNo:
    696
    regineNo:
    139.DC2
    reservoirNo:
    183
    reservoirName:
    TUNNSJØ
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    388.5
    drainageBasinAreaNorway:
    388.5
    gradient1085:
    228.64
    gradientBasin:
    not reported by source
    gradientRiver:
    219.88
    heightMinimum:
    358
    heightHypso10:
    358
    heightHypso20:
    443
    heightHypso30:
    489
    heightHypso40:
    526
    heightHypso50:
    572
    heightHypso60:
    626
    heightHypso70:
    670
    heightHypso80:
    717
    heightHypso90:
    783
    heightMaximum:
    1057
    lengthKmBasin:
    23.97
    lengthKmRiver:
    1.45
    percentAgricul:
    0.44
    percentBog:
    6.54
    percentEffBog:
    not reported by source
    percentEffLake:
    0.72
    percentForest:
    32.69
    percentGlacier:
    0
    percentLake:
    29.33
    percentMountain:
    19.1
    percentUrban:
    0
    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:
    347.53
    specificDischarge:
    28.18
    regulationArea:
    390.85
    areaReservoirs:
    100.53
    volumeReservoirs:
    440
    regulationPartReservoirs:
    1.27
    transferAreaIn:
    1051.38
    transferAreaOut:
    0
    reservoirAreaIn:
    48.33
    reservoirAreaOut:
    100.53
    reservoirVolumeIn:
    496
    reservoirVolumeOut:
    440
    remainingArea:
    -0.01
    numberReservoirs:
    1
    firstYearRegulation:
    1986
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Nord-Trøndelag Elektrisitetsverk Holding AS
    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-23T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-05-23T11:00:00Z
        dataToTime:
        2026-06-22T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-08-16T00:00:00Z
        dataToTime:
        2026-06-22T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-05-23T11:00:00Z
        dataToTime:
        2026-06-22T11:00:00Z
    2. 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-01T11:00:00Z
        dataToTime:
        2026-06-22T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-08-16T00:00:00Z
        dataToTime:
        2026-06-22T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-06-01T11:00:00Z
        dataToTime:
        2026-06-22T11:00:00Z
  6. station_id:
    307.10.0
    stationName:
    Vækteren
    latitude:
    64.93311
    longitude:
    13.54626
    utmEast_Z33:
    431280
    utmNorth_Z33:
    7201790
    masl:
    445
    riverName:
    Linvasselva
    councilNumber:
    5043
    councilName:
    Røyrvik
    countyName:
    Trøndelag
    drainageBasinKey:
    2217
    hierarchy:
    Linvasselva/Faxälven
    lakeArea:
    8.8
    lakeName:
    Vektaren
    lakeNo:
    1123
    regineNo:
    307.3BE22
    reservoirNo:
    302
    reservoirName:
    VEKTEREN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    310.28
    drainageBasinAreaNorway:
    291.79
    gradient1085:
    152.59
    gradientBasin:
    18.11
    gradientRiver:
    165.45
    heightMinimum:
    445
    heightHypso10:
    481
    heightHypso20:
    518
    heightHypso30:
    557
    heightHypso40:
    599
    heightHypso50:
    653
    heightHypso60:
    718
    heightHypso70:
    795
    heightHypso80:
    841
    heightHypso90:
    902
    heightMaximum:
    1159
    lengthKmBasin:
    25.65
    lengthKmRiver:
    0.37
    percentAgricul:
    0.5
    percentBog:
    11.61
    percentEffBog:
    not reported by source
    percentEffLake:
    4.36
    percentForest:
    33.66
    percentGlacier:
    0
    percentLake:
    10.08
    percentMountain:
    32.85
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    438873
    utmNorthGravi:
    7198619
    utmZoneInlet:
    33
    utmEastInlet:
    442066
    utmNorthInlet:
    7201997
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    381.55
    specificDischarge:
    39
    regulationArea:
    310.02
    areaReservoirs:
    8.8
    volumeReservoirs:
    38
    regulationPartReservoirs:
    0.1
    transferAreaIn:
    700.67
    transferAreaOut:
    0
    reservoirAreaIn:
    39.53
    reservoirAreaOut:
    8.8
    reservoirVolumeIn:
    458
    reservoirVolumeOut:
    38
    remainingArea:
    -0.01
    numberReservoirs:
    1
    firstYearRegulation:
    1965
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Nord-Trøndelag Elektrisitetsverk Holding AS
    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-23T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-05-23T11:00:00Z
        dataToTime:
        2026-06-22T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-08-16T00:00:00Z
        dataToTime:
        2026-06-22T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-05-23T11:00:00Z
        dataToTime:
        2026-06-22T11:00:00Z
    2. 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-01T11:00:00Z
        dataToTime:
        2026-06-22T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-08-16T00:00:00Z
        dataToTime:
        2026-06-22T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-06-01T11:00:00Z
        dataToTime:
        2026-06-22T11:00:00Z
  7. station_id:
    307.7.0
    stationName:
    Landbru
    latitude:
    64.88673
    longitude:
    13.91636
    utmEast_Z33:
    448685
    utmNorth_Z33:
    7196271
    masl:
    479
    riverName:
    Linvasselva
    councilNumber:
    5043
    councilName:
    Røyrvik
    countyName:
    Trøndelag
    drainageBasinKey:
    2220
    hierarchy:
    Linvasselva/Faxälven
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    307.3BH
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    61.37
    drainageBasinAreaNorway:
    57.77
    gradient1085:
    18.83
    gradientBasin:
    19.52
    gradientRiver:
    26.53
    heightMinimum:
    474
    heightHypso10:
    555
    heightHypso20:
    605
    heightHypso30:
    678
    heightHypso40:
    717
    heightHypso50:
    737
    heightHypso60:
    781
    heightHypso70:
    831
    heightHypso80:
    879
    heightHypso90:
    916
    heightMaximum:
    1120
    lengthKmBasin:
    9.87
    lengthKmRiver:
    14.59
    percentAgricul:
    0
    percentBog:
    4.25
    percentEffBog:
    not reported by source
    percentEffLake:
    6.17
    percentForest:
    34.55
    percentGlacier:
    0
    percentLake:
    10.53
    percentMountain:
    38.87
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    448020
    utmNorthGravi:
    7200273
    utmZoneInlet:
    33
    utmEastInlet:
    442066
    utmNorthInlet:
    7201997
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    85.34
    specificDischarge:
    43.98
    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:
    82
    qStartYear:
    1944
    qEndYear:
    2025
    qm:
    20.2337
    q5:
    24.1956
    q10:
    26.7858
    q20:
    29.0446
    q50:
    31.6726
    hm:
    1.7462
    h5:
    1.919
    h10:
    2.026
    h20:
    2.116
    h50:
    2.2173
    culQm:
    21.6991
    culQ5:
    25.948
    culQ10:
    28.7258
    culQ20:
    31.1482
    culQ50:
    33.9666
    culHm:
    1.8115
    culH5:
    1.9918
    culH10:
    2.1034
    culH20:
    2.1973
    culH50:
    2.303
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1943-08-12T11:00:00Z
        dataToTime:
        2026-09-23T17:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1965-05-03T18:00:00Z
        dataToTime:
        2026-09-23T17:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1943-08-12T11:00:00Z
        dataToTime:
        2026-09-22T11: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:
        1943-08-12T11:00:00Z
        dataToTime:
        2026-09-23T17:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1965-05-03T18:00:00Z
        dataToTime:
        2026-09-23T17:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1943-08-12T11:00:00Z
        dataToTime:
        2026-09-23T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1988-03-25T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1988-03-25T16:30:00Z
        dataToTime:
        2026-09-23T17:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-03-25T17:00:00Z
        dataToTime:
        2026-09-23T17:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-03-26T11:00:00Z
        dataToTime:
        2026-09-23T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1987-11-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1987-11-01T09:06:00Z
        dataToTime:
        2026-09-23T17:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-11-01T10:00:00Z
        dataToTime:
        2026-09-23T17:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-11-02T11:00:00Z
        dataToTime:
        2026-09-23T11:00:00Z
limit:
25
offset:
0
returned:
7
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.