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-22T08:48:36Z in 0.231 seconds.

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

Showing 6 of 6 results in compact format.

  1. station_id:
    162.3.0
    latitude:
    67.08398
    longitude:
    14.98147
  2. station_id:
    162.8.0
    latitude:
    67.16998
    longitude:
    14.45588
  3. station_id:
    165.11.0
    latitude:
    67.3084
    longitude:
    14.43116
  4. station_id:
    165.13.0
    latitude:
    67.53911
    longitude:
    14.87048
  5. station_id:
    165.2.0
    latitude:
    67.3634
    longitude:
    14.88433
  6. station_id:
    165.9.0
    latitude:
    67.28674
    longitude:
    14.45883
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=BOD%C3%98&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-22T08:48:36.8204645Z
queryTime:
00:00:00.0015148
itemCount:
6
data:

6 results

  1. station_id:
    162.3.0
    stationName:
    Skarsvatn
    latitude:
    67.08398
    longitude:
    14.98147
    utmEast_Z33:
    499195
    utmNorth_Z33:
    7440743
    masl:
    164
    riverName:
    Lakselva
    councilNumber:
    1804
    councilName:
    Bodø
    countyName:
    Nordland
    drainageBasinKey:
    1932
    hierarchy:
    Lakselva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    46606
    regineNo:
    162.7A12
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    145.39
    drainageBasinAreaNorway:
    145.39
    gradient1085:
    17.66
    gradientBasin:
    not reported by source
    gradientRiver:
    16.91
    heightMinimum:
    159
    heightHypso10:
    298
    heightHypso20:
    403
    heightHypso30:
    454
    heightHypso40:
    495
    heightHypso50:
    539
    heightHypso60:
    576
    heightHypso70:
    601
    heightHypso80:
    622
    heightHypso90:
    649
    heightMaximum:
    831
    lengthKmBasin:
    18.36
    lengthKmRiver:
    29.75
    percentAgricul:
    1.04
    percentBog:
    6.92
    percentEffBog:
    not reported by source
    percentEffLake:
    0.76
    percentForest:
    44.11
    percentGlacier:
    0
    percentLake:
    6.76
    percentMountain:
    34.13
    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:
    164.98
    specificDischarge:
    36.04
    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:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    48.37
    q5:
    59.4
    q10:
    68.75
    q20:
    77.25
    q50:
    89.55
    hm:
    2.57
    h5:
    2.83
    h10:
    3.03
    h20:
    3.21
    h50:
    3.45
    culQm:
    54
    culQ5:
    67
    culQ10:
    78
    culQ20:
    88
    culQ50:
    102
    culHm:
    2.7
    culH5:
    2.99
    culH10:
    3.22
    culH20:
    3.42
    culH50:
    3.68
    seriesList:

    4 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1984-10-05T11:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-10-05T13:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-10-05T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. 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:
        1984-10-05T11:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-10-05T13:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-10-05T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      2
      unit:
      °C
      serieFrom:
      2008-06-24T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2008-06-24T06:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-07-11T01:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2008-07-11T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  2. station_id:
    162.8.0
    stationName:
    Valnesvatn
    latitude:
    67.16998
    longitude:
    14.45588
    utmEast_Z33:
    476441
    utmNorth_Z33:
    7450432
    masl:
    121
    riverName:
    Valnesforsen
    councilNumber:
    1804
    councilName:
    Bodø
    countyName:
    Nordland
    drainageBasinKey:
    1933
    hierarchy:
    Valnesforsen
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    162.1B
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    66.77
    drainageBasinAreaNorway:
    66.77
    gradient1085:
    23.08
    gradientBasin:
    not reported by source
    gradientRiver:
    37.57
    heightMinimum:
    121
    heightHypso10:
    177
    heightHypso20:
    219
    heightHypso30:
    250
    heightHypso40:
    286
    heightHypso50:
    326
    heightHypso60:
    366
    heightHypso70:
    412
    heightHypso80:
    494
    heightHypso90:
    638
    heightMaximum:
    1140
    lengthKmBasin:
    10.04
    lengthKmRiver:
    12.54
    percentAgricul:
    0.07
    percentBog:
    3.8
    percentEffBog:
    not reported by source
    percentEffLake:
    7.95
    percentForest:
    36.12
    percentGlacier:
    0
    percentLake:
    13.01
    percentMountain:
    26.18
    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:
    100.37
    specificDischarge:
    47.65
    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:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    88
    qStartYear:
    1913
    qEndYear:
    2025
    qm:
    36.3429
    q5:
    45.7611
    q10:
    59.4592
    q20:
    75.8005
    q50:
    102.8636
    hm:
    1.2111
    h5:
    1.3025
    h10:
    1.4155
    h20:
    1.5299
    h50:
    1.6879
    culQm:
    40.3009
    culQ5:
    50.7448
    culQ10:
    65.9347
    culQ20:
    84.0557
    culQ50:
    114.0662
    culHm:
    1.2512
    culH5:
    1.3459
    culH10:
    1.463
    culH20:
    1.5815
    culH50:
    1.7453
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2007-05-24T13:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-05-24T14:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-05-25T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2007-05-24T13:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-05-24T14:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-05-25T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2024-05-22T00: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-22T08:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-12-19T22:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-12-20T11:00:00Z
        dataToTime:
        2026-09-22T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2007-05-22T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2007-08-13T16:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-08-13T17:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-08-14T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  3. station_id:
    165.11.0
    stationName:
    Skivika
    latitude:
    67.3084
    longitude:
    14.43116
    utmEast_Z33:
    475512
    utmNorth_Z33:
    7465872
    masl:
    3
    riverName:
    KYSTFELT
    councilNumber:
    1804
    councilName:
    Bodø
    countyName:
    Nordland
    drainageBasinKey:
    2469
    hierarchy:
    Kyst Saltstraumen-Bodø-Tårnvikfjellet
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    165.4
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1.001
    drainageBasinAreaNorway:
    1.001
    gradient1085:
    0
    gradientBasin:
    0
    gradientRiver:
    0
    heightMinimum:
    0
    heightHypso10:
    27
    heightHypso20:
    42
    heightHypso30:
    56
    heightHypso40:
    70
    heightHypso50:
    95
    heightHypso60:
    115
    heightHypso70:
    140
    heightHypso80:
    142
    heightHypso90:
    154
    heightMaximum:
    205
    lengthKmBasin:
    1.05
    lengthKmRiver:
    0
    percentAgricul:
    0
    percentBog:
    2
    percentEffBog:
    not reported by source
    percentEffLake:
    0
    percentForest:
    55.36
    percentGlacier:
    0
    percentLake:
    0
    percentMountain:
    0
    percentUrban:
    26.12
    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:
    0.71
    specificDischarge:
    22.5
    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:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    29
    qStartYear:
    1997
    qEndYear:
    2025
    qm:
    0.0418
    q5:
    0.0516
    q10:
    0.057
    q20:
    0.0613
    q50:
    0.066
    hm:
    0.1833
    h5:
    0.1993
    h10:
    0.2074
    h20:
    0.2137
    h50:
    0.2201
    culQm:
    0.062
    culQ5:
    0.0764
    culQ10:
    0.0844
    culQ20:
    0.0909
    culQ50:
    0.0979
    culHm:
    0.2146
    culH5:
    0.2333
    culH10:
    0.2426
    culH20:
    0.2495
    culH50:
    0.2566
    seriesList:

    6 results

    1. parameterName:
      Nedbør
      parameter:
      0
      versionNo:
      1
      unit:
      mm
      serieFrom:
      1996-09-03T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1996-09-03T08:56:00Z
        dataToTime:
        2026-09-22T08:05:00Z
      2. resTime:
        60
        method:
        Sum
        timeOffset:
        0
        dataFromTime:
        1996-09-03T08:00:00Z
        dataToTime:
        2026-09-22T09:00:00Z
      3. resTime:
        1440
        method:
        Sum
        timeOffset:
        0
        dataFromTime:
        1996-09-03T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    2. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      1
      unit:
      m
      serieFrom:
      1996-09-03T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1996-09-03T08:56:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-09-03T10:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-09-04T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. 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:
        1996-09-03T08:56:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-09-03T10:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-09-04T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    4. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2015-06-10T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2015-06-10T14:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-06-10T15:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-06-11T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    5. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1997-09-10T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1997-10-03T08:15:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-10-03T09:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-10-04T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    6. parameterName:
      Relativ luftfuktighet
      parameter:
      2
      versionNo:
      1
      unit:
      %
      serieFrom:
      2015-06-10T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2015-06-10T13:30:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-06-10T14:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-06-11T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  4. station_id:
    165.13.0
    stationName:
    Nye Strandå
    latitude:
    67.53911
    longitude:
    14.87048
    utmEast_Z33:
    494478
    utmNorth_Z33:
    7491486
    masl:
    17
    riverName:
    elv i Strandvassbotn
    councilNumber:
    1804
    councilName:
    Bodø
    countyName:
    Nordland
    drainageBasinKey:
    2329
    hierarchy:
    elv i Strandvassbotn
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    165.8Z
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    24.06
    drainageBasinAreaNorway:
    24.06
    gradient1085:
    13.09
    gradientBasin:
    not reported by source
    gradientRiver:
    32.57
    heightMinimum:
    12
    heightHypso10:
    22
    heightHypso20:
    40
    heightHypso30:
    78
    heightHypso40:
    146
    heightHypso50:
    209
    heightHypso60:
    278
    heightHypso70:
    331
    heightHypso80:
    425
    heightHypso90:
    630
    heightMaximum:
    942
    lengthKmBasin:
    7.06
    lengthKmRiver:
    10.9
    percentAgricul:
    0.4
    percentBog:
    9.32
    percentEffBog:
    not reported by source
    percentEffLake:
    1.99
    percentForest:
    41.68
    percentGlacier:
    0
    percentLake:
    3.98
    percentMountain:
    20.54
    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:
    37.39
    specificDischarge:
    49.29
    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:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    109
    qStartYear:
    1917
    qEndYear:
    2025
    qm:
    12.558
    q5:
    15.4728
    q10:
    18.2654
    q20:
    21.1323
    q50:
    25.1381
    hm:
    1.133
    h5:
    1.2416
    h10:
    1.3372
    h20:
    1.4286
    h50:
    1.5474
    culQm:
    15.9096
    culQ5:
    19.6023
    culQ10:
    23.1403
    culQ20:
    26.7724
    culQ50:
    31.8473
    culHm:
    1.2571
    culH5:
    1.3806
    culH10:
    1.4893
    culH20:
    1.5933
    culH50:
    1.7284
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2009-08-14T07:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-08-14T08:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-08-14T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2009-08-14T07:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-08-14T07:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-08-15T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2010-01-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2010-02-01T00:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-02-01T01:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-02-01T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2013-04-04T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-04-04T00:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-04-04T01:00:00Z
        dataToTime:
        2026-09-22T08:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-04-04T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  5. station_id:
    165.2.0
    stationName:
    Heggmovatn
    latitude:
    67.3634
    longitude:
    14.88433
    utmEast_Z33:
    495032
    utmNorth_Z33:
    7471897
    masl:
    131
    riverName:
    Vatnvassdraget
    councilNumber:
    1804
    councilName:
    Bodø
    countyName:
    Nordland
    drainageBasinKey:
    1960
    hierarchy:
    Vatnvassdraget
    lakeArea:
    9.42
    lakeName:
    Heggmovatnet
    lakeNo:
    833
    regineNo:
    165.1D
    reservoirNo:
    228
    reservoirName:
    HEGGMOVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    79.28
    drainageBasinAreaNorway:
    79.28
    gradient1085:
    33.91
    gradientBasin:
    42.09
    gradientRiver:
    42.74
    heightMinimum:
    131
    heightHypso10:
    131
    heightHypso20:
    241
    heightHypso30:
    346
    heightHypso40:
    454
    heightHypso50:
    545
    heightHypso60:
    636
    heightHypso70:
    710
    heightHypso80:
    779
    heightHypso90:
    862
    heightMaximum:
    1151
    lengthKmBasin:
    13.25
    lengthKmRiver:
    16.47
    percentAgricul:
    0
    percentBog:
    1.32
    percentEffBog:
    not reported by source
    percentEffLake:
    12.08
    percentForest:
    18.67
    percentGlacier:
    0
    percentLake:
    14.8
    percentMountain:
    46.97
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    501609
    utmNorthGravi:
    7474270
    utmZoneInlet:
    33
    utmEastInlet:
    503442
    utmNorthInlet:
    7472122
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    126.66
    specificDischarge:
    50.7
    regulationArea:
    79.17
    areaReservoirs:
    9.42
    volumeReservoirs:
    116
    regulationPartReservoirs:
    0.92
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    9.42
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    116
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1981
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    SKS PRODUKSJON AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    1 results

    1. 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:
        1923-01-02T11:00:00Z
        dataToTime:
        2026-09-20T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-01-01T00:00:00Z
        dataToTime:
        2026-09-20T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1923-01-02T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  6. station_id:
    165.9.0
    stationName:
    Vågønes
    latitude:
    67.28674
    longitude:
    14.45883
    utmEast_Z33:
    476682
    utmNorth_Z33:
    7463447
    masl:
    38
    riverName:
    KYSTFELT
    councilNumber:
    1804
    councilName:
    Bodø
    countyName:
    Nordland
    drainageBasinKey:
    0
    hierarchy:
    Kyst Saltstraumen-Bodø-Tårnvikfjellet
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    165.20
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    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:
    HH. Hydrologisk avd./Hydrometri
    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:

    3 results

    1. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2009-10-07T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2009-10-07T19:00:00Z
        dataToTime:
        2026-09-22T07:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-10-07T20:00:00Z
        dataToTime:
        2026-09-22T07:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-10-08T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    2. parameterName:
      Grunnvannstemperatur
      parameter:
      2015
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2009-10-07T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2009-10-07T19:00:00Z
        dataToTime:
        2026-09-22T07:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-10-07T20:00:00Z
        dataToTime:
        2026-09-22T07:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-10-08T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Grunnvannsnivå - Dyp under bakken
      parameter:
      5130
      versionNo:
      3
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1999-05-20T14:00:00Z
        dataToTime:
        2026-09-22T07:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1999-05-20T15:00:00Z
        dataToTime:
        2026-09-22T07:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1999-05-21T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
limit:
25
offset:
0
returned:
6
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.