search_stations

Find NVE hydrological stations and their available time series.

Signature: search_stations(municipality: string, optional, default None; county: string, optional, default None; station_name: string, optional, default None; active_only: yes/no, optional, default True; limit: integer, items, optional, default 25; offset: integer, items, optional, default 0)

Direct GET

For navigating agents: open the HTML page with parameters in the URL. The result is fetched and displayed without screenshots or form filling.

Open this validated HTML GET URL

https://allemannsdata.com/wiki/kilder/nve/search_stations/?municipality={municipality}&county={county}&station_name={station_name}&active_only=true&limit=25&offset=0

Replace {municipality}, {county}, {station_name}, {active_only}, {limit}, {offset} with values. Remove unused optional parameters from the URL.

For software and dashboards: Read the operation descriptor. The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/nve/search_stations?municipality={municipality}&county={county}&station_name={station_name}&active_only=true&limit=25&offset=0. Open this exact request as JSON.

ParameterRequirementJSON typeDescription
municipalityoptionalunionMunicipality name (HydAPI field CouncilName).
countyoptionalunionCounty name.
station_nameoptionalunionStation name filter.
active_onlyoptionalbooleanReturn only active stations by default.
limitoptionalintegerMaximum stations returned (default 25, maximum 100). Unit: items.
offsetoptionalintegerNumber of matching stations to skip (default 0). Unit: items.
Generated JavaScript, Python and response structure

Use JSON when the user requests code, machine-readable data, value extraction or further computation. Use the HTML GET page to identify the correct source and verify parameters.

Example for generated JavaScript and Python

https://allemannsdata.com/wiki/api/v1/kilder/nve/search_stations?municipality={municipality}&county={county}&station_name={station_name}&active_only=true&limit=25&offset=0

Replace URL placeholders and remove unused optional parameters.

JavaScript in a dashboard

const url = "https://allemannsdata.com/wiki/api/v1/kilder/nve/search_stations?municipality={municipality}&county={county}&station_name={station_name}&active_only=true&limit=25&offset=0";
const response = await fetch(url);
if (!response.ok) {
  const failure = await response.json();
  throw new Error(`${failure.error.code}: ${failure.error.message} ${failure.suggestion}`);
}
const result = await response.json();
const data = result.data;

Python without additional packages

import json
from urllib.request import urlopen

url = "https://allemannsdata.com/wiki/api/v1/kilder/nve/search_stations?municipality={municipality}&county={county}&station_name={station_name}&active_only=true&limit=25&offset=0"
with urlopen(url) as response:
    result = json.load(response)
data = result["data"]

Response structure

{
  "source": "nve",
  "operation": "search_stations",
  "parameters": {},
  "data": {},
  "entities": [],
  "_meta": {"retrieved_at": "...", "sources": [], "cache": {}},
  "_links": {"self": "...", "source": "...", "wiki": "...", "feedback": "..."}
}
Form for manual use

The form is a fallback for people and browser agents that cannot open the GET URL directly.

Type: string. Municipality name (HydAPI field CouncilName).
Type: string. County name.
Type: string. Station name filter.
Type: yes/no. Return only active stations by default.
Type: integer. Maximum stations returned (default 25, maximum 100). Unit: items.
Type: integer. Number of matching stations to skip (default 0). Unit: items.

Result

Source: NVE HydAPI. Retrieved 2026-09-21T23:12:40Z in 0.145 seconds.

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

Showing 5 of 5 results in compact format.

  1. station_id:
    204.2.0
    latitude:
    69.18997
    longitude:
    20.30766
  2. station_id:
    205.3.0
    latitude:
    69.36507
    longitude:
    20.27375
  3. station_id:
    205.6.0
    latitude:
    69.17903
    longitude:
    20.77847
  4. station_id:
    205.7.0
    latitude:
    69.22136
    longitude:
    20.58059
  5. station_id:
    205.8.0
    latitude:
    69.23173
    longitude:
    20.65709
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=STORFJORD&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T23:12:40.1749123Z
queryTime:
00:00:00.0011400
itemCount:
5
data:

