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-21T12:02:48Z in 0.169 seconds.

Search scope: Municipality-filtered results cover all of SØRFOLD municipality.

Showing 10 of 15 results in compact format.

  1. station_id:
    166.1.0
    latitude:
    67.45069
    longitude:
    15.76216
  2. station_id:
    166.15.0
    latitude:
    67.45081
    longitude:
    15.78125
  3. station_id:
    166.16.0
    latitude:
    67.44569
    longitude:
    15.74683
  4. station_id:
    166.21.0
    latitude:
    67.46655
    longitude:
    15.74162
  5. station_id:
    166.22.0
    latitude:
    67.44551
    longitude:
    15.74608
  6. station_id:
    166.26.0
    latitude:
    67.44861
    longitude:
    15.79069
  7. station_id:
    166.3.0
    latitude:
    67.3967
    longitude:
    15.70056
  8. station_id:
    166.6.0
    latitude:
    67.3317
    longitude:
    15.83085
  9. station_id:
    167.13.0
    latitude:
    67.57804
    longitude:
    16.23658
  10. station_id:
    167.14.0
    latitude:
    67.53388
    longitude:
    16.19675
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=S%C3%98RFOLD&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T12:02:48.1693711Z
queryTime:
00:00:00.0015038
itemCount:
15
data:

