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-21T17:57:13Z in 0.158 seconds.

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

Showing 10 of 11 results in compact format.

  1. station_id:
    155.12.0
    latitude:
    66.06451
    longitude:
    13.82663
  2. station_id:
    155.14.0
    latitude:
    66.06277
    longitude:
    13.99106
  3. station_id:
    155.15.0
    latitude:
    65.98275
    longitude:
    13.81387
  4. station_id:
    155.16.0
    latitude:
    66.09209
    longitude:
    14.22675
  5. station_id:
    155.17.0
    latitude:
    66.0693
    longitude:
    14.32907
  6. station_id:
    155.28.0
    latitude:
    65.92789
    longitude:
    13.80615
  7. station_id:
    155.29.0
    latitude:
    65.98277
    longitude:
    13.81497
  8. station_id:
    155.3.0
    latitude:
    65.85788
    longitude:
    13.79444
  9. station_id:
    155.31.0
    latitude:
    66.06257
    longitude:
    13.99737
  10. station_id:
    155.4.0
    latitude:
    66.09492
    longitude:
    14.07848
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=HEMNES&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T17:57:13.1943961Z
queryTime:
00:00:00.0009197
itemCount:
11
data:

11 results

  1. station_id:
    155.12.0
    stationName:
    Sjøfoss
    latitude:
    66.06451
    longitude:
    13.82663
    utmEast_Z33:
    446882
    utmNorth_Z33:
    7327597
    masl:
    52
    riverName:
    Røssåga
    councilNumber:
    1832
    councilName:
    Hemnes
    countyName:
    Nordland
    drainageBasinKey:
    1846
    hierarchy:
    Røssåga
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    155.B1
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1880.85
    drainageBasinAreaNorway:
    1730.479
    gradient1085:
    6.03
    gradientBasin:
    not reported by source
    gradientRiver:
    7.96
    heightMinimum:
    43
    heightHypso10:
    390
    heightHypso20:
    397
    heightHypso30:
    484
    heightHypso40:
    569
    heightHypso50:
    651
    heightHypso60:
    734
    heightHypso70:
    830
    heightHypso80:
    935
    heightHypso90:
    1062
    heightMaximum:
    1906
    lengthKmBasin:
    64.48
    lengthKmRiver:
    84.47
    percentAgricul:
    0.76
    percentBog:
    4.2
    percentEffBog:
    not reported by source
    percentEffLake:
    8.58
    percentForest:
    31.07
    percentGlacier:
    1.41
    percentLake:
    16.19
    percentMountain:
    38.05
    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:
    3208.14
    specificDischarge:
    54.13
    regulationArea:
    1800.62
    areaReservoirs:
    238.22
    volumeReservoirs:
    2721.71
    regulationPartReservoirs:
    0.85
    transferAreaIn:
    310.05
    transferAreaOut:
    2106.52
    reservoirAreaIn:
    0
    reservoirAreaOut:
    237.86
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    2577.7
    remainingArea:
    77.64
    numberReservoirs:
    6
    firstYearRegulation:
    1955
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    STATKRAFT 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:
    296
    culQ5:
    394
    culQ10:
    468
    culQ20:
    530
    culQ50:
    625
    culHm:
    2.84
    culH5:
    3.5
    culH10:
    3.95
    culH20:
    4.31
    culH50:
    4.84
    seriesList:

    1 results

    1. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2021-03-01T00:00:00Z
        dataToTime:
        2026-09-21T17:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2021-03-01T01:00:00Z
        dataToTime:
        2026-09-21T17:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2021-03-01T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  2. station_id:
    155.14.0
    stationName:
    Finnbakken
    latitude:
    66.06277
    longitude:
    13.99106
    utmEast_Z33:
    454322
    utmNorth_Z33:
    7327274
    masl:
    61
    riverName:
    Leirskardelva
    councilNumber:
    1832
    councilName:
    Hemnes
    countyName:
    Nordland
    drainageBasinKey:
    1848
    hierarchy:
    Leirskardelva/Røssåga
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    155.AC2
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    88.83
    drainageBasinAreaNorway:
    88.83
    gradient1085:
    57.44
    gradientBasin:
    not reported by source
    gradientRiver:
    51.73
    heightMinimum:
    59
    heightHypso10:
    472
    heightHypso20:
    690
    heightHypso30:
    801
    heightHypso40:
    872
    heightHypso50:
    958
    heightHypso60:
    1055
    heightHypso70:
    1146
    heightHypso80:
    1234
    heightHypso90:
    1348
    heightMaximum:
    1806
    lengthKmBasin:
    14.61
    lengthKmRiver:
    19.08
    percentAgricul:
    0.91
    percentBog:
    0.19
    percentEffBog:
    not reported by source
    percentEffLake:
    0.2
    percentForest:
    12.26
    percentGlacier:
    16.49
    percentLake:
    2.55
    percentMountain:
    63.73
    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:
    213.07
    specificDischarge:
    76.01
    regulationArea:
    71.74
    areaReservoirs:
    0
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    89.09
    transferAreaOut:
    55.5
    reservoirAreaIn:
    8.1
    reservoirAreaOut:
    0.75
    reservoirVolumeIn:
    153
    reservoirVolumeOut:
    0
    remainingArea:
    17.09
    numberReservoirs:
    0
    firstYearRegulation:
    2013
    catchmentRegTypeName:
    Uregulert
    owner:
    Statkraft - Stg. Røssåga
    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:
      1989-11-23T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1989-11-23T15:17:00Z
        dataToTime:
        2026-09-21T16:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1989-11-23T16:00:00Z
        dataToTime:
        2026-09-21T16:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1989-11-24T11:00:00Z
        dataToTime:
        2026-09-20T11: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:
        1989-11-23T15:17:00Z
        dataToTime:
        2026-09-21T16:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1989-11-23T16:00:00Z
        dataToTime:
        2026-09-21T16:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1989-11-24T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  3. station_id:
    155.15.0
    stationName:
    Stormyra - Fallfoss
    latitude:
    65.98275
    longitude:
    13.81387
    utmEast_Z33:
    446132
    utmNorth_Z33:
    7318497
    masl:
    248
    riverName:
    Røssåga
    councilNumber:
    1832
    councilName:
    Hemnes
    countyName:
    Nordland
    drainageBasinKey:
    1849
    hierarchy:
    Røssåga
    lakeArea:
    6.58
    lakeName:
    Stormyrbassenget
    lakeNo:
    42004
    regineNo:
    155.B50
    reservoirNo:
    123
    reservoirName:
    STORMYRA
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1800.2
    drainageBasinAreaNorway:
    1649.832
    gradient1085:
    5.41
    gradientBasin:
    not reported by source
    gradientRiver:
    6.42
    heightMinimum:
    245
    heightHypso10:
    396
    heightHypso20:
    403
    heightHypso30:
    484
    heightHypso40:
    576
    heightHypso50:
    658
    heightHypso60:
    741
    heightHypso70:
    830
    heightHypso80:
    945
    heightHypso90:
    1067
    heightMaximum:
    1906
    lengthKmBasin:
    57.82
    lengthKmRiver:
    72.95
    percentAgricul:
    0.64
    percentBog:
    4.29
    percentEffBog:
    not reported by source
    percentEffLake:
    9.36
    percentForest:
    29.85
    percentGlacier:
    1.48
    percentLake:
    16.84
    percentMountain:
    38.32
    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:
    3068.49
    specificDischarge:
    54.13
    regulationArea:
    1796.47
    areaReservoirs:
    238.01
    volumeReservoirs:
    2721.7
    regulationPartReservoirs:
    0.89
    transferAreaIn:
    310.05
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    6.58
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    18.5
    remainingArea:
    0.01
    numberReservoirs:
    5
    firstYearRegulation:
    1955
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Statkraft - Stg. Røssåga
    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-08-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11: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:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  4. station_id:
    155.16.0
    stationName:
    Kjennsvatn
    latitude:
    66.09209
    longitude:
    14.22675
    utmEast_Z33:
    465032
    utmNorth_Z33:
    7330390
    masl:
    528
    riverName:
    Bjerka
    councilNumber:
    1832
    councilName:
    Hemnes
    countyName:
    Nordland
    drainageBasinKey:
    1850
    hierarchy:
    Bjerka
    lakeArea:
    4.99
    lakeName:
    Austre Kjennsvatnet
    lakeNo:
    512
    regineNo:
    155.4D3
    reservoirNo:
    126
    reservoirName:
    KJENSVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    184.72
    drainageBasinAreaNorway:
    149.154
    gradient1085:
    11.93
    gradientBasin:
    not reported by source
    gradientRiver:
    13.09
    heightMinimum:
    524
    heightHypso10:
    594
    heightHypso20:
    599
    heightHypso30:
    678
    heightHypso40:
    756
    heightHypso50:
    844
    heightHypso60:
    913
    heightHypso70:
    1001
    heightHypso80:
    1068
    heightHypso90:
    1273
    heightMaximum:
    1906
    lengthKmBasin:
    19.66
    lengthKmRiver:
    21.46
    percentAgricul:
    0
    percentBog:
    1.66
    percentEffBog:
    not reported by source
    percentEffLake:
    11.79
    percentForest:
    12.59
    percentGlacier:
    7.95
    percentLake:
    16.83
    percentMountain:
    56.45
    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:
    302.62
    specificDischarge:
    51.67
    regulationArea:
    185.62
    areaReservoirs:
    27.59
    volumeReservoirs:
    342
    regulationPartReservoirs:
    1.13
    transferAreaIn:
    55.5
    transferAreaOut:
    241.12
    reservoirAreaIn:
    0.75
    reservoirAreaOut:
    28.34
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    342
    remainingArea:
    -0.01
    numberReservoirs:
    2
    firstYearRegulation:
    1968
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Statkraft - Stg. Røssåga
    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-08-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11: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:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  5. station_id:
    155.17.0
    stationName:
    Gressvatn
    latitude:
    66.0693
    longitude:
    14.32907
    utmEast_Z33:
    469632
    utmNorth_Z33:
    7327797
    masl:
    596
    riverName:
    Bjerka
    councilNumber:
    1832
    councilName:
    Hemnes
    countyName:
    Nordland
    drainageBasinKey:
    1851
    hierarchy:
    Bjerka
    lakeArea:
    22.6
    lakeName:
    Graesiejaevrie
    lakeNo:
    513
    regineNo:
    155.4G
    reservoirNo:
    127
    reservoirName:
    GRESSVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    136.51
    drainageBasinAreaNorway:
    100.95
    gradient1085:
    13.31
    gradientBasin:
    not reported by source
    gradientRiver:
    15.41
    heightMinimum:
    588
    heightHypso10:
    588
    heightHypso20:
    664
    heightHypso30:
    747
    heightHypso40:
    817
    heightHypso50:
    886
    heightHypso60:
    960
    heightHypso70:
    1031
    heightHypso80:
    1144
    heightHypso90:
    1365
    heightMaximum:
    1906
    lengthKmBasin:
    14.54
    lengthKmRiver:
    13.82
    percentAgricul:
    0
    percentBog:
    1.62
    percentEffBog:
    not reported by source
    percentEffLake:
    16.59
    percentForest:
    10.44
    percentGlacier:
    10.73
    percentLake:
    18.57
    percentMountain:
    55.11
    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:
    222.07
    specificDischarge:
    51.19
    regulationArea:
    137.46
    areaReservoirs:
    22.6
    volumeReservoirs:
    314
    regulationPartReservoirs:
    1.41
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    22.6
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    314
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    2014
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    Statkraft - Stg. Røssåga
    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-08-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11: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:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  6. station_id:
    155.28.0
    stationName:
    Øvre Røssåga kraftstasjon
    latitude:
    65.92789
    longitude:
    13.80615
    utmEast_Z33:
    445665
    utmNorth_Z33:
    7312389
    masl:
    248
    riverName:
    Røssåga
    councilNumber:
    1832
    councilName:
    Hemnes
    countyName:
    Nordland
    drainageBasinKey:
    0
    hierarchy:
    Røssåga
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    155.B6
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Ikke angitt
    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:
    Statkraft - Stg. Røssåga
    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:
      2
      unit:
      °C
      serieFrom:
      1993-11-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1993-11-01T12:00:00Z
        dataToTime:
        2026-05-13T07:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-03-12T10:00:00Z
        dataToTime:
        2026-05-13T07:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1993-11-02T11:00:00Z
        dataToTime:
        2026-05-12T11:00:00Z
    2. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1973-12-01T00:00:00
      serieTo:
      1973-12-31T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1973-12-01T11:00:00Z
        dataToTime:
        1973-12-31T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1973-12-01T11:00:00Z
        dataToTime:
        1973-12-31T11:00:00Z
  7. station_id:
    155.29.0
    stationName:
    Nedre Røssåga kraftstasjon
    latitude:
    65.98277
    longitude:
    13.81497
    utmEast_Z33:
    446182
    utmNorth_Z33:
    7318497
    masl:
    247
    riverName:
    Røssåga
    councilNumber:
    1832
    councilName:
    Hemnes
    countyName:
    Nordland
    drainageBasinKey:
    0
    hierarchy:
    Røssåga
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    155.B6
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    Statkraft - Stg. Røssåga
    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:
      2
      unit:
      °C
      serieFrom:
      1993-11-05T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1993-11-05T12:00:00Z
        dataToTime:
        2026-05-13T07:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-03-12T13:00:00Z
        dataToTime:
        2026-05-13T07:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1993-11-06T11:00:00Z
        dataToTime:
        2026-05-12T11:00:00Z
  8. station_id:
    155.3.0
    stationName:
    Tustervatn (Røssvatn)
    latitude:
    65.85788
    longitude:
    13.79444
    utmEast_Z33:
    444982
    utmNorth_Z33:
    7304597
    masl:
    384
    riverName:
    Røssåga
    councilNumber:
    1832
    councilName:
    Hemnes
    countyName:
    Nordland
    drainageBasinKey:
    1852
    hierarchy:
    Røssåga
    lakeArea:
    218.05
    lakeName:
    Røsvatnet
    lakeNo:
    501
    regineNo:
    155.C6
    reservoirNo:
    122
    reservoirName:
    TUSTERVATN-RØSVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1506.22
    drainageBasinAreaNorway:
    1355.847
    gradient1085:
    3.87
    gradientBasin:
    not reported by source
    gradientRiver:
    5.93
    heightMinimum:
    380
    heightHypso10:
    384
    heightHypso20:
    484
    heightHypso30:
    557
    heightHypso40:
    630
    heightHypso50:
    699
    heightHypso60:
    779
    heightHypso70:
    862
    heightHypso80:
    956
    heightHypso90:
    1114
    heightMaximum:
    1906
    lengthKmBasin:
    50.3
    lengthKmRiver:
    55.8
    percentAgricul:
    0.45
    percentBog:
    4.01
    percentEffBog:
    not reported by source
    percentEffLake:
    12.75
    percentForest:
    27.39
    percentGlacier:
    1.22
    percentLake:
    18.43
    percentMountain:
    39.31
    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:
    2516.75
    specificDischarge:
    53.06
    regulationArea:
    1503.07
    areaReservoirs:
    218.05
    volumeReservoirs:
    2309
    regulationPartReservoirs:
    0.92
    transferAreaIn:
    420.11
    transferAreaOut:
    0
    reservoirAreaIn:
    12.74
    reservoirAreaOut:
    218.05
    reservoirVolumeIn:
    250
    reservoirVolumeOut:
    2309
    remainingArea:
    0.01
    numberReservoirs:
    1
    firstYearRegulation:
    1961
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Statkraft stgr Røssåga
    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-08-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11: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:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  9. station_id:
    155.31.0
    stationName:
    Bjerka kraftstasjon
    latitude:
    66.06257
    longitude:
    13.99737
    utmEast_Z33:
    454607
    utmNorth_Z33:
    7327247
    masl:
    62
    riverName:
    Leirskardelva
    councilNumber:
    1832
    councilName:
    Hemnes
    countyName:
    Nordland
    drainageBasinKey:
    0
    hierarchy:
    Leirskardelva/Røssåga
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    155.AC2
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Ikke angitt
    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:
    Statkraft - Stg. Røssåga
    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:
      1989-12-12T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1989-12-12T12:00:00Z
        dataToTime:
        2026-06-10T11:32:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-08-19T09:00:00Z
        dataToTime:
        2026-06-10T12:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1989-12-13T11:00:00Z
        dataToTime:
        2026-06-09T11:00:00Z
  10. station_id:
    155.4.0
    stationName:
    Store Målvatn
    latitude:
    66.09492
    longitude:
    14.07848
    utmEast_Z33:
    458332
    utmNorth_Z33:
    7330797
    masl:
    442
    riverName:
    Bjerka
    councilNumber:
    1832
    councilName:
    Hemnes
    countyName:
    Nordland
    drainageBasinKey:
    1839
    hierarchy:
    Bjerka
    lakeArea:
    7.35
    lakeName:
    Stormålvatnet
    lakeNo:
    511
    regineNo:
    155.4C
    reservoirNo:
    125
    reservoirName:
    STORE MÅLVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    264.76
    drainageBasinAreaNorway:
    229.196
    gradient1085:
    6.74
    gradientBasin:
    not reported by source
    gradientRiver:
    11.12
    heightMinimum:
    427
    heightHypso10:
    533
    heightHypso20:
    601
    heightHypso30:
    678
    heightHypso40:
    753
    heightHypso50:
    822
    heightHypso60:
    901
    heightHypso70:
    960
    heightHypso80:
    1035
    heightHypso90:
    1206
    heightMaximum:
    1906
    lengthKmBasin:
    28.48
    lengthKmRiver:
    33.63
    percentAgricul:
    0
    percentBog:
    1.67
    percentEffBog:
    not reported by source
    percentEffLake:
    8.71
    percentForest:
    15.53
    percentGlacier:
    5.55
    percentLake:
    15.38
    percentMountain:
    54.74
    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:
    438.86
    specificDischarge:
    52.32
    regulationArea:
    265.8
    areaReservoirs:
    34.94
    volumeReservoirs:
    495
    regulationPartReservoirs:
    1.13
    transferAreaIn:
    55.5
    transferAreaOut:
    243.56
    reservoirAreaIn:
    0.75
    reservoirAreaOut:
    77.93
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    1771
    remainingArea:
    0
    numberReservoirs:
    3
    firstYearRegulation:
    1968
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Statkraft - Stg. Røssåga
    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-08-04T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-04T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-04T11: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:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-04T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T01:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-04T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  11. station_id:
    155.8.0
    stationName:
    Bleikvatn
    latitude:
    65.9316
    longitude:
    13.88103
    utmEast_Z33:
    449080
    utmNorth_Z33:
    7312740
    masl:
    408
    riverName:
    Bleikvasselva
    councilNumber:
    1832
    councilName:
    Hemnes
    countyName:
    Nordland
    drainageBasinKey:
    1842
    hierarchy:
    Bleikvasselva/Røssåga
    lakeArea:
    12.74
    lakeName:
    Bleikvatnet
    lakeNo:
    504
    regineNo:
    155.BB
    reservoirNo:
    124
    reservoirName:
    BLEIKVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    110.05
    drainageBasinAreaNorway:
    110.05
    gradient1085:
    27.92
    gradientBasin:
    not reported by source
    gradientRiver:
    40.18
    heightMinimum:
    404
    heightHypso10:
    404
    heightHypso20:
    419
    heightHypso30:
    531
    heightHypso40:
    620
    heightHypso50:
    718
    heightHypso60:
    814
    heightHypso70:
    978
    heightHypso80:
    1081
    heightHypso90:
    1274
    heightMaximum:
    1683
    lengthKmBasin:
    16.12
    lengthKmRiver:
    17.67
    percentAgricul:
    0.01
    percentBog:
    3.51
    percentEffBog:
    not reported by source
    percentEffLake:
    11.7
    percentForest:
    19.61
    percentGlacier:
    7.38
    percentLake:
    12.97
    percentMountain:
    53.44
    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:
    258.16
    specificDischarge:
    74.34
    regulationArea:
    110.06
    areaReservoirs:
    12.74
    volumeReservoirs:
    250
    regulationPartReservoirs:
    0.97
    transferAreaIn:
    0
    transferAreaOut:
    110.06
    reservoirAreaIn:
    0
    reservoirAreaOut:
    12.74
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    250
    remainingArea:
    -0.01
    numberReservoirs:
    1
    firstYearRegulation:
    1961
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    Statkraft - Stg. Røssåga
    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-08-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11: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:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T00:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-08-01T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
limit:
25
offset:
0
returned:
11
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.