5 results

  1. station_id:
    204.2.0
    stationName:
    Gåvdajavrre
    latitude:
    69.18997
    longitude:
    20.30766
    utmEast_Z33:
    710218
    utmNorth_Z33:
    7684655
    masl:
    706
    riverName:
    Signaldalelva
    councilNumber:
    5538
    councilName:
    Storfjord
    countyName:
    Troms
    drainageBasinKey:
    2107
    hierarchy:
    Signaldalelva
    lakeArea:
    4.05
    lakeName:
    Govdajávri
    lakeNo:
    1716
    regineNo:
    204.E
    reservoirNo:
    530
    reservoirName:
    GÅVDAJAVRRE
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    32.8
    drainageBasinAreaNorway:
    32.8
    gradient1085:
    4.66
    gradientBasin:
    24.5
    gradientRiver:
    13.74
    heightMinimum:
    706
    heightHypso10:
    723
    heightHypso20:
    734
    heightHypso30:
    766
    heightHypso40:
    788
    heightHypso50:
    828
    heightHypso60:
    863
    heightHypso70:
    929
    heightHypso80:
    1025
    heightHypso90:
    1124
    heightMaximum:
    1371
    lengthKmBasin:
    5.82
    lengthKmRiver:
    8.01
    percentAgricul:
    0
    percentBog:
    0.67
    percentEffBog:
    not reported by source
    percentEffLake:
    14.01
    percentForest:
    0
    percentGlacier:
    0
    percentLake:
    20.87
    percentMountain:
    78.48
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    709094
    utmNorthGravi:
    7684641
    utmZoneInlet:
    33
    utmEastInlet:
    711388
    utmNorthInlet:
    7687828
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    50.22
    specificDischarge:
    48.52
    regulationArea:
    32.8
    areaReservoirs:
    4.02
    volumeReservoirs:
    60.2
    regulationPartReservoirs:
    1.2
    transferAreaIn:
    5.11
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    4.02
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    60.2
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1982
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    TROMS KRAFT PRODUKSJON 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:
      1992-09-28T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1992-09-28T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-09-28T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      50
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1992-09-28T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-09-28T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  2. station_id:
    205.3.0
    stationName:
    Skibotn bru
    latitude:
    69.36507
    longitude:
    20.27375
    utmEast_Z33:
    707197
    utmNorth_Z33:
    7704001
    masl:
    9
    riverName:
    Skibotnvassdraget
    councilNumber:
    5538
    councilName:
    Storfjord
    countyName:
    Troms
    drainageBasinKey:
    2113
    hierarchy:
    Skibotnvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    205.A1
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    727.22
    drainageBasinAreaNorway:
    655.08
    gradient1085:
    12.21
    gradientBasin:
    20.17
    gradientRiver:
    13.09
    heightMinimum:
    5
    heightHypso10:
    450
    heightHypso20:
    649
    heightHypso30:
    716
    heightHypso40:
    801
    heightHypso50:
    924
    heightHypso60:
    991
    heightHypso70:
    1026
    heightHypso80:
    1144
    heightHypso90:
    1205
    heightMaximum:
    1467
    lengthKmBasin:
    52.19
    lengthKmRiver:
    70.96
    percentAgricul:
    0.04
    percentBog:
    1.15
    percentEffBog:
    not reported by source
    percentEffLake:
    0.34
    percentForest:
    14.21
    percentGlacier:
    0.16
    percentLake:
    6.08
    percentMountain:
    73.75
    percentUrban:
    0.01
    utmZoneGravi:
    33
    utmEastGravi:
    725818
    utmNorthGravi:
    7687993
    utmZoneInlet:
    33
    utmEastInlet:
    737090
    utmNorthInlet:
    7680280
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    594.14
    specificDischarge:
    26.02
    regulationArea:
    436.6
    areaReservoirs:
    9.93
    volumeReservoirs:
    146.5
    regulationPartReservoirs:
    0.25
    transferAreaIn:
    37.91
    transferAreaOut:
    0
    reservoirAreaIn:
    4.03
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    60.2
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    3
    firstYearRegulation:
    1979
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    TROMS KRAFTFORSYNING OG ENERGI AS
    qNumberOfYears:
    38
    qStartYear:
    1980
    qEndYear:
    2017
    qm:
    91.1014
    q5:
    113.9212
    q10:
    128.9926
    q20:
    142.1962
    q50:
    157.6356
    hm:
    1.777
    h5:
    1.9926
    h10:
    2.126
    h20:
    2.2382
    h50:
    2.3646
    culQm:
    102.9445
    culQ5:
    128.731
    culQ10:
    145.7617
    culQ20:
    160.6817
    culQ50:
    178.1282
    culHm:
    1.8911
    culH5:
    2.1238
    culH10:
    2.2678
    culH20:
    2.3889
    culH50:
    2.5253
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1970-07-01T11:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-01-08T19:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1970-07-01T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1970-07-01T11:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-01-08T19:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1970-07-01T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  3. station_id:
    205.6.0
    stationName:
    Didnojokka
    latitude:
    69.17903
    longitude:
    20.77847
    utmEast_Z33:
    728934
    utmNorth_Z33:
    7685127
    masl:
    521
    riverName:
    Did'nujåkka
    councilNumber:
    5538
    councilName:
    Storfjord
    countyName:
    Troms
    drainageBasinKey:
    2116
    hierarchy:
    Did'nujåkka/Skibotnvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    205.CA4
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    110.87
    drainageBasinAreaNorway:
    108.9
    gradient1085:
    31.12
    gradientBasin:
    12.63
    gradientRiver:
    27.5
    heightMinimum:
    520
    heightHypso10:
    774
    heightHypso20:
    837
    heightHypso30:
    875
    heightHypso40:
    905
    heightHypso50:
    939
    heightHypso60:
    981
    heightHypso70:
    1033
    heightHypso80:
    1078
    heightHypso90:
    1100
    heightMaximum:
    1173
    lengthKmBasin:
    11.96
    lengthKmRiver:
    19.23
    percentAgricul:
    0
    percentBog:
    0.27
    percentEffBog:
    not reported by source
    percentEffLake:
    0.54
    percentForest:
    0.67
    percentGlacier:
    0
    percentLake:
    6.49
    percentMountain:
    92.02
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    733696
    utmNorthGravi:
    7687878
    utmZoneInlet:
    33
    utmEastInlet:
    734019
    utmNorthInlet:
    7692979
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    94.84
    specificDischarge:
    27.07
    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:
    1979
    catchmentRegTypeName:
    Uregulert
    owner:
    TROMS KRAFTFORSYNING OG ENERGI AS
    qNumberOfYears:
    46
    qStartYear:
    1980
    qEndYear:
    2025
    qm:
    26.7935
    q5:
    31.7281
    q10:
    35.5405
    q20:
    39.1178
    q50:
    43.6355
    hm:
    1.331
    h5:
    1.4248
    h10:
    1.4913
    h20:
    1.5498
    h50:
    1.6192
    culQm:
    30.6786
    culQ5:
    36.3287
    culQ10:
    40.6938
    culQ20:
    44.7899
    culQ50:
    49.9626
    culHm:
    1.4057
    culH5:
    1.5045
    culH10:
    1.5746
    culH20:
    1.6362
    culH50:
    1.7094
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1979-09-01T11:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1979-10-02T13:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1979-09-01T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1979-09-01T11:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1979-10-02T13:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1979-09-01T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2010-10-05T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2010-10-06T14:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-10-06T15:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-10-07T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  4. station_id:
    205.7.0
    stationName:
    Rieppejavre
    latitude:
    69.22136
    longitude:
    20.58059
    utmEast_Z33:
    720684
    utmNorth_Z33:
    7689103
    masl:
    486
    riverName:
    Riep'pejåkka
    councilNumber:
    5538
    councilName:
    Storfjord
    countyName:
    Troms
    drainageBasinKey:
    2117
    hierarchy:
    Riep'pejåkka/Skibotnvassdraget
    lakeArea:
    5.8
    lakeName:
    Rihpojávri
    lakeNo:
    1724
    regineNo:
    205.C1B
    reservoirNo:
    533
    reservoirName:
    RIEPPEJAVRRE
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    33.48
    drainageBasinAreaNorway:
    33.48
    gradient1085:
    2.11
    gradientBasin:
    23.59
    gradientRiver:
    8.13
    heightMinimum:
    484
    heightHypso10:
    486
    heightHypso20:
    515
    heightHypso30:
    550
    heightHypso40:
    608
    heightHypso50:
    760
    heightHypso60:
    874
    heightHypso70:
    931
    heightHypso80:
    999
    heightHypso90:
    1147
    heightMaximum:
    1406
    lengthKmBasin:
    8.63
    lengthKmRiver:
    8.86
    percentAgricul:
    0
    percentBog:
    2.31
    percentEffBog:
    not reported by source
    percentEffLake:
    17.57
    percentForest:
    9.24
    percentGlacier:
    0
    percentLake:
    19.71
    percentMountain:
    55.16
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    722025
    utmNorthGravi:
    7685994
    utmZoneInlet:
    33
    utmEastInlet:
    720128
    utmNorthInlet:
    7685268
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    27.7
    specificDischarge:
    26.22
    regulationArea:
    33.48
    areaReservoirs:
    5.79
    volumeReservoirs:
    145.6
    regulationPartReservoirs:
    5.26
    transferAreaIn:
    307.21
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    5.79
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    145.6
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1979
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    TROMS 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:

    2 results

    1. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      50
      unit:
      m
      serieFrom:
      1992-09-28T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1992-09-28T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-09-28T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      50
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-06-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-06-01T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  5. station_id:
    205.8.0
    stationName:
    Helligskogen
    latitude:
    69.23173
    longitude:
    20.65709
    utmEast_Z33:
    723595
    utmNorth_Z33:
    7690533
    masl:
    317
    riverName:
    Skibotnvassdraget
    councilNumber:
    5538
    councilName:
    Storfjord
    countyName:
    Troms
    drainageBasinKey:
    2118
    hierarchy:
    Skibotnvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    205.C12
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    371.08
    drainageBasinAreaNorway:
    298.955
    gradient1085:
    11.66
    gradientBasin:
    11.79
    gradientRiver:
    13.88
    heightMinimum:
    313
    heightHypso10:
    565
    heightHypso20:
    668
    heightHypso30:
    736
    heightHypso40:
    819
    heightHypso50:
    860
    heightHypso60:
    907
    heightHypso70:
    975
    heightHypso80:
    1018
    heightHypso90:
    1103
    heightMaximum:
    1407
    lengthKmBasin:
    30.97
    lengthKmRiver:
    44.47
    percentAgricul:
    0
    percentBog:
    1.33
    percentEffBog:
    not reported by source
    percentEffLake:
    1.09
    percentForest:
    6.87
    percentGlacier:
    0
    percentLake:
    6.72
    percentMountain:
    81.01
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    734160
    utmNorthGravi:
    7681847
    utmZoneInlet:
    33
    utmEastInlet:
    737086
    utmNorthInlet:
    7680291
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    226.62
    specificDischarge:
    19.54
    regulationArea:
    307.21
    areaReservoirs:
    3.48
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    307.21
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    60.22
    numberReservoirs:
    1
    firstYearRegulation:
    1979
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    TROMS KRAFTFORSYNING OG ENERGI AS
    qNumberOfYears:
    38
    qStartYear:
    1983
    qEndYear:
    2020
    qm:
    47.6359
    q5:
    66.9043
    q10:
    82.6279
    q20:
    97.7322
    q50:
    117.3148
    hm:
    1.9311
    h5:
    2.0667
    h10:
    2.1574
    h20:
    2.2332
    h50:
    2.3197
    culQm:
    56.1252
    culQ5:
    78.8274
    culQ10:
    97.3532
    culQ20:
    115.1492
    culQ50:
    138.2217
    culHm:
    1.9951
    culH5:
    2.1367
    culH10:
    2.2314
    culH20:
    2.3107
    culH50:
    2.401
    seriesList:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1982-10-06T11:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-01-07T13:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1982-10-06T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1982-10-06T11:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-01-07T13:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1982-10-06T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2010-10-06T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2010-10-05T17:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-10-05T18:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-10-06T11:00:00Z
        dataToTime:
        2026-09-21T11: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.