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-21T07:55:04Z in 0.148 seconds.

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

Showing 6 of 6 results in compact format.

  1. station_id:
    25.13.0
    latitude:
    58.37122
    longitude:
    6.82728
  2. station_id:
    26.18.0
    latitude:
    58.29616
    longitude:
    6.45382
  3. station_id:
    26.21.0
    latitude:
    58.48967
    longitude:
    6.77313
  4. station_id:
    26.31.0
    latitude:
    58.29374
    longitude:
    6.45065
  5. station_id:
    26.44.0
    latitude:
    58.30065
    longitude:
    6.47886
  6. station_id:
    26.47.0
    latitude:
    58.42675
    longitude:
    6.66372
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=FLEKKEFJORD&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T07:55:04.5197382Z
queryTime:
00:00:00.0008502
itemCount:
6
data:

6 results

  1. station_id:
    25.13.0
    stationName:
    Kumlevollvatn
    latitude:
    58.37122
    longitude:
    6.82728
    utmEast_Z33:
    22660
    utmNorth_Z33:
    6499105
    masl:
    111
    riverName:
    Fedaelva
    councilNumber:
    4207
    councilName:
    Flekkefjord
    countyName:
    Agder
    drainageBasinKey:
    871
    hierarchy:
    Fedaelva
    lakeArea:
    3.36
    lakeName:
    Kongevollvatnet
    lakeNo:
    1389
    regineNo:
    025.3C9
    reservoirNo:
    363
    reservoirName:
    KUMLEVOLLVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    181.66
    drainageBasinAreaNorway:
    181.66
    gradient1085:
    6.18
    gradientBasin:
    30.48
    gradientRiver:
    14.28
    heightMinimum:
    107
    heightHypso10:
    206
    heightHypso20:
    266
    heightHypso30:
    279
    heightHypso40:
    306
    heightHypso50:
    353
    heightHypso60:
    376
    heightHypso70:
    415
    heightHypso80:
    439
    heightHypso90:
    466
    heightMaximum:
    596
    lengthKmBasin:
    20.54
    lengthKmRiver:
    23.95
    percentAgricul:
    2.77
    percentBog:
    4.62
    percentEffBog:
    not reported by source
    percentEffLake:
    2.18
    percentForest:
    75.03
    percentGlacier:
    0
    percentLake:
    9.98
    percentMountain:
    5.4
    percentUrban:
    0.01
    utmZoneGravi:
    33
    utmEastGravi:
    22151
    utmNorthGravi:
    6502419
    utmZoneInlet:
    33
    utmEastInlet:
    17061
    utmNorthInlet:
    6514232
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    320.81
    specificDischarge:
    55.89
    regulationArea:
    181.91
    areaReservoirs:
    5.08
    volumeReservoirs:
    14
    regulationPartReservoirs:
    0.04
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    5.08
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    14
    remainingArea:
    -0.02
    numberReservoirs:
    2
    firstYearRegulation:
    1948
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    Å ENERGI VANNKRAFT 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:
      Vannstand
      parameter:
      1000
      versionNo:
      1
      unit:
      m
      serieFrom:
      1954-02-15T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1954-02-15T11:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-01-06T00:00:00Z
        dataToTime:
        2025-12-30T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1954-02-15T11:00:00Z
        dataToTime:
        2025-12-30T11:00:00Z
  2. station_id:
    26.18.0
    stationName:
    Langhølen
    latitude:
    58.29616
    longitude:
    6.45382
    utmEast_Z33:
    -144
    utmNorth_Z33:
    6493509
    masl:
    17
    riverName:
    Sira
    councilNumber:
    4207
    councilName:
    Flekkefjord
    countyName:
    Agder
    drainageBasinKey:
    897
    hierarchy:
    Sira
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    026.A
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1901.48
    drainageBasinAreaNorway:
    1901.48
    gradient1085:
    7.54
    gradientBasin:
    30.62
    gradientRiver:
    7.07
    heightMinimum:
    0
    heightHypso10:
    334
    heightHypso20:
    509
    heightHypso30:
    610
    heightHypso40:
    783
    heightHypso50:
    816
    heightHypso60:
    851
    heightHypso70:
    909
    heightHypso80:
    994
    heightHypso90:
    1113
    heightMaximum:
    1421
    lengthKmBasin:
    117.31
    lengthKmRiver:
    150.39
    percentAgricul:
    1.04
    percentBog:
    1.51
    percentEffBog:
    not reported by source
    percentEffLake:
    2.45
    percentForest:
    23.08
    percentGlacier:
    0
    percentLake:
    12.64
    percentMountain:
    55.71
    percentUrban:
    0.1
    utmZoneGravi:
    33
    utmEastGravi:
    25315
    utmNorthGravi:
    6547022
    utmZoneInlet:
    33
    utmEastInlet:
    37667
    utmNorthInlet:
    6603243
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    4091.6
    specificDischarge:
    68.23
    regulationArea:
    1898.5
    areaReservoirs:
    116.16
    volumeReservoirs:
    2695.79
    regulationPartReservoirs:
    0.66
    transferAreaIn:
    845.91
    transferAreaOut:
    2722.57
    reservoirAreaIn:
    57.93
    reservoirAreaOut:
    171.99
    reservoirVolumeIn:
    1130.5
    reservoirVolumeOut:
    3825.39
    remainingArea:
    1.85
    numberReservoirs:
    40
    firstYearRegulation:
    0
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    SIRA KVINA KRAFTSELSKAP
    qNumberOfYears:
    18
    qStartYear:
    2005
    qEndYear:
    2025
    qm:
    170.911
    q5:
    272.5205
    q10:
    316.3078
    q20:
    347.9489
    q50:
    377.8167
    hm:
    4.8564
    h5:
    6.1329
    h10:
    6.6071
    h20:
    6.9295
    h50:
    7.2206
    culQm:
    208.5426
    culQ5:
    332.5249
    culQ10:
    385.9534
    culQ20:
    424.5613
    culQ50:
    461.0055
    culHm:
    5.3648
    culH5:
    6.7743
    culH10:
    7.2979
    culH20:
    7.654
    culH50:
    7.9754
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1968-04-26T11:00:00Z
        dataToTime:
        2026-09-21T06:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-10-27T12:00:00Z
        dataToTime:
        2026-09-20T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1968-04-26T11:00:00Z
        dataToTime:
        2026-09-10T11: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:
        1968-04-26T11:00:00Z
        dataToTime:
        2026-09-21T06:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2004-10-27T12:00:00Z
        dataToTime:
        2026-09-20T14:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1968-04-26T11:00:00Z
        dataToTime:
        2026-09-10T11:00:00Z
  3. station_id:
    26.21.0
    stationName:
    Sandvatn
    latitude:
    58.48967
    longitude:
    6.77313
    utmEast_Z33:
    21124
    utmNorth_Z33:
    6512618
    masl:
    306
    riverName:
    Espetveitåni
    councilNumber:
    4207
    councilName:
    Flekkefjord
    countyName:
    Agder
    drainageBasinKey:
    900
    hierarchy:
    Espetveitåni/Sira
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    21236
    regineNo:
    026.D1B0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    27.5
    drainageBasinAreaNorway:
    27.5
    gradient1085:
    21.42
    gradientBasin:
    25.02
    gradientRiver:
    17.72
    heightMinimum:
    306
    heightHypso10:
    359
    heightHypso20:
    418
    heightHypso30:
    443
    heightHypso40:
    463
    heightHypso50:
    490
    heightHypso60:
    511
    heightHypso70:
    537
    heightHypso80:
    563
    heightHypso90:
    585
    heightMaximum:
    650
    lengthKmBasin:
    6.23
    lengthKmRiver:
    12.7
    percentAgricul:
    1.47
    percentBog:
    8.84
    percentEffBog:
    not reported by source
    percentEffLake:
    2.79
    percentForest:
    44.4
    percentGlacier:
    0
    percentLake:
    10.18
    percentMountain:
    34.73
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    23589
    utmNorthGravi:
    6513275
    utmZoneInlet:
    33
    utmEastInlet:
    25135
    utmNorthInlet:
    6517051
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    53.86
    specificDischarge:
    61.97
    regulationArea:
    11.18
    areaReservoirs:
    0.08
    volumeReservoirs:
    0.08
    regulationPartReservoirs:
    0
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    16.36
    numberReservoirs:
    1
    firstYearRegulation:
    2020
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    SIRA KVINA KRAFTSELSKAP
    qNumberOfYears:
    55
    qStartYear:
    1971
    qEndYear:
    2025
    qm:
    13.7505
    q5:
    16.0427
    q10:
    18.7694
    q20:
    21.8101
    q50:
    26.4745
    hm:
    1.4891
    h5:
    1.602
    h10:
    1.727
    h20:
    1.8566
    h50:
    2.0401
    culQm:
    16.3296
    culQ5:
    19.0518
    culQ10:
    22.29
    culQ20:
    25.9009
    culQ50:
    31.4402
    culHm:
    1.6156
    culH5:
    1.7394
    culH10:
    1.8763
    culH20:
    2.0184
    culH50:
    2.2194
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1970-12-30T08:50:00Z
        dataToTime:
        2026-09-21T07:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1970-12-30T10:00:00Z
        dataToTime:
        2026-09-21T07:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1970-12-31T11: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:
        1970-12-30T08:50:00Z
        dataToTime:
        2026-09-21T07:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1970-12-30T10:00:00Z
        dataToTime:
        2026-09-21T07:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1970-12-31T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  4. station_id:
    26.31.0
    stationName:
    Åna-Sira kraftverk
    latitude:
    58.29374
    longitude:
    6.45065
    utmEast_Z33:
    -363
    utmNorth_Z33:
    6493265
    masl:
    23
    riverName:
    Sira
    councilNumber:
    4207
    councilName:
    Flekkefjord
    countyName:
    Agder
    drainageBasinKey:
    0
    hierarchy:
    Sira
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    026.A
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    SIRA KVINA KRAFTSELSKAP
    qNumberOfYears:
    14
    qStartYear:
    2005
    qEndYear:
    2019
    qm:
    485.3218
    q5:
    570.9998
    q10:
    619.0359
    q20:
    658.1406
    q50:
    700.2724
    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:
    523.0788
    culQ5:
    615.4224
    culQ10:
    667.1956
    culQ20:
    709.3426
    culQ50:
    754.7522
    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:
      Vannføring
      parameter:
      1001
      versionNo:
      0
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1972-11-01T11:00:00Z
        dataToTime:
        2012-12-31T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-04-13T23:00:00Z
        dataToTime:
        2019-06-05T01:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-11-01T11:00:00Z
        dataToTime:
        2019-06-04T11:00:00Z
  5. station_id:
    26.44.0
    stationName:
    Lundevatn
    latitude:
    58.30065
    longitude:
    6.47886
    utmEast_Z33:
    1380
    utmNorth_Z33:
    6493821
    masl:
    57
    riverName:
    Sira
    councilNumber:
    4207
    councilName:
    Flekkefjord
    countyName:
    Agder
    drainageBasinKey:
    919
    hierarchy:
    Sira
    lakeArea:
    27.59
    lakeName:
    Lundevatnet
    lakeNo:
    1399
    regineNo:
    026.B1
    reservoirNo:
    371
    reservoirName:
    LUNDEVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1899.71
    drainageBasinAreaNorway:
    1899.71
    gradient1085:
    7.62
    gradientBasin:
    30.6
    gradientRiver:
    6.85
    heightMinimum:
    39
    heightHypso10:
    349
    heightHypso20:
    460
    heightHypso30:
    570
    heightHypso40:
    662
    heightHypso50:
    751
    heightHypso60:
    823
    heightHypso70:
    891
    heightHypso80:
    955
    heightHypso90:
    1107
    heightMaximum:
    1421
    lengthKmBasin:
    116.43
    lengthKmRiver:
    148.97
    percentAgricul:
    1.04
    percentBog:
    1.51
    percentEffBog:
    not reported by source
    percentEffLake:
    2.46
    percentForest:
    23.08
    percentGlacier:
    0
    percentLake:
    12.65
    percentMountain:
    55.7
    percentUrban:
    0.1
    utmZoneGravi:
    33
    utmEastGravi:
    25338
    utmNorthGravi:
    6547072
    utmZoneInlet:
    33
    utmEastInlet:
    37667
    utmNorthInlet:
    6603243
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    4088.88
    specificDischarge:
    68.25
    regulationArea:
    1898.5
    areaReservoirs:
    116.16
    volumeReservoirs:
    2695.79
    regulationPartReservoirs:
    0.66
    transferAreaIn:
    845.91
    transferAreaOut:
    71.23
    reservoirAreaIn:
    57.93
    reservoirAreaOut:
    2.69
    reservoirVolumeIn:
    1130.5
    reservoirVolumeOut:
    61.4
    remainingArea:
    0
    numberReservoirs:
    40
    firstYearRegulation:
    0
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    SIRA KVINA KRAFTSELSKAP
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-05-23T11:00:00Z
        dataToTime:
        2026-09-21T05:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-11-28T00:00:00Z
        dataToTime:
        2026-09-21T05:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-05-23T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      50
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1994-05-23T11:00:00Z
        dataToTime:
        2026-09-21T05:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-11-28T00:00:00Z
        dataToTime:
        2026-09-21T05:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1994-05-23T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  6. station_id:
    26.47.0
    stationName:
    Sira ndf. Sirdalsvatnet
    latitude:
    58.42675
    longitude:
    6.66372
    utmEast_Z33:
    13905
    utmNorth_Z33:
    6506433
    masl:
    57
    riverName:
    Sira
    councilNumber:
    4207
    councilName:
    Flekkefjord
    countyName:
    Agder
    drainageBasinKey:
    0
    hierarchy:
    Sira
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    026.C
    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:
    SIRA KVINA KRAFTSELSKAP
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

    1. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      3
      unit:
      °C
      serieFrom:
      1986-09-19T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1986-09-19T12:00:00Z
        dataToTime:
        2026-05-18T11:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2014-02-25T11:00:00Z
        dataToTime:
        2026-05-18T11:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-09-20T11:00:00Z
        dataToTime:
        2026-05-17T11:00:00Z
    2. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1962-09-12T00:00:00
      serieTo:
      1981-07-31T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1972-06-01T11:00:00Z
        dataToTime:
        1974-04-03T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-06-01T11:00:00Z
        dataToTime:
        1974-04-03T11: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.