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-21T23:12:28Z in 0.137 seconds.

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

Showing 4 of 4 results in compact format.

  1. station_id:
    194.1.0
    latitude:
    69.41202
    longitude:
    17.8619
  2. station_id:
    194.2.0
    latitude:
    69.41087
    longitude:
    17.68971
  3. station_id:
    194.3.0
    latitude:
    69.40728
    longitude:
    17.63062
  4. station_id:
    194.4.0
    latitude:
    69.23092
    longitude:
    17.78346
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=Senja&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-21T23:12:28.0365573Z
queryTime:
00:00:00.0009047
itemCount:
4
data:

4 results

  1. station_id:
    194.1.0
    stationName:
    Lysvatnet
    latitude:
    69.41202
    longitude:
    17.8619
    utmEast_Z33:
    612279
    utmNorth_Z33:
    7702931
    masl:
    25
    riverName:
    Lyselva
    councilNumber:
    5530
    councilName:
    Senja
    countyName:
    Troms
    drainageBasinKey:
    2068
    hierarchy:
    Lyselva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    2381
    regineNo:
    194.3C0
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    129.68
    drainageBasinAreaNorway:
    129.68
    gradient1085:
    19.87
    gradientBasin:
    30.45
    gradientRiver:
    26.54
    heightMinimum:
    22
    heightHypso10:
    74
    heightHypso20:
    164
    heightHypso30:
    233
    heightHypso40:
    273
    heightHypso50:
    337
    heightHypso60:
    394
    heightHypso70:
    470
    heightHypso80:
    558
    heightHypso90:
    654
    heightMaximum:
    996
    lengthKmBasin:
    13.35
    lengthKmRiver:
    19.26
    percentAgricul:
    0.18
    percentBog:
    6.87
    percentEffBog:
    not reported by source
    percentEffLake:
    4.33
    percentForest:
    35.39
    percentGlacier:
    0
    percentLake:
    10.96
    percentMountain:
    43.37
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    607143
    utmNorthGravi:
    7699957
    utmZoneInlet:
    33
    utmEastInlet:
    602570
    utmNorthInlet:
    7706659
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    281.1
    specificDischarge:
    68.81
    regulationArea:
    52.79
    areaReservoirs:
    7.24
    volumeReservoirs:
    38.4
    regulationPartReservoirs:
    0.14
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    76.67
    numberReservoirs:
    3
    firstYearRegulation:
    1941
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    TROMS KRAFT PRODUKSJON AS
    qNumberOfYears:
    72
    qStartYear:
    1940
    qEndYear:
    2021
    qm:
    53.6783
    q5:
    71.4481
    q10:
    87.2845
    q20:
    103.0696
    q50:
    124.4033
    hm:
    2.1581
    h5:
    2.3605
    h10:
    2.5218
    h20:
    2.6695
    h50:
    2.8532
    culQm:
    61.5016
    culQ5:
    81.8613
    culQ10:
    100.0057
    culQ20:
    118.0915
    culQ50:
    142.5345
    culHm:
    2.2506
    culH5:
    2.4683
    culH10:
    2.6417
    culH20:
    2.8005
    culH50:
    2.9981
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1934-09-02T11:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-09-22T16:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1934-09-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:
        1934-09-02T11:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-09-22T16:00:00Z
        dataToTime:
        2026-09-21T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1934-09-01T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2010-03-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2010-03-01T00:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-03-01T01:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-03-01T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    4. parameterName:
      Sekundær vannstand
      parameter:
      9104
      versionNo:
      1
      unit:
      m
      serieFrom:
      2009-06-11T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2009-06-11T16:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-06-11T17:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-06-12T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
  2. station_id:
    194.2.0
    stationName:
    Svartholvatnet
    latitude:
    69.41087
    longitude:
    17.68971
    utmEast_Z33:
    605533
    utmNorth_Z33:
    7702496
    masl:
    207
    riverName:
    Lyselva
    councilNumber:
    5530
    councilName:
    Senja
    countyName:
    Troms
    drainageBasinKey:
    2069
    hierarchy:
    Lyselva
    lakeArea:
    4.68
    lakeName:
    Svartholvatnet
    lakeNo:
    2382
    regineNo:
    194.3E
    reservoirNo:
    745
    reservoirName:
    ØVRE HELVETESVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    36.01
    drainageBasinAreaNorway:
    36.012
    gradient1085:
    33.69
    gradientBasin:
    41.2
    gradientRiver:
    47.27
    heightMinimum:
    201
    heightHypso10:
    217
    heightHypso20:
    327
    heightHypso30:
    355
    heightHypso40:
    394
    heightHypso50:
    464
    heightHypso60:
    514
    heightHypso70:
    579
    heightHypso80:
    643
    heightHypso90:
    731
    heightMaximum:
    996
    lengthKmBasin:
    6.89
    lengthKmRiver:
    7.04
    percentAgricul:
    0
    percentBog:
    0.49
    percentEffBog:
    not reported by source
    percentEffLake:
    14.93
    percentForest:
    2.96
    percentGlacier:
    0
    percentLake:
    21.12
    percentMountain:
    69.74
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    602785
    utmNorthGravi:
    7703147
    utmZoneInlet:
    33
    utmEastInlet:
    602570
    utmNorthInlet:
    7706656
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    95.77
    specificDischarge:
    84.28
    regulationArea:
    36
    areaReservoirs:
    6.88
    volumeReservoirs:
    38.4
    regulationPartReservoirs:
    0.4
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    6.88
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    38.4
    remainingArea:
    0.01
    numberReservoirs:
    2
    firstYearRegulation:
    1941
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    TROMS KRAFT PRODUKSJON AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1946-01-04T11:00:00Z
        dataToTime:
        1990-05-09T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1946-01-04T11:00:00Z
        dataToTime:
        1990-05-09T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      1
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1946-01-04T11:00:00Z
        dataToTime:
        1990-05-09T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1946-01-04T11:00:00Z
        dataToTime:
        1990-05-09T11:00:00Z
  3. station_id:
    194.3.0
    stationName:
    Nedre Hestvatnet
    latitude:
    69.40728
    longitude:
    17.63062
    utmEast_Z33:
    603233
    utmNorth_Z33:
    7701996
    masl:
    310
    riverName:
    Lyselva
    councilNumber:
    5530
    councilName:
    Senja
    countyName:
    Troms
    drainageBasinKey:
    2070
    hierarchy:
    Lyselva
    lakeArea:
    2
    lakeName:
    Nedre Hestvatnet
    lakeNo:
    2383
    regineNo:
    194.3G
    reservoirNo:
    746
    reservoirName:
    NEDRE HESTVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    11.22
    drainageBasinAreaNorway:
    11.224
    gradient1085:
    59.97
    gradientBasin:
    48.76
    gradientRiver:
    52.75
    heightMinimum:
    310
    heightHypso10:
    310
    heightHypso20:
    381
    heightHypso30:
    456
    heightHypso40:
    505
    heightHypso50:
    569
    heightHypso60:
    612
    heightHypso70:
    668
    heightHypso80:
    729
    heightHypso90:
    791
    heightMaximum:
    964
    lengthKmBasin:
    4.41
    lengthKmRiver:
    4.25
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    17.83
    percentForest:
    0
    percentGlacier:
    0
    percentLake:
    17.78
    percentMountain:
    82.24
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    601376
    utmNorthGravi:
    7701242
    utmZoneInlet:
    33
    utmEastInlet:
    600292
    utmNorthInlet:
    7699916
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    35.07
    specificDischarge:
    99.05
    regulationArea:
    11.61
    areaReservoirs:
    1.99
    volumeReservoirs:
    11.5
    regulationPartReservoirs:
    0.33
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    -0.39
    numberReservoirs:
    1
    firstYearRegulation:
    0
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    TROMS KRAFT PRODUKSJON AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1946-01-04T11:00:00Z
        dataToTime:
        1990-10-01T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1946-01-04T11:00:00Z
        dataToTime:
        1990-10-01T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      1
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1946-01-04T11:00:00Z
        dataToTime:
        1990-10-01T11:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1946-01-04T11:00:00Z
        dataToTime:
        1990-10-01T11:00:00Z
  4. station_id:
    194.4.0
    stationName:
    Mevatn
    latitude:
    69.23092
    longitude:
    17.78346
    utmEast_Z33:
    610121
    utmNorth_Z33:
    7682613
    masl:
    17
    riverName:
    Lakselva fra Trollbu
    councilNumber:
    5530
    councilName:
    Senja
    countyName:
    Troms
    drainageBasinKey:
    2071
    hierarchy:
    Lakselva fra Trollbuvatnet
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    67865
    regineNo:
    194.A
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    180.43
    drainageBasinAreaNorway:
    180.43
    gradient1085:
    4.91
    gradientBasin:
    23.65
    gradientRiver:
    9.78
    heightMinimum:
    8
    heightHypso10:
    47
    heightHypso20:
    98
    heightHypso30:
    158
    heightHypso40:
    206
    heightHypso50:
    281
    heightHypso60:
    354
    heightHypso70:
    443
    heightHypso80:
    515
    heightHypso90:
    616
    heightMaximum:
    884
    lengthKmBasin:
    22.48
    lengthKmRiver:
    32.3
    percentAgricul:
    1.12
    percentBog:
    13.9
    percentEffBog:
    not reported by source
    percentEffLake:
    2.33
    percentForest:
    39.88
    percentGlacier:
    0.04
    percentLake:
    6.92
    percentMountain:
    34.83
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    599667
    utmNorthGravi:
    7687396
    utmZoneInlet:
    33
    utmEastInlet:
    592860
    utmNorthInlet:
    7693054
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    322.76
    specificDischarge:
    56.9
    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:
    TROMS KRAFT PRODUKSJON AS
    qNumberOfYears:
    69
    qStartYear:
    1926
    qEndYear:
    2021
    qm:
    71.1486
    q5:
    87.08
    q10:
    99.3331
    q20:
    110.8088
    q50:
    125.2693
    hm:
    2.3493
    h5:
    2.5329
    h10:
    2.6614
    h20:
    2.7737
    h50:
    2.906
    culQm:
    76.2783
    culQ5:
    93.3583
    culQ10:
    106.4949
    culQ20:
    118.798
    culQ50:
    134.3011
    culHm:
    2.4108
    culH5:
    2.5999
    culH10:
    2.7323
    culH20:
    2.8479
    culH50:
    2.9843
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1925-08-03T11:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-09-22T14:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1925-08-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:
        1925-08-03T11:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1988-09-22T14:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1925-08-03T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-12-19T22:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-12-19T22:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        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-08-04T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2007-09-04T15:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-09-04T16:00:00Z
        dataToTime:
        2026-09-21T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2007-09-05T11:00:00Z
        dataToTime:
        2026-09-21T11:00:00Z
limit:
25
offset:
0
returned:
4
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.