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-21T14:37:54Z in 0.152 seconds.

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

Showing 8 of 8 results in compact format.

  1. station_id:
    85.10.0
    latitude:
    61.69372
    longitude:
    5.32806
  2. station_id:
    85.2.0
    latitude:
    61.56561
    longitude:
    5.5198
  3. station_id:
    85.3.0
    latitude:
    61.69139
    longitude:
    5.45682
  4. station_id:
    85.4.0
    latitude:
    61.6484
    longitude:
    5.44487
  5. station_id:
    85.6.0
    latitude:
    61.69176
    longitude:
    5.44088
  6. station_id:
    85.7.0
    latitude:
    61.74506
    longitude:
    5.55745
  7. station_id:
    85.8.0
    latitude:
    61.57344
    longitude:
    5.53787
  8. station_id:
    85.9.0
    latitude:
    61.65776
    longitude:
    5.29453
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=Kinn&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T14:37:54.7458726Z
queryTime:
00:00:00.0008376
itemCount:
8
data:

8 results

  1. station_id:
    85.10.0
    stationName:
    Svartevatn
    latitude:
    61.69372
    longitude:
    5.32806
    utmEast_Z33:
    -10324
    utmNorth_Z33:
    6878115
    masl:
    780
    riverName:
    Svartevasselva
    councilNumber:
    4602
    councilName:
    Kinn
    countyName:
    Vestland
    drainageBasinKey:
    1439
    hierarchy:
    Svartevasselva/Norddalselva
    lakeArea:
    1.55
    lakeName:
    Svartevatnet
    lakeNo:
    1768
    regineNo:
    085.5A4A
    reservoirNo:
    546
    reservoirName:
    SVARTEVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    4.38
    drainageBasinAreaNorway:
    4.38
    gradient1085:
    0
    gradientBasin:
    31.6
    gradientRiver:
    -0.35
    heightMinimum:
    767
    heightHypso10:
    767
    heightHypso20:
    770
    heightHypso30:
    809
    heightHypso40:
    819
    heightHypso50:
    869
    heightHypso60:
    898
    heightHypso70:
    950
    heightHypso80:
    1006
    heightHypso90:
    1046
    heightMaximum:
    1150
    lengthKmBasin:
    3.16
    lengthKmRiver:
    2.82
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    36.04
    percentForest:
    0
    percentGlacier:
    0
    percentLake:
    38.53
    percentMountain:
    61.43
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    -10683
    utmNorthGravi:
    6879396
    utmZoneInlet:
    33
    utmEastInlet:
    -11765
    utmNorthInlet:
    6880668
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    23.24
    specificDischarge:
    168.14
    regulationArea:
    4.38
    areaReservoirs:
    1.55
    volumeReservoirs:
    30.5
    regulationPartReservoirs:
    1.31
    transferAreaIn:
    0
    transferAreaOut:
    4.38
    reservoirAreaIn:
    0
    reservoirAreaOut:
    1.55
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    30.5
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1963
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    SVELGEN KRAFT AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      2 results

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

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1992-09-21T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-09-21T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  2. station_id:
    85.2.0
    stationName:
    Blåmannsvatn
    latitude:
    61.56561
    longitude:
    5.5198
    utmEast_Z33:
    -2340
    utmNorth_Z33:
    6862457
    masl:
    44
    riverName:
    Oselvvassdraget
    councilNumber:
    4602
    councilName:
    Kinn
    countyName:
    Vestland
    drainageBasinKey:
    1433
    hierarchy:
    Oselvvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    28318
    regineNo:
    085.C2
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    225.63
    drainageBasinAreaNorway:
    225.63
    gradient1085:
    7.08
    gradientBasin:
    32.24
    gradientRiver:
    17.88
    heightMinimum:
    43
    heightHypso10:
    213
    heightHypso20:
    290
    heightHypso30:
    332
    heightHypso40:
    450
    heightHypso50:
    507
    heightHypso60:
    583
    heightHypso70:
    662
    heightHypso80:
    687
    heightHypso90:
    768
    heightMaximum:
    1110
    lengthKmBasin:
    26.19
    lengthKmRiver:
    38.58
    percentAgricul:
    1.4
    percentBog:
    2.67
    percentEffBog:
    not reported by source
    percentEffLake:
    5.1
    percentForest:
    38.98
    percentGlacier:
    0
    percentLake:
    13.32
    percentMountain:
    36.85
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    7412
    utmNorthGravi:
    6867128
    utmZoneInlet:
    33
    utmEastInlet:
    17330
    utmNorthInlet:
    6876140
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    624.53
    specificDischarge:
    87.82
    regulationArea:
    12.45
    areaReservoirs:
    1.43
    volumeReservoirs:
    19
    regulationPartReservoirs:
    0.03
    transferAreaIn:
    0
    transferAreaOut:
    12.45
    reservoirAreaIn:
    0
    reservoirAreaOut:
    1.43
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    19
    remainingArea:
    212.9
    numberReservoirs:
    1
    firstYearRegulation:
    0
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    SFE AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    97.35
    q5:
    117.79
    q10:
    135.32
    q20:
    152.84
    q50:
    174.26
    hm:
    3.82
    h5:
    4.27
    h10:
    4.62
    h20:
    4.95
    h50:
    5.32
    culQm:
    98.1
    culQ5:
    118.7
    culQ10:
    136.36
    culQ20:
    154.02
    culQ50:
    175.6
    culHm:
    3.84
    culH5:
    4.29
    culH10:
    4.64
    culH20:
    4.97
    culH50:
    5.35
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1929-03-16T11:00:00Z
        dataToTime:
        2026-09-21T13:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-03-19T14:00:00Z
        dataToTime:
        2026-09-21T13:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1929-03-16T11: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:
        1929-03-16T11:00:00Z
        dataToTime:
        2026-09-21T13:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1997-03-19T14:00:00Z
        dataToTime:
        2026-09-21T13:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1929-03-16T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  3. station_id:
    85.3.0
    stationName:
    Svartebotten
    latitude:
    61.69139
    longitude:
    5.45682
    utmEast_Z33:
    -3603
    utmNorth_Z33:
    6876850
    masl:
    444
    riverName:
    Norddalselva
    councilNumber:
    4602
    councilName:
    Kinn
    countyName:
    Vestland
    drainageBasinKey:
    2297
    hierarchy:
    Norddalselva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    085.5E1
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    4.63
    drainageBasinAreaNorway:
    4.63
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    531
    heightHypso10:
    649
    heightHypso20:
    731
    heightHypso30:
    784
    heightHypso40:
    812
    heightHypso50:
    877
    heightHypso60:
    952
    heightHypso70:
    1004
    heightHypso80:
    1056
    heightHypso90:
    1122
    heightMaximum:
    1201
    lengthKmBasin:
    3.93
    lengthKmRiver:
    not reported by source
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    2.64
    percentForest:
    0
    percentGlacier:
    0
    percentLake:
    5.63
    percentMountain:
    94.41
    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:
    23.64
    specificDischarge:
    163.21
    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:
    1973
    catchmentRegTypeName:
    Uregulert
    owner:
    SFE AS
    qNumberOfYears:
    42
    qStartYear:
    1981
    qEndYear:
    2025
    qm:
    8.2697
    q5:
    10.2667
    q10:
    12.0989
    q20:
    13.9472
    q50:
    16.4792
    hm:
    2.8633
    h5:
    2.9758
    h10:
    3.0688
    h20:
    3.155
    h50:
    3.2634
    culQm:
    15.6515
    culQ5:
    19.4311
    culQ10:
    22.8989
    culQ20:
    26.3971
    culQ50:
    31.1892
    culHm:
    3.229
    culH5:
    3.3787
    culH10:
    3.5023
    culH20:
    3.617
    culH50:
    3.7612
    seriesList:

    3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1981-01-01T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-12-08T14:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1981-01-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:
        1981-01-01T11:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-12-08T14:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1981-01-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2005-11-18T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2005-11-18T11:30:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-11-18T12:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-11-19T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  4. station_id:
    85.4.0
    stationName:
    Straumstad (Solheimsvatnet)
    latitude:
    61.6484
    longitude:
    5.44487
    utmEast_Z33:
    -4935
    utmNorth_Z33:
    6872190
    masl:
    15
    riverName:
    Solheimsvassdraget
    councilNumber:
    4602
    councilName:
    Kinn
    countyName:
    Vestland
    drainageBasinKey:
    1434
    hierarchy:
    Solheimsvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    1761
    regineNo:
    085.4B
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, ikke pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    109.68
    drainageBasinAreaNorway:
    109.68
    gradient1085:
    47.46
    gradientBasin:
    42.49
    gradientRiver:
    48.37
    heightMinimum:
    0
    heightHypso10:
    180
    heightHypso20:
    330
    heightHypso30:
    420
    heightHypso40:
    536
    heightHypso50:
    620
    heightHypso60:
    685
    heightHypso70:
    769
    heightHypso80:
    862
    heightHypso90:
    1029
    heightMaximum:
    1384
    lengthKmBasin:
    15
    lengthKmRiver:
    19.41
    percentAgricul:
    1.28
    percentBog:
    1.01
    percentEffBog:
    not reported by source
    percentEffLake:
    2.41
    percentForest:
    26.37
    percentGlacier:
    3.7
    percentLake:
    6.39
    percentMountain:
    51.66
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    2722
    utmNorthGravi:
    6874693
    utmZoneInlet:
    33
    utmEastInlet:
    8716
    utmNorthInlet:
    6875741
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    414.71
    specificDischarge:
    119.88
    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:
    SFE AS
    qNumberOfYears:
    49
    qStartYear:
    1975
    qEndYear:
    2025
    qm:
    136.0539
    q5:
    168.2658
    q10:
    194.4156
    q20:
    219.4798
    q50:
    251.8949
    hm:
    3.3297
    h5:
    3.5934
    h10:
    3.785
    h20:
    3.9539
    h50:
    4.1553
    culQm:
    174.8765
    culQ5:
    216.28
    culQ10:
    249.8915
    culQ20:
    282.1077
    culQ50:
    323.7723
    culHm:
    3.6435
    culH5:
    3.933
    culH10:
    4.1433
    culH20:
    4.3288
    culH50:
    4.5498
    seriesList:

    4 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-12-20T00:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-12-20T00:00:00Z
        dataToTime:
        2026-09-21T14: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:
      2007-07-02T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2007-07-05T13:30:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-07-05T14:00:00Z
        dataToTime:
        2026-09-21T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-07-06T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  5. station_id:
    85.6.0
    stationName:
    Storbotnvatn
    latitude:
    61.69176
    longitude:
    5.44088
    utmEast_Z33:
    -4434
    utmNorth_Z33:
    6877015
    masl:
    380
    riverName:
    Norddalselva
    councilNumber:
    4602
    councilName:
    Kinn
    countyName:
    Vestland
    drainageBasinKey:
    1436
    hierarchy:
    Norddalselva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    23135
    regineNo:
    085.5D
    reservoirNo:
    544
    reservoirName:
    STORBOTNVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    43.48
    drainageBasinAreaNorway:
    43.48
    gradient1085:
    45.08
    gradientBasin:
    45.64
    gradientRiver:
    48.79
    heightMinimum:
    372
    heightHypso10:
    479
    heightHypso20:
    607
    heightHypso30:
    712
    heightHypso40:
    803
    heightHypso50:
    880
    heightHypso60:
    955
    heightHypso70:
    1040
    heightHypso80:
    1117
    heightHypso90:
    1193
    heightMaximum:
    1361
    lengthKmBasin:
    10.39
    lengthKmRiver:
    12.75
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    6.52
    percentForest:
    3.14
    percentGlacier:
    3.7
    percentLake:
    13.62
    percentMountain:
    74.87
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    -2068
    utmNorthGravi:
    6880633
    utmZoneInlet:
    33
    utmEastInlet:
    3630
    utmNorthInlet:
    6883361
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    211.13
    specificDischarge:
    153.87
    regulationArea:
    43.48
    areaReservoirs:
    4.93
    volumeReservoirs:
    185
    regulationPartReservoirs:
    0.88
    transferAreaIn:
    4.59
    transferAreaOut:
    48.07
    reservoirAreaIn:
    0
    reservoirAreaOut:
    4.93
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    185
    remainingArea:
    0
    numberReservoirs:
    2
    firstYearRegulation:
    1973
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    SVELGEN KRAFT AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      2 results

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

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1992-09-21T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-09-21T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  6. station_id:
    85.7.0
    stationName:
    Blåbrevatn
    latitude:
    61.74506
    longitude:
    5.55745
    utmEast_Z33:
    2549
    utmNorth_Z33:
    6882006
    masl:
    997
    riverName:
    Norddalselva
    councilNumber:
    4602
    councilName:
    Kinn
    countyName:
    Vestland
    drainageBasinKey:
    1437
    hierarchy:
    Norddalselva
    lakeArea:
    1.36
    lakeName:
    Blåbrevatnet
    lakeNo:
    1766
    regineNo:
    085.5G
    reservoirNo:
    545
    reservoirName:
    BLÅBREVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    5.04
    drainageBasinAreaNorway:
    5.04
    gradient1085:
    0
    gradientBasin:
    22.17
    gradientRiver:
    -2.7
    heightMinimum:
    993
    heightHypso10:
    1005
    heightHypso20:
    1030
    heightHypso30:
    1043
    heightHypso40:
    1060
    heightHypso50:
    1088
    heightHypso60:
    1124
    heightHypso70:
    1171
    heightHypso80:
    1191
    heightHypso90:
    1255
    heightMaximum:
    1327
    lengthKmBasin:
    2.1
    lengthKmRiver:
    0.74
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    10.48
    percentForest:
    0
    percentGlacier:
    11.59
    percentLake:
    27.04
    percentMountain:
    61.26
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    3037
    utmNorthGravi:
    6882195
    utmZoneInlet:
    33
    utmEastInlet:
    3630
    utmNorthInlet:
    6883361
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    28.4
    specificDischarge:
    179.28
    regulationArea:
    5.02
    areaReservoirs:
    1.36
    volumeReservoirs:
    44
    regulationPartReservoirs:
    1.55
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    1.36
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    44
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1973
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    SFE AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      2 results

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

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1992-10-05T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-10-05T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
  7. station_id:
    85.8.0
    stationName:
    Oselva ndf. Endestadvatnet
    latitude:
    61.57344
    longitude:
    5.53787
    utmEast_Z33:
    -1260
    utmNorth_Z33:
    6863184
    masl:
    57
    riverName:
    Oselvvassdraget
    councilNumber:
    4602
    councilName:
    Kinn
    countyName:
    Vestland
    drainageBasinKey:
    0
    hierarchy:
    Oselvvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    085.C2
    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:
    SFE 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:
      1983-06-18T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1983-06-18T18:00:00Z
        dataToTime:
        2026-06-10T12:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-06-03T14:00:00Z
        dataToTime:
        2026-06-10T12:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1983-06-19T11:00:00Z
        dataToTime:
        2026-06-09T11:00:00Z
  8. station_id:
    85.9.0
    stationName:
    Børevatn
    latitude:
    61.65776
    longitude:
    5.29453
    utmEast_Z33:
    -12682
    utmNorth_Z33:
    6874406
    masl:
    501
    riverName:
    Haukåa
    councilNumber:
    4602
    councilName:
    Kinn
    countyName:
    Vestland
    drainageBasinKey:
    1438
    hierarchy:
    Haukåa
    lakeArea:
    0.6
    lakeName:
    Børevatnet
    lakeNo:
    1769
    regineNo:
    085.52E
    reservoirNo:
    808
    reservoirName:
    BØREVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    3.95
    drainageBasinAreaNorway:
    3.95
    gradient1085:
    20.75
    gradientBasin:
    44.91
    gradientRiver:
    65.26
    heightMinimum:
    503
    heightHypso10:
    503
    heightHypso20:
    590
    heightHypso30:
    612
    heightHypso40:
    660
    heightHypso50:
    698
    heightHypso60:
    739
    heightHypso70:
    791
    heightHypso80:
    851
    heightHypso90:
    923
    heightMaximum:
    1073
    lengthKmBasin:
    2.15
    lengthKmRiver:
    1.67
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    15.23
    percentForest:
    0
    percentGlacier:
    0
    percentLake:
    15.97
    percentMountain:
    84.12
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    -12855
    utmNorthGravi:
    6875319
    utmZoneInlet:
    33
    utmEastInlet:
    -11800
    utmNorthInlet:
    6875572
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    18.2
    specificDischarge:
    146.01
    regulationArea:
    3.95
    areaReservoirs:
    0.6
    volumeReservoirs:
    5.7
    regulationPartReservoirs:
    0.31
    transferAreaIn:
    1.49
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0.6
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    5.7
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    1963
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    SVELGEN KRAFT AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      2 results

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

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1992-09-21T11:00:00Z
        dataToTime:
        2026-06-20T22:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1992-09-21T11:00:00Z
        dataToTime:
        2026-06-20T11:00:00Z
limit:
25
offset:
0
returned:
8
has_more_results:
no
truncated:
no
Will you use the result in generated code?

Open the same result as JSON

Is data missing or incorrect? Send feedback about this result.

Continue exploring

How an AI agent should use this page

Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.

How to use the search_stations lookup

  1. Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
  2. Check types, units, limits and ID formats in the parameter table.
  3. Follow linked results to canonical pages before combining sources.

Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.

Source-specific next step

Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.