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-20T12:03:00Z in 0.164 seconds.

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

Showing 8 of 8 results in compact format.

  1. station_id:
    121.10.0
    latitude:
    63.05501
    longitude:
    9.663
  2. station_id:
    121.20.0
    latitude:
    63.14046
    longitude:
    9.81618
  3. station_id:
    121.22.0
    latitude:
    63.03218
    longitude:
    9.72804
  4. station_id:
    121.39.0
    latitude:
    63.05451
    longitude:
    9.6459
  5. station_id:
    121.4.0
    latitude:
    63.28599
    longitude:
    9.69223
  6. station_id:
    121.57.0
    latitude:
    63.19176
    longitude:
    9.58862
  7. station_id:
    121.59.0
    latitude:
    63.20256
    longitude:
    9.76976
  8. station_id:
    121.66.0
    latitude:
    63.18663
    longitude:
    9.77476
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=ORKLAND&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-20T12:03:00.3343863Z
queryTime:
00:00:00.0007106
itemCount:
8
data:

8 results

  1. station_id:
    121.10.0
    stationName:
    Bjørset Dam
    latitude:
    63.05501
    longitude:
    9.663
    utmEast_Z33:
    230406
    utmNorth_Z33:
    7002923
    masl:
    136
    riverName:
    Orkla
    councilNumber:
    5059
    councilName:
    Orkland
    countyName:
    Trøndelag
    drainageBasinKey:
    1629
    hierarchy:
    Orkla
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    102359
    regineNo:
    121.B41
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    2317.4
    drainageBasinAreaNorway:
    2317.4
    gradient1085:
    7.64
    gradientBasin:
    16.09
    gradientRiver:
    7.86
    heightMinimum:
    128
    heightHypso10:
    545
    heightHypso20:
    656
    heightHypso30:
    739
    heightHypso40:
    820
    heightHypso50:
    890
    heightHypso60:
    952
    heightHypso70:
    1014
    heightHypso80:
    1072
    heightHypso90:
    1153
    heightMaximum:
    1641
    lengthKmBasin:
    79.48
    lengthKmRiver:
    143.71
    percentAgricul:
    2.74
    percentBog:
    16.58
    percentEffBog:
    not reported by source
    percentEffLake:
    0.05
    percentForest:
    32.72
    percentGlacier:
    0
    percentLake:
    2.83
    percentMountain:
    39.45
    percentUrban:
    0.04
    utmZoneGravi:
    33
    utmEastGravi:
    244261
    utmNorthGravi:
    6961392
    utmZoneInlet:
    33
    utmEastInlet:
    235779
    utmNorthInlet:
    6944314
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    1573.7
    specificDischarge:
    21.52
    regulationArea:
    1491.73
    areaReservoirs:
    21.7
    volumeReservoirs:
    427.7
    regulationPartReservoirs:
    0.27
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    825.72
    numberReservoirs:
    13
    firstYearRegulation:
    1982
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    KRAFTVERKENE I ORKLA DA
    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:
    346
    culQ5:
    448
    culQ10:
    520
    culQ20:
    788
    culQ50:
    1043
    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:
      Vannføring
      parameter:
      1001
      versionNo:
      0
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1912-11-27T11:00:00Z
        dataToTime:
        2026-09-20T10:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1993-01-01T01:00:00Z
        dataToTime:
        2026-09-20T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1912-11-27T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
  2. station_id:
    121.20.0
    stationName:
    Åmot
    latitude:
    63.14046
    longitude:
    9.81618
    utmEast_Z33:
    238900
    utmNorth_Z33:
    7011786
    masl:
    218
    riverName:
    Svorka
    councilNumber:
    5059
    councilName:
    Orkland
    countyName:
    Trøndelag
    drainageBasinKey:
    1630
    hierarchy:
    Svorka/Orkla
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    121.AA4
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    282.67
    drainageBasinAreaNorway:
    282.67
    gradient1085:
    12.94
    gradientBasin:
    22.7
    gradientRiver:
    21.96
    heightMinimum:
    199
    heightHypso10:
    309
    heightHypso20:
    381
    heightHypso30:
    414
    heightHypso40:
    451
    heightHypso50:
    497
    heightHypso60:
    536
    heightHypso70:
    584
    heightHypso80:
    655
    heightHypso90:
    801
    heightMaximum:
    1215
    lengthKmBasin:
    23.71
    lengthKmRiver:
    39.48
    percentAgricul:
    3.35
    percentBog:
    14.03
    percentEffBog:
    not reported by source
    percentEffLake:
    0.7
    percentForest:
    61.41
    percentGlacier:
    0
    percentLake:
    5.57
    percentMountain:
    13.28
    percentUrban:
    0.01
    utmZoneGravi:
    33
    utmEastGravi:
    244672
    utmNorthGravi:
    7001855
    utmZoneInlet:
    33
    utmEastInlet:
    241874
    utmNorthInlet:
    6988760
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    202.76
    specificDischarge:
    22.73
    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:
    1983
    catchmentRegTypeName:
    Uregulert
    owner:
    KRAFTVERKENE I ORKLA DA
    qNumberOfYears:
    36
    qStartYear:
    1988
    qEndYear:
    2025
    qm:
    52.8179
    q5:
    62.7066
    q10:
    67.6713
    q20:
    71.516
    q50:
    75.4347
    hm:
    9.7703
    h5:
    9.9812
    h10:
    10.081
    h20:
    10.1559
    h50:
    10.2303
    culQm:
    56.5719
    culQ5:
    67.1634
    culQ10:
    72.4809
    culQ20:
    76.5989
    culQ50:
    80.796
    culHm:
    9.8524
    culH5:
    10.0709
    culH10:
    10.1744
    culH20:
    10.252
    culH50:
    10.3291
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1987-07-30T13:30:00Z
        dataToTime:
        2026-09-20T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-07-30T14:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-07-31T11:00:00Z
        dataToTime:
        2026-09-19T11: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:
        1987-07-30T13:30:00Z
        dataToTime:
        2026-09-20T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-07-30T14:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-07-31T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
  3. station_id:
    121.22.0
    stationName:
    Syrstad
    latitude:
    63.03218
    longitude:
    9.72804
    utmEast_Z33:
    233478
    utmNorth_Z33:
    7000114
    masl:
    152
    riverName:
    Orkla
    councilNumber:
    5059
    councilName:
    Orkland
    countyName:
    Trøndelag
    drainageBasinKey:
    1639
    hierarchy:
    Orkla
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    121.B421
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    2278.34
    drainageBasinAreaNorway:
    2278.34
    gradient1085:
    7.69
    gradientBasin:
    15.91
    gradientRiver:
    8.14
    heightMinimum:
    137
    heightHypso10:
    557
    heightHypso20:
    664
    heightHypso30:
    739
    heightHypso40:
    832
    heightHypso50:
    899
    heightHypso60:
    966
    heightHypso70:
    1014
    heightHypso80:
    1067
    heightHypso90:
    1160
    heightMaximum:
    1641
    lengthKmBasin:
    76.03
    lengthKmRiver:
    137.81
    percentAgricul:
    2.61
    percentBog:
    16.71
    percentEffBog:
    not reported by source
    percentEffLake:
    0.05
    percentForest:
    32.41
    percentGlacier:
    0
    percentLake:
    2.86
    percentMountain:
    39.72
    percentUrban:
    0.03
    utmZoneGravi:
    33
    utmEastGravi:
    244469
    utmNorthGravi:
    6960723
    utmZoneInlet:
    33
    utmEastInlet:
    235765
    utmNorthInlet:
    6944311
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    1538.54
    specificDischarge:
    21.4
    regulationArea:
    1478.47
    areaReservoirs:
    21.62
    volumeReservoirs:
    427.7
    regulationPartReservoirs:
    0.28
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    799.81
    numberReservoirs:
    12
    firstYearRegulation:
    1982
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    KRAFTVERKENE I ORKLA DA
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    289.84
    q5:
    373.94
    q10:
    433.48
    q20:
    656.67
    q50:
    869.17
    hm:
    2.16
    h5:
    2.55
    h10:
    2.81
    h20:
    3.68
    h50:
    4.41
    culQm:
    346
    culQ5:
    448
    culQ10:
    520
    culQ20:
    788
    culQ50:
    1043
    culHm:
    2.42
    culH5:
    2.87
    culH10:
    3.16
    culH20:
    4.14
    culH50:
    4.95
    seriesList:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1972-10-04T11:00:00Z
        dataToTime:
        2026-09-20T10:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1993-01-01T01:00:00Z
        dataToTime:
        2026-09-20T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-10-04T11:00:00Z
        dataToTime:
        2026-09-19T11: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-10-04T11:00:00Z
        dataToTime:
        2026-09-20T10:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1993-01-01T01:00:00Z
        dataToTime:
        2026-09-20T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-10-04T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2014-03-30T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-03-30T02:00:00Z
        dataToTime:
        2026-09-20T10:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-03-30T03:00:00Z
        dataToTime:
        2026-09-20T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-03-30T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
  4. station_id:
    121.39.0
    stationName:
    Storsteinhølen
    latitude:
    63.05451
    longitude:
    9.6459
    utmEast_Z33:
    229539
    utmNorth_Z33:
    7002939
    masl:
    136
    riverName:
    Orkla
    councilNumber:
    5059
    councilName:
    Orkland
    countyName:
    Trøndelag
    drainageBasinKey:
    1648
    hierarchy:
    Orkla
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    121.B122
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    2319.94
    drainageBasinAreaNorway:
    2319.94
    gradient1085:
    7.62
    gradientBasin:
    16.1
    gradientRiver:
    7.84
    heightMinimum:
    126
    heightHypso10:
    543
    heightHypso20:
    656
    heightHypso30:
    739
    heightHypso40:
    820
    heightHypso50:
    890
    heightHypso60:
    952
    heightHypso70:
    1014
    heightHypso80:
    1072
    heightHypso90:
    1153
    heightMaximum:
    1641
    lengthKmBasin:
    79.74
    lengthKmRiver:
    144.61
    percentAgricul:
    2.75
    percentBog:
    16.57
    percentEffBog:
    not reported by source
    percentEffLake:
    0.05
    percentForest:
    32.77
    percentGlacier:
    0
    percentLake:
    2.83
    percentMountain:
    39.4
    percentUrban:
    0.04
    utmZoneGravi:
    33
    utmEastGravi:
    244245
    utmNorthGravi:
    6961438
    utmZoneInlet:
    33
    utmEastInlet:
    235802
    utmNorthInlet:
    6944299
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    1575.35
    specificDischarge:
    21.52
    regulationArea:
    2317.43
    areaReservoirs:
    21.7
    volumeReservoirs:
    427.7
    regulationPartReservoirs:
    0.27
    transferAreaIn:
    0
    transferAreaOut:
    2317.43
    reservoirAreaIn:
    0
    reservoirAreaOut:
    20.39
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    427.7
    remainingArea:
    2.51
    numberReservoirs:
    13
    firstYearRegulation:
    1982
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    KRAFTVERKENE I ORKLA DA
    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:
      1988-07-23T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1988-07-23T12:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-07-23T13:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-07-24T11:00:00Z
        dataToTime:
        2026-09-19T11: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:
        1988-07-23T12:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-07-23T13:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-07-24T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
  5. station_id:
    121.4.0
    stationName:
    Gagnåsvatn
    latitude:
    63.28599
    longitude:
    9.69223
    utmEast_Z33:
    234008
    utmNorth_Z33:
    7028470
    masl:
    154
    riverName:
    Skjenaldelva
    councilNumber:
    5059
    councilName:
    Orkland
    countyName:
    Trøndelag
    drainageBasinKey:
    1626
    hierarchy:
    Skjenaldelva
    lakeArea:
    5.5
    lakeName:
    Gangåsvatnet
    lakeNo:
    963
    regineNo:
    121.1B31
    reservoirNo:
    258
    reservoirName:
    GANGÅSVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    139.19
    drainageBasinAreaNorway:
    139.19
    gradient1085:
    11.92
    gradientBasin:
    17.99
    gradientRiver:
    21.93
    heightMinimum:
    151
    heightHypso10:
    216
    heightHypso20:
    263
    heightHypso30:
    308
    heightHypso40:
    340
    heightHypso50:
    372
    heightHypso60:
    404
    heightHypso70:
    442
    heightHypso80:
    505
    heightHypso90:
    591
    heightMaximum:
    824
    lengthKmBasin:
    13.74
    lengthKmRiver:
    20.25
    percentAgricul:
    4.48
    percentBog:
    22.38
    percentEffBog:
    not reported by source
    percentEffLake:
    5.07
    percentForest:
    42.04
    percentGlacier:
    0
    percentLake:
    8.96
    percentMountain:
    16.43
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    228541
    utmNorthGravi:
    7028145
    utmZoneInlet:
    33
    utmEastInlet:
    224487
    utmNorthInlet:
    7029248
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    152.06
    specificDischarge:
    34.57
    regulationArea:
    140.21
    areaReservoirs:
    10.85
    volumeReservoirs:
    39.8
    regulationPartReservoirs:
    0.26
    transferAreaIn:
    0
    transferAreaOut:
    8.11
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0.38
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    -0.84
    numberReservoirs:
    3
    firstYearRegulation:
    0
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Småkraft 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:

    1 results

    1. 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:
        1916-10-01T11:00:00Z
        dataToTime:
        1921-10-17T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1916-10-01T11:00:00Z
        dataToTime:
        1921-10-17T11:00:00Z
  6. station_id:
    121.57.0
    stationName:
    Hostonvatn
    latitude:
    63.19176
    longitude:
    9.58862
    utmEast_Z33:
    227940
    utmNorth_Z33:
    7018434
    masl:
    199
    riverName:
    Vorma
    councilNumber:
    5059
    councilName:
    Orkland
    countyName:
    Trøndelag
    drainageBasinKey:
    1653
    hierarchy:
    Vorma/Orkla
    lakeArea:
    3.08
    lakeName:
    Hostovatnet
    lakeNo:
    955
    regineNo:
    121.A3B
    reservoirNo:
    934
    reservoirName:
    HOSTOVATN
    stationTypeName:
    Privat, ikke pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    41.36
    drainageBasinAreaNorway:
    41.36
    gradient1085:
    15.53
    gradientBasin:
    17.42
    gradientRiver:
    21.32
    heightMinimum:
    197
    heightHypso10:
    197
    heightHypso20:
    247
    heightHypso30:
    275
    heightHypso40:
    310
    heightHypso50:
    335
    heightHypso60:
    357
    heightHypso70:
    382
    heightHypso80:
    410
    heightHypso90:
    459
    heightMaximum:
    632
    lengthKmBasin:
    9.24
    lengthKmRiver:
    11.16
    percentAgricul:
    9.09
    percentBog:
    12.17
    percentEffBog:
    not reported by source
    percentEffLake:
    9.54
    percentForest:
    62.18
    percentGlacier:
    0
    percentLake:
    12.33
    percentMountain:
    0.88
    percentUrban:
    0.05
    utmZoneGravi:
    33
    utmEastGravi:
    225672
    utmNorthGravi:
    7015854
    utmZoneInlet:
    33
    utmEastInlet:
    223623
    utmNorthInlet:
    7012413
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    36.47
    specificDischarge:
    27.82
    regulationArea:
    41.35
    areaReservoirs:
    4.76
    volumeReservoirs:
    7.2
    regulationPartReservoirs:
    0.2
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    4.76
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    7.2
    remainingArea:
    0.19
    numberReservoirs:
    1
    firstYearRegulation:
    1939
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    ORKLAND ENERGI 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:

    1 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1988-07-26T11:00:00Z
        dataToTime:
        2021-12-31T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2001-10-01T00:00:00Z
        dataToTime:
        2021-12-31T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-07-26T11:00:00Z
        dataToTime:
        2021-12-31T11:00:00Z
  7. station_id:
    121.59.0
    stationName:
    Orkla ndf. Svorkmo kraftstasjon
    latitude:
    63.20256
    longitude:
    9.76976
    utmEast_Z33:
    237129
    utmNorth_Z33:
    7018879
    masl:
    32
    riverName:
    Orkla
    councilNumber:
    5059
    councilName:
    Orkland
    countyName:
    Trøndelag
    drainageBasinKey:
    0
    hierarchy:
    Orkla
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    121.A122
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    not reported by source
    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:
    KRAFTVERKENE I ORKLA DA
    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:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      3
      unit:
      °C
      serieFrom:
      1985-06-13T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1985-06-13T03:00:00Z
        dataToTime:
        2025-11-03T12:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-12-03T14:00:00Z
        dataToTime:
        2025-11-03T12:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-06-13T11:00:00Z
        dataToTime:
        2025-11-02T11:00:00Z
    2. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1972-06-22T00:00:00
      serieTo:
      1974-12-29T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1972-06-22T11:00:00Z
        dataToTime:
        1974-12-29T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-06-22T11:00:00Z
        dataToTime:
        1974-12-29T11:00:00Z
  8. station_id:
    121.66.0
    stationName:
    Svorkmo kraftstasjon
    latitude:
    63.18663
    longitude:
    9.77476
    utmEast_Z33:
    237236
    utmNorth_Z33:
    7017088
    masl:
    37
    riverName:
    Orkla
    councilNumber:
    5059
    councilName:
    Orkland
    countyName:
    Trøndelag
    drainageBasinKey:
    0
    hierarchy:
    Orkla
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    121.A41
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    not reported by source
    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:
    KRAFTVERKENE I ORKLA DA
    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-05-15T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1984-05-15T15:00:00Z
        dataToTime:
        2025-11-03T13:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-07-15T13:00:00Z
        dataToTime:
        2025-11-03T13:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-05-16T11:00:00Z
        dataToTime:
        2025-11-02T11:00:00Z
limit:
25
offset:
0
returned:
8
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.