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-22T22:51:40Z in 0.467 seconds.

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

Showing 5 of 5 results in compact format.

  1. station_id:
    128.14.0
    latitude:
    64.08212
    longitude:
    11.6313
  2. station_id:
    128.5.0
    latitude:
    64.01759
    longitude:
    11.71837
  3. station_id:
    128.8.0
    latitude:
    64.02019
    longitude:
    11.50384
  4. station_id:
    128.9.0
    latitude:
    63.90428
    longitude:
    11.56111
  5. station_id:
    138.3.0
    latitude:
    64.27879
    longitude:
    11.90322
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=STEINKJER&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-22T22:51:40.5445961Z
queryTime:
00:00:00.0020872
itemCount:
5
data:

5 results

  1. station_id:
    128.14.0
    stationName:
    Sunnan (Snåsavatn)
    latitude:
    64.08212
    longitude:
    11.6313
    utmEast_Z33:
    335772
    utmNorth_Z33:
    7110510
    masl:
    22
    riverName:
    Snåsavassdraget
    councilNumber:
    5006
    councilName:
    Steinkjer
    countyName:
    Trøndelag
    drainageBasinKey:
    1732
    hierarchy:
    Snåsavassdraget
    lakeArea:
    122.17
    lakeName:
    Snåsavatnet
    lakeNo:
    930
    regineNo:
    128.C21
    reservoirNo:
    829
    reservoirName:
    SNÅSAVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1433.79
    drainageBasinAreaNorway:
    1433.79
    gradient1085:
    3.81
    gradientBasin:
    16.43
    gradientRiver:
    6.65
    heightMinimum:
    21
    heightHypso10:
    86
    heightHypso20:
    156
    heightHypso30:
    230
    heightHypso40:
    280
    heightHypso50:
    343
    heightHypso60:
    404
    heightHypso70:
    462
    heightHypso80:
    532
    heightHypso90:
    620
    heightMaximum:
    940
    lengthKmBasin:
    74.1
    lengthKmRiver:
    100.35
    percentAgricul:
    4.8
    percentBog:
    11.69
    percentEffBog:
    not reported by source
    percentEffLake:
    8.56
    percentForest:
    51.17
    percentGlacier:
    0
    percentLake:
    12.4
    percentMountain:
    17.16
    percentUrban:
    0.05
    utmZoneGravi:
    33
    utmEastGravi:
    371059
    utmNorthGravi:
    7122754
    utmZoneInlet:
    33
    utmEastInlet:
    407854
    utmNorthInlet:
    7125236
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    1270.61
    specificDischarge:
    28.09
    regulationArea:
    1433.48
    areaReservoirs:
    123
    volumeReservoirs:
    165.81
    regulationPartReservoirs:
    0.13
    transferAreaIn:
    142.96
    transferAreaOut:
    0
    reservoirAreaIn:
    20.55
    reservoirAreaOut:
    122.17
    reservoirVolumeIn:
    150
    reservoirVolumeOut:
    165
    remainingArea:
    -0.25
    numberReservoirs:
    3
    firstYearRegulation:
    1971
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Nord-Trøndelag Elektrisitetsverk Holding AS
    qNumberOfYears:
    54
    qStartYear:
    1972
    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:
    2.703
    h5:
    2.7542
    h10:
    3.4137
    h20:
    4.4285
    h50:
    6.677
    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:
    2.703
    culH5:
    2.7542
    culH10:
    3.4137
    culH20:
    4.4285
    culH50:
    6.677
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2020-01-13T23:00:00Z
        dataToTime:
        2026-09-22T21:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2020-01-13T23:00:00Z
        dataToTime:
        2026-09-22T21:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2020-01-14T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
    2. 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:
        2020-01-13T23:00:00Z
        dataToTime:
        2026-09-22T21:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2020-01-13T23:00:00Z
        dataToTime:
        2026-09-22T21:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2020-01-14T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
  2. station_id:
    128.5.0
    stationName:
    Støafoss
    latitude:
    64.01759
    longitude:
    11.71837
    utmEast_Z33:
    339643
    utmNorth_Z33:
    7103104
    masl:
    78
    riverName:
    Ogna
    councilNumber:
    5006
    councilName:
    Steinkjer
    countyName:
    Trøndelag
    drainageBasinKey:
    1736
    hierarchy:
    Ogna/Snåsavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    128.AA3
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    477.08
    drainageBasinAreaNorway:
    477.08
    gradient1085:
    4.82
    gradientBasin:
    15.38
    gradientRiver:
    6.69
    heightMinimum:
    75
    heightHypso10:
    200
    heightHypso20:
    275
    heightHypso30:
    311
    heightHypso40:
    349
    heightHypso50:
    382
    heightHypso60:
    422
    heightHypso70:
    457
    heightHypso80:
    522
    heightHypso90:
    609
    heightMaximum:
    807
    lengthKmBasin:
    34.41
    lengthKmRiver:
    54.73
    percentAgricul:
    2.07
    percentBog:
    19.37
    percentEffBog:
    not reported by source
    percentEffLake:
    0.31
    percentForest:
    54.57
    percentGlacier:
    0
    percentLake:
    5.38
    percentMountain:
    15.23
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    339432
    utmNorthGravi:
    7104491
    utmZoneInlet:
    33
    utmEastInlet:
    372846
    utmNorthInlet:
    7109047
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    550.17
    specificDischarge:
    36.54
    regulationArea:
    0
    areaReservoirs:
    7.12
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    0
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    Nord-Trøndelag Elektrisitetsverk Holding AS
    qNumberOfYears:
    89
    qStartYear:
    1932
    qEndYear:
    2025
    qm:
    167.7539
    q5:
    207.9228
    q10:
    243.8991
    q20:
    279.8328
    q50:
    328.5097
    hm:
    2.6633
    h5:
    2.818
    h10:
    2.9404
    h20:
    3.0513
    h50:
    3.1874
    culQm:
    197.6084
    culQ5:
    244.926
    culQ10:
    287.3049
    culQ20:
    329.6335
    culQ50:
    386.9733
    culHm:
    2.7803
    culH5:
    2.9437
    culH10:
    3.0732
    culH20:
    3.1904
    culH50:
    3.3343
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1932-01-01T11:00:00Z
        dataToTime:
        2026-09-22T22:30:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1989-01-01T10:00:00Z
        dataToTime:
        2026-09-22T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1932-01-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:
        1932-01-01T11:00:00Z
        dataToTime:
        2026-09-22T22:30:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1989-01-01T10:00:00Z
        dataToTime:
        2026-09-22T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1932-01-01T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2014-06-30T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-06-30T15:00:00Z
        dataToTime:
        2026-09-22T22:30:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-06-30T16:00:00Z
        dataToTime:
        2026-09-22T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-07-01T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2014-06-30T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-06-30T15:00:00Z
        dataToTime:
        2026-09-22T22:30:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-06-30T16:00:00Z
        dataToTime:
        2026-09-22T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-07-01T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
  3. station_id:
    128.8.0
    stationName:
    Håkkadalbrua
    latitude:
    64.02019
    longitude:
    11.50384
    utmEast_Z33:
    329184
    utmNorth_Z33:
    7103951
    masl:
    16
    riverName:
    Snåsavassdraget
    councilNumber:
    5006
    councilName:
    Steinkjer
    countyName:
    Trøndelag
    drainageBasinKey:
    1738
    hierarchy:
    Snåsavassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    128.A2
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    2141.53
    drainageBasinAreaNorway:
    2141.53
    gradient1085:
    3.2
    gradientBasin:
    16.03
    gradientRiver:
    6.14
    heightMinimum:
    4
    heightHypso10:
    103
    heightHypso20:
    170
    heightHypso30:
    242
    heightHypso40:
    291
    heightHypso50:
    344
    heightHypso60:
    391
    heightHypso70:
    450
    heightHypso80:
    522
    heightHypso90:
    610
    heightMaximum:
    940
    lengthKmBasin:
    82.17
    lengthKmRiver:
    111.75
    percentAgricul:
    5.08
    percentBog:
    13.34
    percentEffBog:
    not reported by source
    percentEffLake:
    4.08
    percentForest:
    52.89
    percentGlacier:
    0
    percentLake:
    10.16
    percentMountain:
    15.57
    percentUrban:
    0.08
    utmZoneGravi:
    33
    utmEastGravi:
    364482
    utmNorthGravi:
    7116094
    utmZoneInlet:
    33
    utmEastInlet:
    407850
    utmNorthInlet:
    7125233
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    2013.4
    specificDischarge:
    29.8
    regulationArea:
    1561.88
    areaReservoirs:
    135.9
    volumeReservoirs:
    165.81
    regulationPartReservoirs:
    0.08
    transferAreaIn:
    142.96
    transferAreaOut:
    0
    reservoirAreaIn:
    20.55
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    150
    reservoirVolumeOut:
    0
    remainingArea:
    579.09
    numberReservoirs:
    7
    firstYearRegulation:
    1957
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    Nord-Trøndelag Elektrisitetsverk Holding AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    329.89
    q5:
    426.83
    q10:
    504.37
    q20:
    578.07
    q50:
    674.42
    hm:
    1.71
    h5:
    2.07
    h10:
    2.35
    h20:
    2.59
    h50:
    2.9
    culQm:
    375
    culQ5:
    475
    culQ10:
    555
    culQ20:
    630
    culQ50:
    735
    culHm:
    1.88
    culH5:
    2.24
    culH10:
    2.52
    culH20:
    2.76
    culH50:
    3.09
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1969-03-17T11:00:00Z
        dataToTime:
        2026-09-22T22:30:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-12-26T10:00:00Z
        dataToTime:
        2026-09-10T12:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1969-03-17T11:00:00Z
        dataToTime:
        2026-09-09T11: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:
        1969-03-17T11:00:00Z
        dataToTime:
        2026-09-22T22:30:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-12-26T10:00:00Z
        dataToTime:
        2026-09-10T12:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1969-03-17T11:00:00Z
        dataToTime:
        2026-09-09T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2013-09-18T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-09-18T10:00:00Z
        dataToTime:
        2026-09-03T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-09-18T11:00:00Z
        dataToTime:
        2026-09-03T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-09-19T11:00:00Z
        dataToTime:
        2026-09-02T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2013-09-25T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-09-25T12:00:00Z
        dataToTime:
        2026-09-22T22:30:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-09-25T13:00:00Z
        dataToTime:
        2026-09-10T12:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-09-26T11:00:00Z
        dataToTime:
        2026-09-09T11:00:00Z
  4. station_id:
    128.9.0
    stationName:
    Leksdalsvatn
    latitude:
    63.90428
    longitude:
    11.56111
    utmEast_Z33:
    331283
    utmNorth_Z33:
    7090897
    masl:
    70
    riverName:
    Figga
    councilNumber:
    5006
    councilName:
    Steinkjer
    countyName:
    Trøndelag
    drainageBasinKey:
    1739
    hierarchy:
    Figga
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    942
    regineNo:
    128.3B
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, ikke pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    178.38
    drainageBasinAreaNorway:
    178.38
    gradient1085:
    11.46
    gradientBasin:
    14.51
    gradientRiver:
    12.07
    heightMinimum:
    67
    heightHypso10:
    71
    heightHypso20:
    139
    heightHypso30:
    178
    heightHypso40:
    231
    heightHypso50:
    287
    heightHypso60:
    330
    heightHypso70:
    363
    heightHypso80:
    409
    heightHypso90:
    448
    heightMaximum:
    563
    lengthKmBasin:
    15.87
    lengthKmRiver:
    32.82
    percentAgricul:
    10.21
    percentBog:
    14.61
    percentEffBog:
    not reported by source
    percentEffLake:
    12.29
    percentForest:
    53.28
    percentGlacier:
    0
    percentLake:
    13.54
    percentMountain:
    2.84
    percentUrban:
    0.02
    utmZoneGravi:
    33
    utmEastGravi:
    336950
    utmNorthGravi:
    7086682
    utmZoneInlet:
    33
    utmEastInlet:
    345750
    utmNorthInlet:
    7089167
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    191.01
    specificDischarge:
    33.93
    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:
    VERDAL KOMMUNE
    qNumberOfYears:
    54
    qStartYear:
    1972
    qEndYear:
    2025
    qm:
    20.4472
    q5:
    24.5093
    q10:
    27.517
    q20:
    30.2877
    q50:
    33.7151
    hm:
    2.3216
    h5:
    2.4908
    h10:
    2.6141
    h20:
    2.7266
    h50:
    2.8642
    culQm:
    20.6517
    culQ5:
    24.7544
    culQ10:
    27.7921
    culQ20:
    30.5905
    culQ50:
    34.0522
    culHm:
    2.3302
    culH5:
    2.5009
    culH10:
    2.6254
    culH20:
    2.7388
    culH50:
    2.8777
    seriesList:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1972-01-02T11:00:00Z
        dataToTime:
        2026-09-22T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1989-01-02T10:00:00Z
        dataToTime:
        2026-09-22T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-01-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:
        1972-01-02T11:00:00Z
        dataToTime:
        2026-09-22T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1989-01-02T10:00:00Z
        dataToTime:
        2026-09-22T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-01-01T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
    3. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2013-08-22T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-08-22T21:00:00Z
        dataToTime:
        2026-09-22T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-08-22T22:00:00Z
        dataToTime:
        2026-09-22T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-08-23T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
  5. station_id:
    138.3.0
    stationName:
    Bangsjø
    latitude:
    64.27879
    longitude:
    11.90322
    utmEast_Z33:
    350087
    utmNorth_Z33:
    7131732
    masl:
    315
    riverName:
    Bogna
    councilNumber:
    5006
    councilName:
    Steinkjer
    countyName:
    Trøndelag
    drainageBasinKey:
    1770
    hierarchy:
    Bogna
    lakeArea:
    20.55
    lakeName:
    Ytter-Bangsjøen
    lakeNo:
    27184
    regineNo:
    138.6D1
    reservoirNo:
    181
    reservoirName:
    BANGSJØENE
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    142.72
    drainageBasinAreaNorway:
    142.72
    gradient1085:
    11.73
    gradientBasin:
    not reported by source
    gradientRiver:
    13.02
    heightMinimum:
    314
    heightHypso10:
    315
    heightHypso20:
    368
    heightHypso30:
    427
    heightHypso40:
    463
    heightHypso50:
    512
    heightHypso60:
    565
    heightHypso70:
    600
    heightHypso80:
    632
    heightHypso90:
    666
    heightMaximum:
    801
    lengthKmBasin:
    20.96
    lengthKmRiver:
    25.57
    percentAgricul:
    0
    percentBog:
    7.71
    percentEffBog:
    not reported by source
    percentEffLake:
    9.33
    percentForest:
    17.7
    percentGlacier:
    0
    percentLake:
    19.16
    percentMountain:
    49.68
    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:
    231.9
    specificDischarge:
    51.4
    regulationArea:
    142.96
    areaReservoirs:
    20.55
    volumeReservoirs:
    150
    regulationPartReservoirs:
    0.65
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    20.55
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    150
    remainingArea:
    0.01
    numberReservoirs:
    1
    firstYearRegulation:
    1971
    catchmentRegTypeName:
    regulert m/magasinregulering
    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-01T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-08-29T23:00:00Z
        dataToTime:
        2024-02-19T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-05-23T11:00:00Z
        dataToTime:
        2026-06-01T11: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-05T11:00:00Z
        dataToTime:
        2026-06-01T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-08-29T23:00:00Z
        dataToTime:
        2026-02-25T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-06-05T11:00:00Z
        dataToTime:
        2026-06-01T11:00:00Z
limit:
25
offset:
0
returned:
5
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.