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

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

Showing 6 of 6 results in compact format.

  1. station_id:
    27.15.0
    latitude:
    58.68172
    longitude:
    6.23135
  2. station_id:
    27.16.0
    latitude:
    58.68554
    longitude:
    6.49427
  3. station_id:
    27.25.0
    latitude:
    58.57358
    longitude:
    6.06604
  4. station_id:
    27.29.0
    latitude:
    58.5836
    longitude:
    6.07469
  5. station_id:
    27.52.0
    latitude:
    58.69754
    longitude:
    6.19728
  6. station_id:
    27.9.0
    latitude:
    58.71671
    longitude:
    6.08344
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=BJERKREIM&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-22T04:36:48.7535194Z
queryTime:
00:00:00.0015011
itemCount:
6
data:

6 results

  1. station_id:
    27.15.0
    stationName:
    Austrumdal (Austrumdalsvatnet)
    latitude:
    58.68172
    longitude:
    6.23135
    utmEast_Z33:
    -7503
    utmNorth_Z33:
    6537888
    masl:
    310
    riverName:
    Austrumdalsåna
    councilNumber:
    1114
    councilName:
    Bjerkreim
    countyName:
    Rogaland
    drainageBasinKey:
    931
    hierarchy:
    Austrumdalsåna/Bjerkreimvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    1527
    regineNo:
    027.CB
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    60.85
    drainageBasinAreaNorway:
    60.85
    gradient1085:
    21.39
    gradientBasin:
    39
    gradientRiver:
    22.75
    heightMinimum:
    309
    heightHypso10:
    534
    heightHypso20:
    602
    heightHypso30:
    645
    heightHypso40:
    671
    heightHypso50:
    716
    heightHypso60:
    721
    heightHypso70:
    748
    heightHypso80:
    781
    heightHypso90:
    825
    heightMaximum:
    935
    lengthKmBasin:
    16.05
    lengthKmRiver:
    23.25
    percentAgricul:
    0.36
    percentBog:
    1.16
    percentEffBog:
    not reported by source
    percentEffLake:
    5.48
    percentForest:
    11.25
    percentGlacier:
    0
    percentLake:
    13.27
    percentMountain:
    66.83
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    -106
    utmNorthGravi:
    6540898
    utmZoneInlet:
    33
    utmEastInlet:
    3632
    utmNorthInlet:
    6544722
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    184.09
    specificDischarge:
    95.87
    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:
    26
    qStartYear:
    1986
    qEndYear:
    2017
    qm:
    38.1397
    q5:
    42.9168
    q10:
    51.541
    q20:
    62.4765
    q50:
    81.8895
    hm:
    2.4198
    h5:
    2.5071
    h10:
    2.65
    h20:
    2.8105
    h50:
    3.0556
    culQm:
    42.9029
    culQ5:
    48.2766
    culQ10:
    57.9778
    culQ20:
    70.279
    culQ50:
    92.1165
    culHm:
    2.5068
    culH5:
    2.5979
    culH10:
    2.7469
    culH20:
    2.9142
    culH50:
    3.1697
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1980-04-11T16:20:00Z
        dataToTime:
        2026-09-22T02:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1980-04-11T17:00:00Z
        dataToTime:
        2026-09-22T02:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1980-04-12T11: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:
        1980-04-11T16:20:00Z
        dataToTime:
        2026-09-22T02:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1980-04-11T17:00:00Z
        dataToTime:
        2026-09-22T02:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1980-04-12T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2014-07-09T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-07-09T16:00:00Z
        dataToTime:
        2026-09-22T02:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-07-09T17:00:00Z
        dataToTime:
        2026-09-22T02:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-07-10T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2018-07-12T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2018-07-12T17:00:00Z
        dataToTime:
        2026-09-22T02:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2018-07-12T18:00:00Z
        dataToTime:
        2026-09-22T02:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2018-07-13T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  2. station_id:
    27.16.0
    stationName:
    Bjordal
    latitude:
    58.68554
    longitude:
    6.49427
    utmEast_Z33:
    7715
    utmNorth_Z33:
    6536343
    masl:
    217
    riverName:
    Oreåna
    councilNumber:
    1114
    councilName:
    Bjerkreim
    countyName:
    Rogaland
    drainageBasinKey:
    932
    hierarchy:
    Oreåna/Bjerkreimvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    027.AC0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    123.81
    drainageBasinAreaNorway:
    123.81
    gradient1085:
    22.42
    gradientBasin:
    37.51
    gradientRiver:
    26.79
    heightMinimum:
    210
    heightHypso10:
    572
    heightHypso20:
    653
    heightHypso30:
    705
    heightHypso40:
    752
    heightHypso50:
    771
    heightHypso60:
    789
    heightHypso70:
    819
    heightHypso80:
    840
    heightHypso90:
    857
    heightMaximum:
    965
    lengthKmBasin:
    16.51
    lengthKmRiver:
    25.27
    percentAgricul:
    0.07
    percentBog:
    1.32
    percentEffBog:
    not reported by source
    percentEffLake:
    0.31
    percentForest:
    9.22
    percentGlacier:
    0
    percentLake:
    9.51
    percentMountain:
    72.99
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    10131
    utmNorthGravi:
    6542621
    utmZoneInlet:
    33
    utmEastInlet:
    20218
    utmNorthInlet:
    6545825
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    362.13
    specificDischarge:
    92.19
    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:
    Norges vassdrags- og Energidirektorat - Hydrologisk avd
    qNumberOfYears:
    36
    qStartYear:
    1988
    qEndYear:
    2025
    qm:
    101.3429
    q5:
    121.4691
    q10:
    146.0834
    q20:
    173.8036
    q50:
    216.8061
    hm:
    4.4185
    h5:
    4.6859
    h10:
    4.9742
    h20:
    5.2613
    h50:
    5.6499
    culQm:
    152.6761
    culQ5:
    182.9969
    culQ10:
    220.079
    culQ20:
    261.8403
    culQ50:
    326.6249
    culHm:
    5.0456
    culH5:
    5.3495
    culH10:
    5.6772
    culH20:
    6.0035
    culH50:
    6.4453
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1984-10-24T13:00:00Z
        dataToTime:
        2026-09-22T04:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-10-24T14:00:00Z
        dataToTime:
        2026-09-22T04:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-10-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:
        1984-10-24T13:00:00Z
        dataToTime:
        2026-09-22T04:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-10-24T14:00:00Z
        dataToTime:
        2026-09-22T04:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1984-10-25T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2014-01-15T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-01-15T10:00:00Z
        dataToTime:
        2026-09-22T04:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-01-15T11:00:00Z
        dataToTime:
        2026-09-22T04:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-01-16T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2006-06-12T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-06-13T18:00:00Z
        dataToTime:
        2026-09-22T04:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-06-13T19:00:00Z
        dataToTime:
        2026-09-22T04:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-06-14T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  3. station_id:
    27.25.0
    stationName:
    Gjedlakleiv
    latitude:
    58.57358
    longitude:
    6.06604
    utmEast_Z33:
    -18642
    utmNorth_Z33:
    6527183
    masl:
    51
    riverName:
    Bjerkreimvassdraget
    councilNumber:
    1114
    councilName:
    Bjerkreim
    countyName:
    Rogaland
    drainageBasinKey:
    940
    hierarchy:
    Bjerkreimvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    027.A4
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    635.15
    drainageBasinAreaNorway:
    635.15
    gradient1085:
    13.68
    gradientBasin:
    36.96
    gradientRiver:
    13.98
    heightMinimum:
    47
    heightHypso10:
    303
    heightHypso20:
    405
    heightHypso30:
    485
    heightHypso40:
    550
    heightHypso50:
    629
    heightHypso60:
    697
    heightHypso70:
    784
    heightHypso80:
    784
    heightHypso90:
    841
    heightMaximum:
    1015
    lengthKmBasin:
    48.49
    lengthKmRiver:
    58.79
    percentAgricul:
    3.01
    percentBog:
    0.84
    percentEffBog:
    not reported by source
    percentEffLake:
    0.37
    percentForest:
    17.7
    percentGlacier:
    0
    percentLake:
    12.59
    percentMountain:
    52.79
    percentUrban:
    0.09
    utmZoneGravi:
    33
    utmEastGravi:
    -3904
    utmNorthGravi:
    6539760
    utmZoneInlet:
    33
    utmEastInlet:
    21311
    utmNorthInlet:
    6554161
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    1589.98
    specificDischarge:
    79.14
    regulationArea:
    110.22
    areaReservoirs:
    6.19
    volumeReservoirs:
    89
    regulationPartReservoirs:
    0.06
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    526.39
    numberReservoirs:
    4
    firstYearRegulation:
    1930
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    92
    qStartYear:
    1931
    qEndYear:
    2025
    qm:
    277.9731
    q5:
    325.8301
    q10:
    368.183
    q20:
    410.277
    q50:
    466.9826
    hm:
    3.3496
    h5:
    3.6137
    h10:
    3.8296
    h20:
    4.0306
    h50:
    4.3254
    culQm:
    300.8806
    culQ5:
    352.6815
    culQ10:
    398.5245
    culQ20:
    444.0876
    culQ50:
    505.4662
    culHm:
    3.479
    culH5:
    3.7523
    culH10:
    3.9757
    culH20:
    4.195
    culH50:
    4.5386
    seriesList:

    5 results

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

      3 results

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

      3 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2007-10-14T14:00:00Z
        dataToTime:
        2026-09-22T04:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-10-14T15:00:00Z
        dataToTime:
        2026-09-22T04:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-10-15T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2007-10-08T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2007-10-14T14:00:00Z
        dataToTime:
        2026-09-22T04:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-10-14T15:00:00Z
        dataToTime:
        2026-09-22T04:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-10-15T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    5. parameterName:
      Spenning, solstrømanlegg
      parameter:
      9100
      versionNo:
      1
      unit:
      Volt
      serieFrom:
      2007-10-08T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2017-01-20T01:00:00Z
        dataToTime:
        2026-09-22T04:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2017-01-20T02:00:00Z
        dataToTime:
        2026-09-22T04:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2017-01-20T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  4. station_id:
    27.29.0
    stationName:
    Bjerkreimselvi v/Bjerkreim
    latitude:
    58.5836
    longitude:
    6.07469
    utmEast_Z33:
    -17993
    utmNorth_Z33:
    6528226
    masl:
    55
    riverName:
    Bjerkreimvassdraget
    councilNumber:
    1114
    councilName:
    Bjerkreim
    countyName:
    Rogaland
    drainageBasinKey:
    0
    hierarchy:
    Bjerkreimvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    027.A3
    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:
    HB. Hydrologisk avd./seksjon bre, snø og is
    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:
      1986-04-23T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1986-04-23T16:00:00Z
        dataToTime:
        2025-07-29T18:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-08-05T10:00:00Z
        dataToTime:
        2025-07-29T18:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-04-24T11:00:00Z
        dataToTime:
        2025-07-29T11:00:00Z
  5. station_id:
    27.52.0
    stationName:
    Byrkjelandsvatnet utløp
    latitude:
    58.69754
    longitude:
    6.19728
    utmEast_Z33:
    -9236
    utmNorth_Z33:
    6539900
    masl:
    181
    riverName:
    Bjerkreimvassdraget
    councilNumber:
    1114
    councilName:
    Bjerkreim
    countyName:
    Rogaland
    drainageBasinKey:
    2451
    hierarchy:
    Bjerkreimvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    027.D4
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, ikke pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    177.472
    drainageBasinAreaNorway:
    177.472
    gradient1085:
    16.69
    gradientBasin:
    not reported by source
    gradientRiver:
    17.39
    heightMinimum:
    177
    heightHypso10:
    329
    heightHypso20:
    447
    heightHypso30:
    527
    heightHypso40:
    578
    heightHypso50:
    677
    heightHypso60:
    704
    heightHypso70:
    750
    heightHypso80:
    785
    heightHypso90:
    862
    heightMaximum:
    1010
    lengthKmBasin:
    34.03
    lengthKmRiver:
    39.78
    percentAgricul:
    2.72
    percentBog:
    0.47
    percentEffBog:
    not reported by source
    percentEffLake:
    3.98
    percentForest:
    16.38
    percentGlacier:
    0
    percentLake:
    15.41
    percentMountain:
    52.74
    percentUrban:
    0
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    423.42
    specificDischarge:
    75.61
    regulationArea:
    66.45
    areaReservoirs:
    6.02
    volumeReservoirs:
    89
    regulationPartReservoirs:
    0.21
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    111.02
    numberReservoirs:
    3
    firstYearRegulation:
    1930
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    IVAR IKS
    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:
      Vannstand
      parameter:
      1000
      versionNo:
      1
      unit:
      m
      serieFrom:
      2014-07-02T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-07-02T18:00:00Z
        dataToTime:
        2026-09-22T04:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-07-02T19:00:00Z
        dataToTime:
        2026-09-22T04:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-07-03T11: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:
        2014-07-02T18:00:00Z
        dataToTime:
        2026-09-22T04:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-07-02T19:00:00Z
        dataToTime:
        2026-09-22T04:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-07-03T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2018-04-25T00:00:00
      serieTo:
      2023-07-04T00:00:00
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2018-11-07T11:00:00Z
        dataToTime:
        2023-07-04T05:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2018-11-07T12:00:00Z
        dataToTime:
        2023-07-04T05:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2018-11-20T11:00:00Z
        dataToTime:
        2023-07-03T11:00:00Z
  6. station_id:
    27.9.0
    stationName:
    Stølsvatn ndf.
    latitude:
    58.71671
    longitude:
    6.08344
    utmEast_Z33:
    -15513
    utmNorth_Z33:
    6542896
    masl:
    291
    riverName:
    elv fra Stølsvatnet
    councilNumber:
    1114
    councilName:
    Bjerkreim
    countyName:
    Rogaland
    drainageBasinKey:
    927
    hierarchy:
    elv fra Stølsvatnet/Bjerkreimvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    027.D6A
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, ikke pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    15.86
    drainageBasinAreaNorway:
    15.86
    gradient1085:
    20.71
    gradientBasin:
    31.12
    gradientRiver:
    41.79
    heightMinimum:
    292
    heightHypso10:
    360
    heightHypso20:
    411
    heightHypso30:
    437
    heightHypso40:
    462
    heightHypso50:
    491
    heightHypso60:
    562
    heightHypso70:
    622
    heightHypso80:
    648
    heightHypso90:
    659
    heightMaximum:
    755
    lengthKmBasin:
    5.34
    lengthKmRiver:
    7.28
    percentAgricul:
    0.44
    percentBog:
    0.42
    percentEffBog:
    not reported by source
    percentEffLake:
    2.93
    percentForest:
    26.88
    percentGlacier:
    0
    percentLake:
    14.49
    percentMountain:
    52.38
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    -14063
    utmNorthGravi:
    6544274
    utmZoneInlet:
    33
    utmEastInlet:
    -10720
    utmNorthInlet:
    6543950
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    33.61
    specificDischarge:
    66.48
    regulationArea:
    16
    areaReservoirs:
    1.67
    volumeReservoirs:
    26
    regulationPartReservoirs:
    0.77
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0.02
    numberReservoirs:
    2
    firstYearRegulation:
    2003
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    IVAR IKS
    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:
      Vannstand
      parameter:
      1000
      versionNo:
      1
      unit:
      m
      serieFrom:
      1993-12-17T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1993-12-17T11:00:00Z
        dataToTime:
        2025-12-31T22:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1993-12-17T14:00:00Z
        dataToTime:
        2025-12-31T22:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1993-12-17T11:00:00Z
        dataToTime:
        2025-12-31T11: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.