15 results

  1. station_id:
    166.1.0
    stationName:
    Lakshola
    latitude:
    67.45069
    longitude:
    15.76216
    utmEast_Z33:
    532615
    utmNorth_Z33:
    7481824
    masl:
    16
    riverName:
    Laksåga
    councilNumber:
    1845
    councilName:
    Sørfold
    countyName:
    Nordland
    drainageBasinKey:
    1965
    hierarchy:
    Laksåga
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    166.5A0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    230.41
    drainageBasinAreaNorway:
    230.41
    gradient1085:
    18.57
    gradientBasin:
    28.56
    gradientRiver:
    23.29
    heightMinimum:
    9
    heightHypso10:
    355
    heightHypso20:
    391
    heightHypso30:
    452
    heightHypso40:
    486
    heightHypso50:
    536
    heightHypso60:
    652
    heightHypso70:
    705
    heightHypso80:
    799
    heightHypso90:
    959
    heightMaximum:
    1324
    lengthKmBasin:
    19.28
    lengthKmRiver:
    27.43
    percentAgricul:
    0.02
    percentBog:
    0.43
    percentEffBog:
    not reported by source
    percentEffLake:
    1.82
    percentForest:
    16.7
    percentGlacier:
    0.97
    percentLake:
    12.9
    percentMountain:
    48.25
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    539803
    utmNorthGravi:
    7484332
    utmZoneInlet:
    33
    utmEastInlet:
    547113
    utmNorthInlet:
    7481865
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    424.04
    specificDischarge:
    58.32
    regulationArea:
    76.94
    areaReservoirs:
    7.26
    volumeReservoirs:
    24.5
    regulationPartReservoirs:
    0.06
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    153.47
    numberReservoirs:
    1
    firstYearRegulation:
    1999
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    SISO ENERGI AS
    qNumberOfYears:
    26
    qStartYear:
    2000
    qEndYear:
    2025
    qm:
    73.5462
    q5:
    88.9661
    q10:
    109.1578
    q20:
    132.4402
    q50:
    169.5373
    hm:
    2.0532
    h5:
    2.2115
    h10:
    2.3969
    h20:
    2.5879
    h50:
    2.8565
    culQm:
    82.587
    culQ5:
    99.9023
    culQ10:
    122.5761
    culQ20:
    148.7205
    culQ50:
    190.3779
    culHm:
    2.148
    culH5:
    2.3145
    culH10:
    2.5095
    culH20:
    2.7104
    culH50:
    2.9929
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1916-09-01T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-11-25T12:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1916-09-01T11: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:
        1916-09-01T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-11-25T12:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1916-09-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2024-03-04T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2010-06-25T09:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-06-25T10:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-06-26T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  2. station_id:
    166.15.0
    stationName:
    Laksåga ovf. Sleipa
    latitude:
    67.45081
    longitude:
    15.78125
    utmEast_Z33:
    533432
    utmNorth_Z33:
    7481847
    masl:
    19
    riverName:
    Laksåga
    councilNumber:
    1845
    councilName:
    Sørfold
    countyName:
    Nordland
    drainageBasinKey:
    0
    hierarchy:
    Laksåga
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    166.5B0
    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:
    Elkem Energi Salten Lakshola Kraftverk 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:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1990-05-29T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1990-05-29T16:00:00Z
        dataToTime:
        2026-09-15T12:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-09-24T10:00:00Z
        dataToTime:
        2026-09-15T12:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1990-05-30T11:00:00Z
        dataToTime:
        2026-09-14T11:00:00Z
  3. station_id:
    166.16.0
    stationName:
    Laksåga ovf. Lakshola kraftstasjon
    latitude:
    67.44569
    longitude:
    15.74683
    utmEast_Z33:
    531966
    utmNorth_Z33:
    7481259
    masl:
    16
    riverName:
    Laksåga
    councilNumber:
    1845
    councilName:
    Sørfold
    countyName:
    Nordland
    drainageBasinKey:
    0
    hierarchy:
    Laksåga
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    166.5A0
    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:
    Elkem Energi Salten Lakshola Kraftverk 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:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1990-05-29T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1990-05-29T20:00:00Z
        dataToTime:
        2026-09-15T12:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-09-24T10:00:00Z
        dataToTime:
        2026-09-15T12:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1990-05-30T11:00:00Z
        dataToTime:
        2026-09-14T11:00:00Z
  4. station_id:
    166.21.0
    stationName:
    Faulvatn
    latitude:
    67.46655
    longitude:
    15.74162
    utmEast_Z33:
    531715
    utmNorth_Z33:
    7483580
    masl:
    319
    riverName:
    Fuglevasselva
    councilNumber:
    1845
    councilName:
    Sørfold
    countyName:
    Nordland
    drainageBasinKey:
    2331
    hierarchy:
    Fuglevasselva/Sleipdalselva/Laksåga
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    854
    regineNo:
    166.5AAB
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    61.32
    drainageBasinAreaNorway:
    61.32
    gradient1085:
    10.94
    gradientBasin:
    not reported by source
    gradientRiver:
    21.47
    heightMinimum:
    319
    heightHypso10:
    323
    heightHypso20:
    379
    heightHypso30:
    420
    heightHypso40:
    441
    heightHypso50:
    477
    heightHypso60:
    508
    heightHypso70:
    552
    heightHypso80:
    604
    heightHypso90:
    693
    heightMaximum:
    921
    lengthKmBasin:
    10.07
    lengthKmRiver:
    17.42
    percentAgricul:
    0
    percentBog:
    0.55
    percentEffBog:
    not reported by source
    percentEffLake:
    16.59
    percentForest:
    14.03
    percentGlacier:
    0
    percentLake:
    26.64
    percentMountain:
    35.06
    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:
    109.38
    specificDischarge:
    56.53
    regulationArea:
    61.32
    areaReservoirs:
    7.26
    volumeReservoirs:
    24.5
    regulationPartReservoirs:
    0.22
    transferAreaIn:
    15.62
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1999
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    SISO 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:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2001-01-01T11:00:00Z
        dataToTime:
        2026-09-13T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-09-09T00:00:00Z
        dataToTime:
        2026-09-13T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2001-01-01T11:00:00Z
        dataToTime:
        2026-09-13T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      1
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-01-01T11:00:00Z
        dataToTime:
        2026-09-13T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-09-09T00:00:00Z
        dataToTime:
        2026-09-13T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-01-01T11:00:00Z
        dataToTime:
        2026-09-13T11:00:00Z
  5. station_id:
    166.22.0
    stationName:
    Lakshola kraftstasjon
    latitude:
    67.44551
    longitude:
    15.74608
    utmEast_Z33:
    531934
    utmNorth_Z33:
    7481238
    masl:
    21
    riverName:
    Laksåga
    councilNumber:
    1845
    councilName:
    Sørfold
    countyName:
    Nordland
    drainageBasinKey:
    0
    hierarchy:
    Laksåga
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    166.5A0
    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:
    Elkem Energi Salten Lakshola Kraftverk 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:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2006-06-09T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-06-09T10:00:00Z
        dataToTime:
        2026-08-20T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-09-24T11:00:00Z
        dataToTime:
        2026-08-20T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-06-10T11:00:00Z
        dataToTime:
        2026-08-19T11:00:00Z
  6. station_id:
    166.26.0
    stationName:
    Klipforsen, Storskogelva
    latitude:
    67.44861
    longitude:
    15.79069
    utmEast_Z33:
    533839
    utmNorth_Z33:
    7481607
    masl:
    52
    riverName:
    Laksåga
    councilNumber:
    1845
    councilName:
    Sørfold
    countyName:
    Nordland
    drainageBasinKey:
    2330
    hierarchy:
    Laksåga
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    166.5B0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    139.58
    drainageBasinAreaNorway:
    139.58
    gradient1085:
    19.76
    gradientBasin:
    not reported by source
    gradientRiver:
    22.57
    heightMinimum:
    51
    heightHypso10:
    296
    heightHypso20:
    412
    heightHypso30:
    483
    heightHypso40:
    554
    heightHypso50:
    652
    heightHypso60:
    705
    heightHypso70:
    799
    heightHypso80:
    884
    heightHypso90:
    1007
    heightMaximum:
    1324
    lengthKmBasin:
    18.33
    lengthKmRiver:
    25.92
    percentAgricul:
    0
    percentBog:
    0.44
    percentEffBog:
    not reported by source
    percentEffLake:
    1.7
    percentForest:
    17.79
    percentGlacier:
    1.61
    percentLake:
    7.84
    percentMountain:
    57.04
    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:
    264.14
    specificDischarge:
    59.97
    regulationArea:
    0
    areaReservoirs:
    0
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    0
    firstYearRegulation:
    0
    catchmentRegTypeName:
    Uregulert
    owner:
    SISO ENERGI AS
    qNumberOfYears:
    11
    qStartYear:
    2009
    qEndYear:
    2020
    qm:
    60.1825
    q5:
    75.4021
    q10:
    85.4351
    q20:
    94.2175
    q50:
    104.4775
    hm:
    3.3471
    h5:
    3.6275
    h10:
    3.7973
    h20:
    3.938
    h50:
    4.0944
    culQm:
    66.2939
    culQ5:
    83.0589
    culQ10:
    94.1108
    culQ20:
    103.785
    culQ50:
    115.0869
    culHm:
    3.4635
    culH5:
    3.758
    culH10:
    3.9363
    culH20:
    4.0841
    culH50:
    4.2484
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2008-10-28T13:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-10-28T14:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-10-29T11: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:
        2008-10-28T13:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-10-28T14:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-10-29T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2025-09-03T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2017-08-30T12:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2017-08-30T13:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2017-08-31T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2008-09-22T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2008-10-28T13:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-10-28T14:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-10-29T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  7. station_id:
    166.3.0
    stationName:
    Andkilvatn
    latitude:
    67.3967
    longitude:
    15.70056
    utmEast_Z33:
    530047
    utmNorth_Z33:
    7475774
    masl:
    12
    riverName:
    Fagerbakkvassdraget
    councilNumber:
    1845
    councilName:
    Sørfold
    countyName:
    Nordland
    drainageBasinKey:
    1966
    hierarchy:
    Fagerbakkvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    166.B2
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    249.4
    drainageBasinAreaNorway:
    249.4
    gradient1085:
    27.84
    gradientBasin:
    27.88
    gradientRiver:
    23.77
    heightMinimum:
    1
    heightHypso10:
    370
    heightHypso20:
    713
    heightHypso30:
    787
    heightHypso40:
    846
    heightHypso50:
    907
    heightHypso60:
    957
    heightHypso70:
    993
    heightHypso80:
    1055
    heightHypso90:
    1135
    heightMaximum:
    1419
    lengthKmBasin:
    24.37
    lengthKmRiver:
    38.75
    percentAgricul:
    0.04
    percentBog:
    0.67
    percentEffBog:
    not reported by source
    percentEffLake:
    5.18
    percentForest:
    7.59
    percentGlacier:
    6.99
    percentLake:
    14.73
    percentMountain:
    66.6
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    539783
    utmNorthGravi:
    7471081
    utmZoneInlet:
    33
    utmEastInlet:
    545825
    utmNorthInlet:
    7469657
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    615.53
    specificDischarge:
    78.21
    regulationArea:
    178.29
    areaReservoirs:
    17.71
    volumeReservoirs:
    655.5
    regulationPartReservoirs:
    1.06
    transferAreaIn:
    55.57
    transferAreaOut:
    229.36
    reservoirAreaIn:
    0
    reservoirAreaOut:
    17.71
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    655.5
    remainingArea:
    71.11
    numberReservoirs:
    2
    firstYearRegulation:
    1968
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    SISO ENERGI AS
    qNumberOfYears:
    14
    qStartYear:
    2012
    qEndYear:
    2025
    qm:
    30.6534
    q5:
    38.2937
    q10:
    47.0452
    q20:
    56.6707
    q50:
    71.2084
    hm:
    1.7904
    h5:
    1.9
    h10:
    2.0208
    h20:
    2.1491
    h50:
    2.3355
    culQm:
    32.4926
    culQ5:
    40.5913
    culQ10:
    49.8679
    culQ20:
    60.071
    culQ50:
    75.4809
    culHm:
    1.8172
    culH5:
    1.9322
    culH10:
    2.0589
    culH20:
    2.1934
    culH50:
    2.3889
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1960-09-02T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2012-05-23T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1960-09-01T11: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:
        1960-09-02T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2012-05-23T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1960-09-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  8. station_id:
    166.6.0
    stationName:
    Sisovatn
    latitude:
    67.3317
    longitude:
    15.83085
    utmEast_Z33:
    535732
    utmNorth_Z33:
    7468597
    masl:
    681
    riverName:
    Fagerbakkvassdraget
    councilNumber:
    1845
    councilName:
    Sørfold
    countyName:
    Nordland
    drainageBasinKey:
    1968
    hierarchy:
    Fagerbakkvassdraget
    lakeArea:
    14.95
    lakeName:
    Sisovatnet/Rundvatnet
    lakeNo:
    841
    regineNo:
    166.D1
    reservoirNo:
    229
    reservoirName:
    SISOVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    122.09
    drainageBasinAreaNorway:
    122.09
    gradient1085:
    16.05
    gradientBasin:
    21.59
    gradientRiver:
    12.04
    heightMinimum:
    665
    heightHypso10:
    671
    heightHypso20:
    673
    heightHypso30:
    809
    heightHypso40:
    864
    heightHypso50:
    933
    heightHypso60:
    971
    heightHypso70:
    1031
    heightHypso80:
    1085
    heightHypso90:
    1169
    heightMaximum:
    1418
    lengthKmBasin:
    18.69
    lengthKmRiver:
    22.67
    percentAgricul:
    0
    percentBog:
    0.46
    percentEffBog:
    not reported by source
    percentEffLake:
    11.53
    percentForest:
    0
    percentGlacier:
    12.31
    percentLake:
    20.42
    percentMountain:
    66.77
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    543271
    utmNorthGravi:
    7468368
    utmZoneInlet:
    33
    utmEastInlet:
    545822
    utmNorthInlet:
    7469655
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    325.15
    specificDischarge:
    84.39
    regulationArea:
    122.1
    areaReservoirs:
    14.95
    volumeReservoirs:
    606.5
    regulationPartReservoirs:
    1.87
    transferAreaIn:
    106.29
    transferAreaOut:
    0
    reservoirAreaIn:
    2.76
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    49
    reservoirVolumeOut:
    0
    remainingArea:
    -0.01
    numberReservoirs:
    1
    firstYearRegulation:
    1968
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    SISO 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:

    2 results

    1. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      0
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1968-10-07T11:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1968-10-07T11:00:00Z
        dataToTime:
        2026-06-13T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      0
      unit:
      millioner m³
      serieFrom:
      1968-10-07T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1968-10-07T11:00:00Z
        dataToTime:
        2026-06-13T22:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1968-10-07T11:00:00Z
        dataToTime:
        2026-06-13T11:00:00Z
  9. station_id:
    167.13.0
    stationName:
    Varrevæjekjav'ri
    latitude:
    67.57804
    longitude:
    16.23658
    utmEast_Z33:
    552632
    utmNorth_Z33:
    7496346
    masl:
    599
    riverName:
    elv fra Varrevaikaja
    councilNumber:
    1845
    councilName:
    Sørfold
    countyName:
    Nordland
    drainageBasinKey:
    1983
    hierarchy:
    elv fra Varrevaikaja/Veikdalselva/Kobbelvvassdraget
    lakeArea:
    2.29
    lakeName:
    Várreviejekjávrre
    lakeNo:
    863
    regineNo:
    167.BC1B
    reservoirNo:
    787
    reservoirName:
    VARREVÆJEKAJAVRRE
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    14.7
    drainageBasinAreaNorway:
    14.7
    gradient1085:
    52.9
    gradientBasin:
    30.21
    gradientRiver:
    53.7
    heightMinimum:
    599
    heightHypso10:
    621
    heightHypso20:
    644
    heightHypso30:
    677
    heightHypso40:
    707
    heightHypso50:
    765
    heightHypso60:
    808
    heightHypso70:
    861
    heightHypso80:
    927
    heightHypso90:
    1039
    heightMaximum:
    1262
    lengthKmBasin:
    5.61
    lengthKmRiver:
    7.06
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    15.62
    percentForest:
    0
    percentGlacier:
    0
    percentLake:
    17.42
    percentMountain:
    82.6
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    554535
    utmNorthGravi:
    7496350
    utmZoneInlet:
    33
    utmEastInlet:
    555590
    utmNorthInlet:
    7495175
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    31.68
    specificDischarge:
    68.29
    regulationArea:
    14.7
    areaReservoirs:
    2.29
    volumeReservoirs:
    50
    regulationPartReservoirs:
    1.58
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    2.29
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    50
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1987
    catchmentRegTypeName:
    regulert m/magasinregulering
    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:
    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
  10. station_id:
    167.14.0
    stationName:
    Langvatn
    latitude:
    67.53388
    longitude:
    16.19675
    utmEast_Z33:
    551032
    utmNorth_Z33:
    7491390
    masl:
    622
    riverName:
    Sørfjordelva
    councilNumber:
    1845
    councilName:
    Sørfold
    countyName:
    Nordland
    drainageBasinKey:
    1984
    hierarchy:
    Sørfjordelva
    lakeArea:
    13.98
    lakeName:
    Guhkesjávrre
    lakeNo:
    864
    regineNo:
    167.2B
    reservoirNo:
    814
    reservoirName:
    LANGVATNET
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    49.91
    drainageBasinAreaNorway:
    43.479
    gradient1085:
    3.41
    gradientBasin:
    19.92
    gradientRiver:
    16.2
    heightMinimum:
    619
    heightHypso10:
    620
    heightHypso20:
    663
    heightHypso30:
    683
    heightHypso40:
    719
    heightHypso50:
    762
    heightHypso60:
    805
    heightHypso70:
    840
    heightHypso80:
    889
    heightHypso90:
    988
    heightMaximum:
    1322
    lengthKmBasin:
    10.48
    lengthKmRiver:
    14.87
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    28.6
    percentForest:
    0
    percentGlacier:
    0.09
    percentLake:
    33.57
    percentMountain:
    66.16
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    551322
    utmNorthGravi:
    7491952
    utmZoneInlet:
    33
    utmEastInlet:
    548507
    utmNorthInlet:
    7493728
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    99.59
    specificDischarge:
    63.61
    regulationArea:
    49.61
    areaReservoirs:
    13.98
    volumeReservoirs:
    528
    regulationPartReservoirs:
    5.3
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    13.98
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    528
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1987
    catchmentRegTypeName:
    regulert m/magasinregulering
    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:
    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
  11. station_id:
    167.3.0
    stationName:
    Kobbvatn
    latitude:
    67.62386
    longitude:
    15.98929
    utmEast_Z33:
    542026
    utmNorth_Z33:
    7501265
    masl:
    10
    riverName:
    Kobbelvvassdraget
    councilNumber:
    1845
    councilName:
    Sørfold
    countyName:
    Nordland
    drainageBasinKey:
    1974
    hierarchy:
    Kobbelvvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    857
    regineNo:
    167.B0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    387.22
    drainageBasinAreaNorway:
    387.22
    gradient1085:
    21.37
    gradientBasin:
    33.35
    gradientRiver:
    20.46
    heightMinimum:
    6
    heightHypso10:
    263
    heightHypso20:
    411
    heightHypso30:
    567
    heightHypso40:
    664
    heightHypso50:
    709
    heightHypso60:
    795
    heightHypso70:
    856
    heightHypso80:
    925
    heightHypso90:
    1041
    heightMaximum:
    1507
    lengthKmBasin:
    25.45
    lengthKmRiver:
    41.94
    percentAgricul:
    0.04
    percentBog:
    0.59
    percentEffBog:
    not reported by source
    percentEffLake:
    2.46
    percentForest:
    16.37
    percentGlacier:
    2.22
    percentLake:
    14.06
    percentMountain:
    62.7
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    550271
    utmNorthGravi:
    7504782
    utmZoneInlet:
    33
    utmEastInlet:
    561760
    utmNorthInlet:
    7508742
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    782.09
    specificDischarge:
    64.01
    regulationArea:
    251.34
    areaReservoirs:
    35.37
    volumeReservoirs:
    948.09
    regulationPartReservoirs:
    1.21
    transferAreaIn:
    49.61
    transferAreaOut:
    0
    reservoirAreaIn:
    13.98
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    528
    reservoirVolumeOut:
    0
    remainingArea:
    135.83
    numberReservoirs:
    8
    firstYearRegulation:
    1987
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    STATKRAFT ENERGI AS
    qNumberOfYears:
    37
    qStartYear:
    1984
    qEndYear:
    2021
    qm:
    106.1126
    q5:
    121.6505
    q10:
    141.9638
    q20:
    165.3734
    q50:
    202.6501
    hm:
    2.6307
    h5:
    2.8042
    h10:
    3.0285
    h20:
    3.301
    h50:
    3.7091
    culQm:
    113.9042
    culQ5:
    130.5831
    culQ10:
    152.3879
    culQ20:
    177.5165
    culQ50:
    217.5303
    culHm:
    2.719
    culH5:
    2.8996
    culH10:
    3.1516
    culH20:
    3.4371
    culH50:
    3.8646
    seriesList:

    1 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1916-09-01T11:00:00Z
        dataToTime:
        2026-09-21T10:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1989-01-01T00:00:00Z
        dataToTime:
        2026-09-21T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1916-09-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  12. station_id:
    167.34.0
    stationName:
    Kobbelv Kraftverk
    latitude:
    67.62414
    longitude:
    15.9918
    utmEast_Z33:
    542132
    utmNorth_Z33:
    7501297
    masl:
    46
    riverName:
    Kobbelvvassdraget
    councilNumber:
    1845
    councilName:
    Sørfold
    countyName:
    Nordland
    drainageBasinKey:
    0
    hierarchy:
    Kobbelvvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    167.B0
    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 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:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1993-09-24T00:00:00
      serieTo:
      1994-07-01T00:00:00
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1993-09-24T08:00:00Z
        dataToTime:
        1994-07-01T07:48:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1993-09-24T09:00:00Z
        dataToTime:
        1994-07-01T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1993-09-25T11:00:00Z
        dataToTime:
        1994-06-30T11:00:00Z
  13. station_id:
    167.35.0
    stationName:
    Kobbelva ndf. Kobbvatnet
    latitude:
    67.59516
    longitude:
    15.95418
    utmEast_Z33:
    540584
    utmNorth_Z33:
    7498042
    masl:
    13
    riverName:
    Kobbelvvassdraget
    councilNumber:
    1845
    councilName:
    Sørfold
    countyName:
    Nordland
    drainageBasinKey:
    0
    hierarchy:
    Kobbelvvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    167.A
    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:
    STATKRAFT SF
    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:
      1975-05-03T00:00:00
      serieTo:
      1983-10-30T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1975-05-03T11:00:00Z
        dataToTime:
        1983-10-30T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1975-05-03T11:00:00Z
        dataToTime:
        1983-10-30T11:00:00Z
    2. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1972-06-01T00:00:00
      serieTo:
      1973-05-31T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1972-06-01T11:00:00Z
        dataToTime:
        1973-05-31T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-06-01T11:00:00Z
        dataToTime:
        1973-05-31T11:00:00Z
  14. station_id:
    167.39.0
    stationName:
    Kobbelv kraftstasjon
    latitude:
    67.62228
    longitude:
    15.99021
    utmEast_Z33:
    542068
    utmNorth_Z33:
    7501089
    masl:
    13
    riverName:
    Kobbelvvassdraget
    councilNumber:
    1845
    councilName:
    Sørfold
    countyName:
    Nordland
    drainageBasinKey:
    0
    hierarchy:
    Kobbelvvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    167.B0
    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:
    STATKRAFT SF
    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:
      1987-02-24T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1987-02-24T12:00:00Z
        dataToTime:
        2025-12-12T10:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-12-04T14:00:00Z
        dataToTime:
        2025-12-12T10:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-02-25T11:00:00Z
        dataToTime:
        2025-12-11T11:00:00Z
  15. station_id:
    168.2.0
    stationName:
    Mørsvik bru
    latitude:
    67.71571
    longitude:
    15.87357
    utmEast_Z33:
    536966
    utmNorth_Z33:
    7511430
    masl:
    78
    riverName:
    Marsvikelva
    councilNumber:
    1845
    councilName:
    Sørfold
    countyName:
    Nordland
    drainageBasinKey:
    1987
    hierarchy:
    Marsvikelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    168.5Z
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    31.23
    drainageBasinAreaNorway:
    31.23
    gradient1085:
    36.45
    gradientBasin:
    34.15
    gradientRiver:
    40.52
    heightMinimum:
    73
    heightHypso10:
    164
    heightHypso20:
    256
    heightHypso30:
    328
    heightHypso40:
    356
    heightHypso50:
    384
    heightHypso60:
    433
    heightHypso70:
    502
    heightHypso80:
    651
    heightHypso90:
    832
    heightMaximum:
    1092
    lengthKmBasin:
    6.93
    lengthKmRiver:
    10.46
    percentAgricul:
    0
    percentBog:
    4.74
    percentEffBog:
    not reported by source
    percentEffLake:
    4.35
    percentForest:
    49.96
    percentGlacier:
    0
    percentLake:
    9.42
    percentMountain:
    27.71
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    538910
    utmNorthGravi:
    7514218
    utmZoneInlet:
    33
    utmEastInlet:
    541531
    utmNorthInlet:
    7514204
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    52.52
    specificDischarge:
    53.53
    regulationArea:
    0
    areaReservoirs:
    0
    volumeReservoirs:
    0
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    0
    firstYearRegulation:
    0
    catchmentRegTypeName:
    Uregulert
    owner:
    NORD-SALTEN KRAFT AS
    qNumberOfYears:
    40
    qStartYear:
    1986
    qEndYear:
    2025
    qm:
    15.1065
    q5:
    17.9749
    q10:
    21.1675
    q20:
    24.6418
    q50:
    29.8264
    hm:
    1.3899
    h5:
    1.4948
    h10:
    1.6018
    h20:
    1.7092
    h50:
    1.8558
    culQm:
    17.4029
    culQ5:
    20.7073
    culQ10:
    24.3852
    culQ20:
    28.3877
    culQ50:
    34.3604
    culHm:
    1.4746
    culH5:
    1.5869
    culH10:
    1.7016
    culH20:
    1.8165
    culH50:
    1.9735
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1985-08-28T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-08-28T19:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-08-28T11: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:
        1985-08-28T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-08-28T19:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1985-08-28T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2024-03-04T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-12-19T22:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-12-19T22:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-12-20T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1996-10-25T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1996-10-25T13:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-10-25T14:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-10-26T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
limit:
25
offset:
0
returned:
15
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.