search_stations

Find NVE hydrological stations and their available time series.

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).
offsetoptionalintegerNumber of matching stations to skip (default 0).
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": "..."}
}
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).
Type: integer. Number of matching stations to skip (default 0).

Result

Source: NVE HydAPI. Retrieved 2026-08-03T00:48:26Z in 0.579 seconds.

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

Showing 10 of 13 results in compact format.

  1. latitude:
    63.39466
    longitude:
    10.43512
  2. latitude:
    63.3849
    longitude:
    10.39023
  3. latitude:
    63.26015
    longitude:
    10.53033
  4. latitude:
    63.32643
    longitude:
    10.63803
  5. latitude:
    63.32032
    longitude:
    10.64944
  6. latitude:
    63.31356
    longitude:
    10.63239
  7. latitude:
    63.39861
    longitude:
    10.42277
  8. latitude:
    63.33062
    longitude:
    10.43335
  9. latitude:
    63.31199
    longitude:
    10.65474
  10. latitude:
    63.32198
    longitude:
    10.43639
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=TRONDHEIM&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-08-03T00:48:26.0093958Z
queryTime:
00:00:00.0020435
itemCount:
13
data:

13 results

  1. stationId:
    123.113.0
    stationName:
    Regnbed Risvollan
    latitude:
    63.39466
    longitude:
    10.43512
    utmEast_Z33:
    272049
    utmNorth_Z33:
    7037687
    masl:
    118
    riverName:
    Nidelvvassdraget
    councilNumber:
    5001
    councilName:
    Trondheim
    countyName:
    Trøndelag
    drainageBasinKey:
    0
    hierarchy:
    Nidelvvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    123.A2
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2010-11-02T18:00:00Z
        dataToTime:
        2025-02-06T17:09:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-11-02T19:00:00Z
        dataToTime:
        2025-02-06T17:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-11-03T11:00:00Z
        dataToTime:
        2025-02-06T11: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:
        2010-11-02T18:00:00Z
        dataToTime:
        2025-02-06T17:09:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-11-02T18:00:00Z
        dataToTime:
        2025-02-06T17:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-11-03T11:00:00Z
        dataToTime:
        2025-02-06T11:00:00Z
    3. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2010-11-02T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2010-11-02T18:00:00Z
        dataToTime:
        2025-02-06T15:45:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-11-02T19:00:00Z
        dataToTime:
        2025-02-04T12:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-11-03T11:00:00Z
        dataToTime:
        2025-01-25T11:00:00Z
    4. parameterName:
      Markfuktighet
      parameter:
      2001
      versionNo:
      1
      unit:
      %
      serieFrom:
      2010-09-24T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2010-09-24T10:30:00Z
        dataToTime:
        2025-02-06T17:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-09-24T11:00:00Z
        dataToTime:
        2025-02-06T17:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2010-09-25T11:00:00Z
        dataToTime:
        2025-02-05T11:00:00Z
  2. stationId:
    123.20.0
    stationName:
    Rate
    latitude:
    63.3849
    longitude:
    10.39023
    utmEast_Z33:
    269732
    utmNorth_Z33:
    7036763
    masl:
    17
    riverName:
    Nidelvvassdraget
    councilNumber:
    5001
    councilName:
    Trondheim
    countyName:
    Trøndelag
    drainageBasinKey:
    1683
    hierarchy:
    Nidelvvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    123.A2
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    3057.88
    drainageBasinAreaNorway:
    2768.722
    gradient1085:
    5.9
    gradientBasin:
    14.84
    gradientRiver:
    7.09
    heightMinimum:
    9
    heightHypso10:
    341
    heightHypso20:
    454
    heightHypso30:
    562
    heightHypso40:
    633
    heightHypso50:
    713
    heightHypso60:
    775
    heightHypso70:
    831
    heightHypso80:
    945
    heightHypso90:
    1049
    heightMaximum:
    1789
    lengthKmBasin:
    122.71
    lengthKmRiver:
    165.77
    percentAgricul:
    2.07
    percentBog:
    12.61
    percentEffBog:
    not reported by source
    percentEffLake:
    2.39
    percentForest:
    36.07
    percentGlacier:
    0
    percentLake:
    7.78
    percentMountain:
    35.09
    percentUrban:
    0.21
    utmZoneGravi:
    33
    utmEastGravi:
    321434
    utmNorthGravi:
    7001701
    utmZoneInlet:
    33
    utmEastInlet:
    343087
    utmNorthInlet:
    7011886
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    2935.8
    specificDischarge:
    30.42
    regulationArea:
    3057.23
    areaReservoirs:
    177.35
    volumeReservoirs:
    1402.45
    regulationPartReservoirs:
    0.48
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0.62
    numberReservoirs:
    24
    firstYearRegulation:
    1926
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    STATKRAFT ENERGI AS AVD ADM SUNNDALSØRA/AURA KRAFTVERK
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    338
    q5:
    424
    q10:
    482
    q20:
    533
    q50:
    595
    hm:
    13.57
    h5:
    13.85
    h10:
    14.02
    h20:
    14.17
    h50:
    14.35
    culQm:
    355
    culQ5:
    445
    culQ10:
    505
    culQ20:
    560
    culQ50:
    625
    culHm:
    13.63
    culH5:
    13.91
    culH10:
    14.09
    culH20:
    14.25
    culH50:
    14.43
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1902-04-01T11:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-02-27T15:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1902-04-01T11:00:00Z
        dataToTime:
        2026-08-01T11:00:00Z
    2. 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:
        1881-05-22T11:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-02-27T15:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1881-05-22T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
  3. stationId:
    123.23.0
    stationName:
    Selbusjøen v/ Grenstad
    latitude:
    63.26015
    longitude:
    10.53033
    utmEast_Z33:
    275752
    utmNorth_Z33:
    7022392
    masl:
    158
    riverName:
    Nidelvvassdraget
    councilNumber:
    5001
    councilName:
    Trondheim
    countyName:
    Trøndelag
    drainageBasinKey:
    1673
    hierarchy:
    Nidelvvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    67891
    regineNo:
    123.B20
    reservoirNo:
    236
    reservoirName:
    SELBUSJØEN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    2876.02
    drainageBasinAreaNorway:
    2656
    gradient1085:
    6.51
    gradientBasin:
    14.63
    gradientRiver:
    7.25
    heightMinimum:
    154
    heightHypso10:
    388
    heightHypso20:
    490
    heightHypso30:
    576
    heightHypso40:
    654
    heightHypso50:
    743
    heightHypso60:
    786
    heightHypso70:
    856
    heightHypso80:
    945
    heightHypso90:
    1075
    heightMaximum:
    1789
    lengthKmBasin:
    110.36
    lengthKmRiver:
    142.51
    percentAgricul:
    1.55
    percentBog:
    12.7
    percentEffBog:
    not reported by source
    percentEffLake:
    2.7
    percentForest:
    34.43
    percentGlacier:
    0
    percentLake:
    8.09
    percentMountain:
    37.26
    percentUrban:
    0.05
    utmZoneGravi:
    33
    utmEastGravi:
    323342
    utmNorthGravi:
    7000668
    utmZoneInlet:
    33
    utmEastInlet:
    343085
    utmNorthInlet:
    7011888
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    2816.09
    specificDischarge:
    31.04
    regulationArea:
    2875.04
    areaReservoirs:
    177.25
    volumeReservoirs:
    1402.35
    regulationPartReservoirs:
    0.5
    transferAreaIn:
    0
    transferAreaOut:
    2875.04
    reservoirAreaIn:
    0
    reservoirAreaOut:
    176.69
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    1401.35
    remainingArea:
    -0.01
    numberReservoirs:
    21
    firstYearRegulation:
    1960
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    STATKRAFT ENERGI AS AVD ADM SUNNDALSØRA/AURA KRAFTVERK
    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:
    161.31
    culH5:
    161.81
    culH10:
    162.31
    culH20:
    163.09
    culH50:
    163.59
    seriesList:

    3 results

    1. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      0
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1902-01-01T11:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-01-01T01:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1902-01-01T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    2. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      1
      unit:
      m
      serieFrom:
      1901-07-10T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1901-07-10T11:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-01-01T01:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1901-07-10T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    3. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      0
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1902-01-01T11:00:00Z
        dataToTime:
        2026-08-02T06:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-01-01T01:00:00Z
        dataToTime:
        2026-08-02T06:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1902-01-01T11:00:00Z
        dataToTime:
        2026-08-01T11:00:00Z
  4. stationId:
    123.28.0
    stationName:
    Hokfossen
    latitude:
    63.32643
    longitude:
    10.63803
    utmEast_Z33:
    281652
    utmNorth_Z33:
    7029392
    masl:
    250
    riverName:
    Vikelva
    councilNumber:
    5001
    councilName:
    Trondheim
    countyName:
    Trøndelag
    drainageBasinKey:
    1688
    hierarchy:
    Vikelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    123.2C
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, ikke pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    8.06
    drainageBasinAreaNorway:
    8.06
    gradient1085:
    23.44
    gradientBasin:
    19.34
    gradientRiver:
    37.59
    heightMinimum:
    252
    heightHypso10:
    297
    heightHypso20:
    316
    heightHypso30:
    328
    heightHypso40:
    347
    heightHypso50:
    361
    heightHypso60:
    369
    heightHypso70:
    373
    heightHypso80:
    389
    heightHypso90:
    419
    heightMaximum:
    514
    lengthKmBasin:
    3.25
    lengthKmRiver:
    4.95
    percentAgricul:
    0
    percentBog:
    20.6
    percentEffBog:
    not reported by source
    percentEffLake:
    1.25
    percentForest:
    75.35
    percentGlacier:
    0
    percentLake:
    3.94
    percentMountain:
    0
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    281758
    utmNorthGravi:
    7027974
    utmZoneInlet:
    33
    utmEastInlet:
    282065
    utmNorthInlet:
    7026268
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    7.01
    specificDischarge:
    27.56
    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 tekniske- naturvitenskapelige universitet, Trondheim
    qNumberOfYears:
    43
    qStartYear:
    1969
    qEndYear:
    2023
    qm:
    2.4388
    q5:
    3.1002
    q10:
    3.6368
    q20:
    4.151
    q50:
    4.8157
    hm:
    0.7426
    h5:
    0.8154
    h10:
    0.8738
    h20:
    0.9294
    h50:
    1.0008
    culQm:
    3.6676
    culQ5:
    4.6622
    culQ10:
    5.4691
    culQ20:
    6.2423
    culQ50:
    7.2419
    culHm:
    0.8771
    culH5:
    0.9844
    culH10:
    1.0705
    culH20:
    1.1524
    culH50:
    1.2576
    seriesList:

    4 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:
        1969-05-01T11:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-03-11T13:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1969-05-01T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    2. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2005-10-21T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2005-10-22T03:17:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-10-22T04:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-10-22T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    3. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2023-08-30T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-12-19T21:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2023-08-30T13:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2023-08-31T11:00:00Z
        dataToTime:
        2026-08-03T11:00:00Z
    4. parameterName:
      Spenning, solstrømanlegg
      parameter:
      9100
      versionNo:
      1
      unit:
      Volt
      serieFrom:
      2023-08-30T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2023-08-30T12:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2023-08-30T13:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2023-08-31T11:00:00Z
        dataToTime:
        2026-08-03T11:00:00Z
  5. stationId:
    123.29.0
    stationName:
    Svarttjørnbekken
    latitude:
    63.32032
    longitude:
    10.64944
    utmEast_Z33:
    282176
    utmNorth_Z33:
    7028674
    masl:
    280
    riverName:
    Vikelva
    councilNumber:
    5001
    councilName:
    Trondheim
    countyName:
    Trøndelag
    drainageBasinKey:
    1689
    hierarchy:
    Vikelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    123.2C
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    3.43
    drainageBasinAreaNorway:
    3.43
    gradient1085:
    26.48
    gradientBasin:
    20.91
    gradientRiver:
    43.74
    heightMinimum:
    279
    heightHypso10:
    318
    heightHypso20:
    322
    heightHypso30:
    334
    heightHypso40:
    341
    heightHypso50:
    351
    heightHypso60:
    363
    heightHypso70:
    389
    heightHypso80:
    405
    heightHypso90:
    428
    heightMaximum:
    514
    lengthKmBasin:
    2.52
    lengthKmRiver:
    3.73
    percentAgricul:
    0
    percentBog:
    15.32
    percentEffBog:
    not reported by source
    percentEffLake:
    0.83
    percentForest:
    81.63
    percentGlacier:
    0
    percentLake:
    3.06
    percentMountain:
    0
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    282395
    utmNorthGravi:
    7027638
    utmZoneInlet:
    33
    utmEastInlet:
    282061
    utmNorthInlet:
    7026267
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    3
    specificDischarge:
    27.72
    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:
    51
    qStartYear:
    1972
    qEndYear:
    2024
    qm:
    1.1271
    q5:
    1.4168
    q10:
    1.7051
    q20:
    2.0056
    q50:
    2.4328
    hm:
    0.6226
    h5:
    0.678
    h10:
    0.7268
    h20:
    0.7748
    h50:
    0.8388
    culQm:
    1.6784
    culQ5:
    2.1098
    culQ10:
    2.5391
    culQ20:
    2.9867
    culQ50:
    3.6228
    culHm:
    0.7224
    culH5:
    0.7908
    culH10:
    0.8542
    culH20:
    0.9164
    culH50:
    0.9996
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1996-05-27T11:51:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-05-27T13:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-05-28T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      2
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1996-05-27T11:51:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-05-27T13:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-05-28T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2005-10-21T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2005-10-31T08:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-10-31T09:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-11-01T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2005-09-13T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2003-09-01T23:13:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-09-02T00:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-09-02T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
  6. stationId:
    123.30.0
    stationName:
    Øvre Hestsjøbekk
    latitude:
    63.31356
    longitude:
    10.63239
    utmEast_Z33:
    281272
    utmNorth_Z33:
    7027980
    masl:
    306
    riverName:
    Vikelva
    councilNumber:
    5001
    councilName:
    Trondheim
    countyName:
    Trøndelag
    drainageBasinKey:
    1690
    hierarchy:
    Vikelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    123.2C
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, ikke pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1.77
    drainageBasinAreaNorway:
    1.77
    gradient1085:
    38.92
    gradientBasin:
    15.15
    gradientRiver:
    39.38
    heightMinimum:
    304
    heightHypso10:
    338
    heightHypso20:
    347
    heightHypso30:
    348
    heightHypso40:
    353
    heightHypso50:
    359
    heightHypso60:
    368
    heightHypso70:
    379
    heightHypso80:
    401
    heightHypso90:
    430
    heightMaximum:
    512
    lengthKmBasin:
    1.79
    lengthKmRiver:
    2.16
    percentAgricul:
    0
    percentBog:
    36.36
    percentEffBog:
    not reported by source
    percentEffLake:
    0
    percentForest:
    63.66
    percentGlacier:
    0
    percentLake:
    0.23
    percentMountain:
    0
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    281224
    utmNorthGravi:
    7027212
    utmZoneInlet:
    33
    utmEastInlet:
    281925
    utmNorthInlet:
    7026747
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    1.66
    specificDischarge:
    29.72
    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 tekniske- naturvitenskapelige universitet, Trondheim
    qNumberOfYears:
    29
    qStartYear:
    1972
    qEndYear:
    2013
    qm:
    0.8081
    q5:
    0.9745
    q10:
    1.1562
    q20:
    1.3526
    q50:
    1.6431
    hm:
    0.5632
    h5:
    0.5967
    h10:
    0.6304
    h20:
    0.6641
    h50:
    0.7101
    culQm:
    1.4321
    culQ5:
    1.7582
    culQ10:
    2.0957
    culQ20:
    2.4389
    culQ50:
    2.9628
    culHm:
    0.6771
    culH5:
    0.7272
    culH10:
    0.7747
    culH20:
    0.8194
    culH50:
    0.8715
    seriesList:

    5 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1995-01-02T11:10:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1995-01-02T12:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1995-01-03T11:00:00Z
        dataToTime:
        2026-08-03T11:00:00Z
    2. 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-01-01T11:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-12-31T23:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-01-01T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2014-12-12T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-12-12T01:30:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-12-12T02:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-12-12T11:00:00Z
        dataToTime:
        2026-08-03T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2023-08-30T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-12-19T21:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2023-08-30T18:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2023-08-31T11:00:00Z
        dataToTime:
        2026-08-03T11:00:00Z
    5. parameterName:
      Spenning, solstrømanlegg
      parameter:
      9100
      versionNo:
      1
      unit:
      Volt
      serieFrom:
      2023-08-30T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-12-19T21:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2023-08-30T18:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2023-08-31T11:00:00Z
        dataToTime:
        2026-08-03T11:00:00Z
  7. stationId:
    123.38.0
    stationName:
    Risvollan
    latitude:
    63.39861
    longitude:
    10.42277
    utmEast_Z33:
    271464
    utmNorth_Z33:
    7038170
    masl:
    81
    riverName:
    Nidelvvassdraget
    councilNumber:
    5001
    councilName:
    Trondheim
    countyName:
    Trøndelag
    drainageBasinKey:
    2432
    hierarchy:
    Nidelvvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    123.A2
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    0.22
    drainageBasinAreaNorway:
    0.22
    gradient1085:
    47.24
    gradientBasin:
    not reported by source
    gradientRiver:
    42.29
    heightMinimum:
    82
    heightHypso10:
    101
    heightHypso20:
    104
    heightHypso30:
    108
    heightHypso40:
    115
    heightHypso50:
    115
    heightHypso60:
    126
    heightHypso70:
    126
    heightHypso80:
    127
    heightHypso90:
    130
    heightMaximum:
    133
    lengthKmBasin:
    0.95
    lengthKmRiver:
    0.87
    percentAgricul:
    0
    percentBog:
    0
    percentEffBog:
    not reported by source
    percentEffLake:
    0
    percentForest:
    0
    percentGlacier:
    0
    percentLake:
    0
    percentMountain:
    0
    percentUrban:
    62.8
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    0.09
    specificDischarge:
    14.26
    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:
    35
    qStartYear:
    1988
    qEndYear:
    2024
    qm:
    0.0638
    q5:
    0.0828
    q10:
    0.098
    q20:
    0.1125
    q50:
    0.1311
    hm:
    0.2704
    h5:
    0.3
    h10:
    0.3207
    h20:
    0.3387
    h50:
    0.3598
    culQm:
    0.1276
    culQ5:
    0.1657
    culQ10:
    0.1961
    culQ20:
    0.2251
    culQ50:
    0.2622
    culHm:
    0.356
    culH5:
    0.3949
    culH10:
    0.4221
    culH20:
    0.4458
    culH50:
    0.4735
    seriesList:

    13 results

    1. parameterName:
      Nedbør
      parameter:
      0
      versionNo:
      1
      unit:
      mm
      serieFrom:
      1987-11-23T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1988-01-07T17:04:00Z
        dataToTime:
        2026-08-02T23:08:00Z
      2. resTime:
        60
        method:
        Sum
        timeOffset:
        0
        dataFromTime:
        1987-11-23T12:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Sum
        timeOffset:
        0
        dataFromTime:
        1988-01-07T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    2. parameterName:
      Nedbør
      parameter:
      0
      versionNo:
      4
      unit:
      mm
      serieFrom:
      2024-01-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2025-06-22T13:11:00Z
        dataToTime:
        2026-08-02T21:08:00Z
      2. resTime:
        60
        method:
        Sum
        timeOffset:
        0
        dataFromTime:
        2025-06-22T13:00:00Z
        dataToTime:
        2026-08-02T22:00:00Z
      3. resTime:
        1440
        method:
        Sum
        timeOffset:
        0
        dataFromTime:
        2025-06-22T11:00:00Z
        dataToTime:
        2026-08-01T11:00:00Z
    3. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      1
      unit:
      m
      serieFrom:
      1986-08-04T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1986-08-04T08:57:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-12-09T09:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-12-10T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    4. parameterName:
      Vannstand
      parameter:
      1000
      versionNo:
      2
      unit:
      m
      serieFrom:
      1986-01-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-07-19T23:06:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-07-20T00:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-07-20T11:00:00Z
        dataToTime:
        2026-08-03T11:00:00Z
    5. 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:
        1986-12-09T07:40:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-12-09T09:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-12-10T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    6. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      2
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-07-19T23:06:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-07-20T00:00:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-07-20T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    7. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2015-06-04T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2015-06-04T11:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-06-04T12:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-06-05T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    8. parameterName:
      Vindhastighet
      parameter:
      15
      versionNo:
      1
      unit:
      m/s
      serieFrom:
      2024-08-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-08-28T12:06:00Z
        dataToTime:
        2026-08-03T00:08:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-08-28T13:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-08-31T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    9. parameterName:
      Vindhastighet
      parameter:
      15
      versionNo:
      2
      unit:
      m/s
      serieFrom:
      2024-08-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-08-28T12:06:00Z
        dataToTime:
        2026-08-03T00:08:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-08-28T13:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-08-31T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    10. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1986-07-18T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1986-07-18T10:55:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-07-18T12:00:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-07-19T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    11. parameterName:
      Relativ luftfuktighet
      parameter:
      2
      versionNo:
      1
      unit:
      %
      serieFrom:
      2015-06-04T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2015-06-04T11:30:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-06-04T12:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-06-05T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    12. parameterName:
      Kortbølget stråling
      parameter:
      8
      versionNo:
      1
      unit:
      W/m²
      serieFrom:
      2024-08-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2024-11-22T00:02:00Z
        dataToTime:
        2026-08-03T00:08:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-11-22T01:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-11-22T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    13. parameterName:
      Nivå snøsmeltekar
      parameter:
      9300
      versionNo:
      1
      unit:
      m
      serieFrom:
      2002-09-09T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2002-09-09T12:15:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2002-09-09T13:00:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2002-09-10T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
  8. stationId:
    123.50.0
    stationName:
    Nidelva v/Nordsetfossen
    latitude:
    63.33062
    longitude:
    10.43335
    utmEast_Z33:
    271452
    utmNorth_Z33:
    7030572
    masl:
    79
    riverName:
    Nidelvvassdraget
    councilNumber:
    5001
    councilName:
    Trondheim
    countyName:
    Trøndelag
    drainageBasinKey:
    0
    hierarchy:
    Nidelvvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    123.A6
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Ikke angitt
    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:
    Trondheim Energiverk Kraft
    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:
      4
      unit:
      °C
      serieFrom:
      1986-02-15T00:00:00
      serieTo:
      2003-03-19T00:00:00
      resolutionList:

      2 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1986-02-15T06:05:00Z
        dataToTime:
        2003-03-19T15:00:00Z
      2. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-02-16T11:00:00Z
        dataToTime:
        2003-03-18T11:00:00Z
  9. stationId:
    123.57.2
    stationName:
    Merraåsen rør 2
    latitude:
    63.31199
    longitude:
    10.65474
    utmEast_Z33:
    282378
    utmNorth_Z33:
    7027729
    masl:
    345
    riverName:
    Vikelva
    councilNumber:
    5001
    councilName:
    Trondheim
    countyName:
    Trøndelag
    drainageBasinKey:
    0
    hierarchy:
    Vikelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    123.2C
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, ikke 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:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

    1. parameterName:
      Grunnvannstemperatur
      parameter:
      2015
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2005-10-21T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-11-22T17:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-11-22T18:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-11-23T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    2. parameterName:
      Grunnvannsnivå - Dyp under bakken
      parameter:
      5130
      versionNo:
      1
      unit:
      m
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1973-03-05T11:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-11-23T00:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1973-03-05T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
  10. stationId:
    123.73.0
    stationName:
    Fjæremsfossen ndf.
    latitude:
    63.32198
    longitude:
    10.43639
    utmEast_Z33:
    271536
    utmNorth_Z33:
    7029600
    masl:
    107
    riverName:
    Nidelvvassdraget
    councilNumber:
    5001
    councilName:
    Trondheim
    countyName:
    Trøndelag
    drainageBasinKey:
    0
    hierarchy:
    Nidelvvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    123.A5
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, ikke 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:
    STATKRAFT ENERGI AS AVD ADM SUNNDALSØRA/AURA KRAFTVERK
    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:
      Vannføring
      parameter:
      1001
      versionNo:
      0
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      1 results

      1. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2009-04-13T11:00:00Z
        dataToTime:
        2019-05-16T11:00:00Z
  11. stationId:
    123.86.0
    stationName:
    Helligdagshaugen
    latitude:
    63.29829
    longitude:
    10.643
    utmEast_Z33:
    281687
    utmNorth_Z33:
    7026245
    masl:
    513
    riverName:
    Drakstelva
    councilNumber:
    5001
    councilName:
    Trondheim
    countyName:
    Trøndelag
    drainageBasinKey:
    0
    hierarchy:
    Drakstelva/Nidelvvassdraget
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    123.B2A
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, ikke 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:
    Norges tekniske- naturvitenskapelige universitet, Trondheim
    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:

    5 results

    1. parameterName:
      Vindretning
      parameter:
      14
      versionNo:
      1
      unit:
      °
      serieFrom:
      2006-01-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-01-01T01:10:00Z
        dataToTime:
        2026-08-02T21:59:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-01-02T02:00:00Z
        dataToTime:
        2026-08-02T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-01-02T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    2. parameterName:
      Vindhastighet
      parameter:
      15
      versionNo:
      1
      unit:
      m/s
      serieFrom:
      2006-01-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-01-01T01:10:00Z
        dataToTime:
        2026-08-02T21:59:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-01-01T19:00:00Z
        dataToTime:
        2026-08-02T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-01-02T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    3. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2006-01-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2005-12-31T23:40:00Z
        dataToTime:
        2026-08-02T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-01-01T01:00:00Z
        dataToTime:
        2026-08-02T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-01-01T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    4. parameterName:
      Relativ luftfuktighet
      parameter:
      2
      versionNo:
      1
      unit:
      %
      serieFrom:
      2006-01-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-01-01T01:10:00Z
        dataToTime:
        2026-08-02T22:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-01-01T21:00:00Z
        dataToTime:
        2026-08-02T22:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-01-02T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    5. parameterName:
      Spenning, solstrømanlegg
      parameter:
      9100
      versionNo:
      1
      unit:
      Volt
      serieFrom:
      2009-10-01T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-04-07T23:59:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-04-08T00:00:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-04-08T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
  12. stationId:
    123.93.0
    stationName:
    Svarttjønnbekken Klima
    latitude:
    63.3188
    longitude:
    10.64802
    utmEast_Z33:
    282094
    utmNorth_Z33:
    7028509
    masl:
    287
    riverName:
    Vikelva
    councilNumber:
    5001
    councilName:
    Trondheim
    countyName:
    Trøndelag
    drainageBasinKey:
    0
    hierarchy:
    Vikelva
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    123.2C
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    not reported by source
    drainageBasinAreaNorway:
    not reported by source
    gradient1085:
    not reported by source
    gradientBasin:
    not reported by source
    gradientRiver:
    not reported by source
    heightMinimum:
    not reported by source
    heightHypso10:
    not reported by source
    heightHypso20:
    not reported by source
    heightHypso30:
    not reported by source
    heightHypso40:
    not reported by source
    heightHypso50:
    not reported by source
    heightHypso60:
    not reported by source
    heightHypso70:
    not reported by source
    heightHypso80:
    not reported by source
    heightHypso90:
    not reported by source
    heightMaximum:
    not reported by source
    lengthKmBasin:
    not reported by source
    lengthKmRiver:
    not reported by source
    percentAgricul:
    not reported by source
    percentBog:
    not reported by source
    percentEffBog:
    not reported by source
    percentEffLake:
    not reported by source
    percentForest:
    not reported by source
    percentGlacier:
    not reported by source
    percentLake:
    not reported by source
    percentMountain:
    not reported by source
    percentUrban:
    not reported by source
    utmZoneGravi:
    not reported by source
    utmEastGravi:
    not reported by source
    utmNorthGravi:
    not reported by source
    utmZoneInlet:
    not reported by source
    utmEastInlet:
    not reported by source
    utmNorthInlet:
    not reported by source
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    not reported by source
    specificDischarge:
    not reported by source
    regulationArea:
    not reported by source
    areaReservoirs:
    not reported by source
    volumeReservoirs:
    not reported by source
    regulationPartReservoirs:
    not reported by source
    transferAreaIn:
    not reported by source
    transferAreaOut:
    not reported by source
    reservoirAreaIn:
    not reported by source
    reservoirAreaOut:
    not reported by source
    reservoirVolumeIn:
    not reported by source
    reservoirVolumeOut:
    not reported by source
    remainingArea:
    not reported by source
    numberReservoirs:
    not reported by source
    firstYearRegulation:
    not reported by source
    catchmentRegTypeName:
    not reported by source
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    8 results

    1. parameterName:
      Nedbør
      parameter:
      0
      versionNo:
      1
      unit:
      mm
      serieFrom:
      1998-05-13T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1998-05-13T09:59:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      2. resTime:
        60
        method:
        Sum
        timeOffset:
        0
        dataFromTime:
        1998-05-13T09:00:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      3. resTime:
        1440
        method:
        Sum
        timeOffset:
        0
        dataFromTime:
        1998-05-13T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    2. parameterName:
      Vindretning
      parameter:
      14
      versionNo:
      1
      unit:
      °
      serieFrom:
      2005-10-21T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2005-10-21T17:30:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-10-21T18:00:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-10-22T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    3. parameterName:
      Vindhastighet
      parameter:
      15
      versionNo:
      1
      unit:
      m/s
      serieFrom:
      2005-10-21T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2005-10-21T17:30:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-10-21T18:00:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-10-22T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      1998-05-14T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1998-05-01T11:00:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-05-13T11:00:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-05-01T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    5. parameterName:
      Relativ luftfuktighet
      parameter:
      2
      versionNo:
      1
      unit:
      %
      serieFrom:
      2005-10-21T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2005-10-21T17:30:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-10-21T18:00:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-10-22T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    6. parameterName:
      Snødybde
      parameter:
      2002
      versionNo:
      1
      unit:
      cm
      serieFrom:
      2005-10-21T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-02-09T11:00:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-02-09T12:00:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-02-10T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    7. parameterName:
      Snøens vannekvivalent
      parameter:
      2003
      versionNo:
      1
      unit:
      m
      serieFrom:
      1998-05-14T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1970-01-02T11:00:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-05-13T11:00:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1970-01-01T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    8. parameterName:
      Snøens vannekvivalent
      parameter:
      2003
      versionNo:
      8
      unit:
      m
      serieFrom:
      2021-11-17T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2021-11-19T20:30:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-11-19T21:00:00Z
        dataToTime:
        2026-08-02T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-11-20T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
  13. stationId:
    123.95.0
    stationName:
    Kobberdammen
    latitude:
    63.4226
    longitude:
    10.28154
    utmEast_Z33:
    264619
    utmNorth_Z33:
    7041350
    masl:
    288
    riverName:
    KYSTFELT
    councilNumber:
    5001
    councilName:
    Trondheim
    countyName:
    Trøndelag
    drainageBasinKey:
    2431
    hierarchy:
    Nidelvvassdraget/Strindfjorden
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    123.1
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Forvaltningsstasjon
    stationStatusName:
    Aktiv
    drainageBasinArea:
    1.02
    drainageBasinAreaNorway:
    1.02
    gradient1085:
    130.3
    gradientBasin:
    not reported by source
    gradientRiver:
    132.31
    heightMinimum:
    288
    heightHypso10:
    312
    heightHypso20:
    331
    heightHypso30:
    341
    heightHypso40:
    355
    heightHypso50:
    374
    heightHypso60:
    388
    heightHypso70:
    419
    heightHypso80:
    455
    heightHypso90:
    471
    heightMaximum:
    551
    lengthKmBasin:
    1.54
    lengthKmRiver:
    0.91
    percentAgricul:
    0
    percentBog:
    16.2
    percentEffBog:
    not reported by source
    percentEffLake:
    11.76
    percentForest:
    59.73
    percentGlacier:
    0
    percentLake:
    6.86
    percentMountain:
    12.35
    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:
    0.71
    specificDischarge:
    22.06
    regulationArea:
    0
    areaReservoirs:
    0.07
    volumeReservoirs:
    0.25
    regulationPartReservoirs:
    0.35
    transferAreaIn:
    0
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    0
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    0
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    0
    catchmentRegTypeName:
    regulert m/magasinregulering
    owner:
    HH. Hydrologisk avd./Hydrometri
    qNumberOfYears:
    18
    qStartYear:
    2006
    qEndYear:
    2024
    qm:
    0.3928
    q5:
    0.4669
    q10:
    0.5189
    q20:
    0.5658
    q50:
    0.6222
    hm:
    0.5266
    h5:
    0.5488
    h10:
    0.5638
    h20:
    0.5766
    h50:
    0.5912
    culQm:
    0.4725
    culQ5:
    0.5616
    culQ10:
    0.6242
    culQ20:
    0.6805
    culQ50:
    0.7484
    culHm:
    0.5504
    culH5:
    0.5754
    culH10:
    0.5917
    culH20:
    0.6056
    culH50:
    0.6215
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-10-24T23:30:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-10-25T00:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-10-25T11:00:00Z
        dataToTime:
        2026-08-02T11: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:
        2006-10-24T23:30:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-10-25T00:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-10-25T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2017-08-10T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2017-10-04T19:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2017-10-04T20:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2017-10-05T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2006-10-24T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-10-25T00:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-10-25T01:00:00Z
        dataToTime:
        2026-08-03T00:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-10-25T11:00:00Z
        dataToTime:
        2026-08-02T11:00:00Z
limit:
25
offset:
0
returned:
13
has_more_results:
no
truncated:
no
Will you use the result in generated code?

Open the same result as JSON

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.