search_stations

Find NVE hydrological stations and their available time series.

Signature: search_stations(municipality: string, optional, default None; county: string, optional, default None; station_name: string, optional, default None; active_only: yes/no, optional, default True; limit: integer, items, optional, default 25; offset: integer, items, optional, default 0)

Direct GET

For navigating agents: open the HTML page with parameters in the URL. The result is fetched and displayed without screenshots or form filling.

Open this validated HTML GET URL

https://allemannsdata.com/wiki/kilder/nve/search_stations/?municipality={municipality}&county={county}&station_name={station_name}&active_only=true&limit=25&offset=0

Replace {municipality}, {county}, {station_name}, {active_only}, {limit}, {offset} with values. Remove unused optional parameters from the URL.

For software and dashboards: Read the operation descriptor. The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/nve/search_stations?municipality={municipality}&county={county}&station_name={station_name}&active_only=true&limit=25&offset=0. Open this exact request as JSON.

ParameterRequirementJSON typeDescription
municipalityoptionalunionMunicipality name (HydAPI field CouncilName).
countyoptionalunionCounty name.
station_nameoptionalunionStation name filter.
active_onlyoptionalbooleanReturn only active stations by default.
limitoptionalintegerMaximum stations returned (default 25, maximum 100). Unit: items.
offsetoptionalintegerNumber of matching stations to skip (default 0). Unit: items.
Generated JavaScript, Python and response structure

Use JSON when the user requests code, machine-readable data, value extraction or further computation. Use the HTML GET page to identify the correct source and verify parameters.

Example for generated JavaScript and Python

https://allemannsdata.com/wiki/api/v1/kilder/nve/search_stations?municipality={municipality}&county={county}&station_name={station_name}&active_only=true&limit=25&offset=0

Replace URL placeholders and remove unused optional parameters.

JavaScript in a dashboard

const url = "https://allemannsdata.com/wiki/api/v1/kilder/nve/search_stations?municipality={municipality}&county={county}&station_name={station_name}&active_only=true&limit=25&offset=0";
const response = await fetch(url);
if (!response.ok) {
  const failure = await response.json();
  throw new Error(`${failure.error.code}: ${failure.error.message} ${failure.suggestion}`);
}
const result = await response.json();
const data = result.data;

Python without additional packages

import json
from urllib.request import urlopen

url = "https://allemannsdata.com/wiki/api/v1/kilder/nve/search_stations?municipality={municipality}&county={county}&station_name={station_name}&active_only=true&limit=25&offset=0"
with urlopen(url) as response:
    result = json.load(response)
data = result["data"]

Response structure

{
  "source": "nve",
  "operation": "search_stations",
  "parameters": {},
  "data": {},
  "entities": [],
  "_meta": {"retrieved_at": "...", "sources": [], "cache": {}},
  "_links": {"self": "...", "source": "...", "wiki": "...", "feedback": "..."}
}
Form for manual use

The form is a fallback for people and browser agents that cannot open the GET URL directly.

Type: string. Municipality name (HydAPI field CouncilName).
Type: string. County name.
Type: string. Station name filter.
Type: yes/no. Return only active stations by default.
Type: integer. Maximum stations returned (default 25, maximum 100). Unit: items.
Type: integer. Number of matching stations to skip (default 0). Unit: items.

Result

Source: NVE HydAPI. Retrieved 2026-09-20T20:29:53Z in 0.156 seconds.

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

Showing 10 of 17 results in compact format.

  1. station_id:
    113.11.0
    latitude:
    63.07885
    longitude:
    8.52504
  2. station_id:
    113.2.0
    latitude:
    63.09982
    longitude:
    8.54672
  3. station_id:
    119.4.0
    latitude:
    63.25985
    longitude:
    9.02129
  4. station_id:
    119.5.0
    latitude:
    63.22847
    longitude:
    9.34461
  5. station_id:
    123.113.0
    latitude:
    63.39466
    longitude:
    10.43512
  6. station_id:
    123.20.0
    latitude:
    63.3849
    longitude:
    10.39023
  7. station_id:
    123.23.0
    latitude:
    63.26015
    longitude:
    10.53033
  8. station_id:
    123.28.0
    latitude:
    63.32643
    longitude:
    10.63803
  9. station_id:
    123.29.0
    latitude:
    63.32032
    longitude:
    10.64944
  10. station_id:
    123.30.0
    latitude:
    63.31356
    longitude:
    10.63239
Show all fields in HTML
currentLink:
https://hydapi.nve.no/api/v1/Stations?CouncilName=HEIM&Active=OnlyActive
apiVersion:
1.0
license:
https://data.norge.no/nlod/en
createdAt:
2026-09-20T20:29:53.4333922Z
queryTime:
00:00:00.0013434
itemCount:
17
data:

17 results

  1. station_id:
    113.11.0
    stationName:
    Hjelmåa
    latitude:
    63.07885
    longitude:
    8.52504
    utmEast_Z33:
    173323
    utmNorth_Z33:
    7010858
    masl:
    258
    riverName:
    Grytåa
    councilNumber:
    5055
    councilName:
    Heim
    countyName:
    Trøndelag
    drainageBasinKey:
    2456
    hierarchy:
    Grytåa
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    0
    regineNo:
    113.41D
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    6.954
    drainageBasinAreaNorway:
    6.954
    gradient1085:
    78.92
    gradientBasin:
    not reported by source
    gradientRiver:
    102.43
    heightMinimum:
    260
    heightHypso10:
    303
    heightHypso20:
    334
    heightHypso30:
    355
    heightHypso40:
    391
    heightHypso50:
    443
    heightHypso60:
    489
    heightHypso70:
    550
    heightHypso80:
    599
    heightHypso90:
    657
    heightMaximum:
    973
    lengthKmBasin:
    3.42
    lengthKmRiver:
    3.26
    percentAgricul:
    0
    percentBog:
    22.57
    percentEffBog:
    not reported by source
    percentEffLake:
    0.01
    percentForest:
    29.09
    percentGlacier:
    0
    percentLake:
    0.41
    percentMountain:
    35.53
    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:
    14.79
    specificDischarge:
    67.44
    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:
    SVORKA ENERGI AS
    qNumberOfYears:
    9
    qStartYear:
    2014
    qEndYear:
    2022
    qm:
    7.0026
    q5:
    8.6496
    q10:
    10.8371
    q20:
    13.3712
    q50:
    17.4308
    hm:
    0.835
    h5:
    0.906
    h10:
    0.9886
    h20:
    1.0726
    h50:
    1.1889
    culQm:
    13.8184
    culQ5:
    17.0685
    culQ10:
    21.385
    culQ20:
    26.3858
    culQ50:
    34.3967
    culHm:
    1.0863
    culH5:
    1.1792
    culH10:
    1.2873
    culH20:
    1.397
    culH50:
    1.5492
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2012-10-08T15:00:00Z
        dataToTime:
        2026-09-20T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2012-10-08T16:00:00Z
        dataToTime:
        2026-09-20T20:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2012-10-09T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2012-10-08T15:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2012-10-08T16:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2012-10-09T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2012-10-08T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2012-10-08T15:00:00Z
        dataToTime:
        2026-09-20T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2012-10-08T16:00:00Z
        dataToTime:
        2026-09-20T20:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2012-10-09T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2012-10-08T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2012-10-08T15:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2012-10-08T16:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2012-10-09T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  2. station_id:
    113.2.0
    stationName:
    Englivatnet
    latitude:
    63.09982
    longitude:
    8.54672
    utmEast_Z33:
    174649
    utmNorth_Z33:
    7013074
    masl:
    243
    riverName:
    Grytåa
    councilNumber:
    5055
    councilName:
    Heim
    countyName:
    Trøndelag
    drainageBasinKey:
    1612
    hierarchy:
    Grytåa
    lakeArea:
    1.77
    lakeName:
    Englivatnet
    lakeNo:
    2167
    regineNo:
    113.41C
    reservoirNo:
    726
    reservoirName:
    ENGLIVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    20.589
    drainageBasinAreaNorway:
    20.589
    gradient1085:
    21.41
    gradientBasin:
    24.19
    gradientRiver:
    50.62
    heightMinimum:
    243
    heightHypso10:
    258
    heightHypso20:
    297
    heightHypso30:
    340
    heightHypso40:
    392
    heightHypso50:
    424
    heightHypso60:
    476
    heightHypso70:
    509
    heightHypso80:
    568
    heightHypso90:
    621
    heightMaximum:
    973
    lengthKmBasin:
    6
    lengthKmRiver:
    6.97
    percentAgricul:
    0.22
    percentBog:
    15.45
    percentEffBog:
    not reported by source
    percentEffLake:
    8.66
    percentForest:
    28.74
    percentGlacier:
    0
    percentLake:
    9.22
    percentMountain:
    32.09
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    172868
    utmNorthGravi:
    7011422
    utmZoneInlet:
    33
    utmEastInlet:
    172020
    utmNorthInlet:
    7008404
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    41.47
    specificDischarge:
    63.79
    regulationArea:
    20.6
    areaReservoirs:
    1.81
    volumeReservoirs:
    9.8
    regulationPartReservoirs:
    0.24
    transferAreaIn:
    0.57
    transferAreaOut:
    0
    reservoirAreaIn:
    0
    reservoirAreaOut:
    1.81
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    9.8
    remainingArea:
    0
    numberReservoirs:
    1
    firstYearRegulation:
    2012
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    SVORKA ENERGI AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1943-01-01T11:00:00Z
        dataToTime:
        2024-04-30T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-09-01T00:00:00Z
        dataToTime:
        2024-04-30T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1943-01-01T11:00:00Z
        dataToTime:
        2024-04-30T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      1
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1943-01-01T11:00:00Z
        dataToTime:
        2024-04-30T23:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2013-09-01T00:00:00Z
        dataToTime:
        2024-04-30T23:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1943-01-01T11:00:00Z
        dataToTime:
        2024-04-30T11:00:00Z
  3. station_id:
    119.4.0
    stationName:
    Rovatn
    latitude:
    63.25985
    longitude:
    9.02129
    utmEast_Z33:
    200183
    utmNorth_Z33:
    7028528
    masl:
    13
    riverName:
    Søa
    councilNumber:
    5055
    councilName:
    Heim
    countyName:
    Trøndelag
    drainageBasinKey:
    1621
    hierarchy:
    Søa
    lakeArea:
    0
    lakeName:
    not reported by source
    lakeNo:
    975
    regineNo:
    119.1B12
    reservoirNo:
    not reported by source
    reservoirName:
    not reported by source
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    236.68
    drainageBasinAreaNorway:
    236.678
    gradient1085:
    11.01
    gradientBasin:
    22.54
    gradientRiver:
    18.3
    heightMinimum:
    12
    heightHypso10:
    141
    heightHypso20:
    268
    heightHypso30:
    317
    heightHypso40:
    371
    heightHypso50:
    412
    heightHypso60:
    462
    heightHypso70:
    524
    heightHypso80:
    585
    heightHypso90:
    662
    heightMaximum:
    1036
    lengthKmBasin:
    23.22
    lengthKmRiver:
    43.49
    percentAgricul:
    3.04
    percentBog:
    14.51
    percentEffBog:
    not reported by source
    percentEffLake:
    4.74
    percentForest:
    37.67
    percentGlacier:
    0
    percentLake:
    8.55
    percentMountain:
    26.69
    percentUrban:
    0.01
    utmZoneGravi:
    33
    utmEastGravi:
    208873
    utmNorthGravi:
    7023391
    utmZoneInlet:
    33
    utmEastInlet:
    206888
    utmNorthInlet:
    7016415
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    352.4
    specificDischarge:
    46.93
    regulationArea:
    117.77
    areaReservoirs:
    8.24
    volumeReservoirs:
    67
    regulationPartReservoirs:
    0.19
    transferAreaIn:
    62.06
    transferAreaOut:
    173.26
    reservoirAreaIn:
    0.38
    reservoirAreaOut:
    8.51
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    67
    remainingArea:
    120.16
    numberReservoirs:
    3
    firstYearRegulation:
    1967
    catchmentRegTypeName:
    regulert m/magasin og uregulert restfelt
    owner:
    TRØNDERENERGI AS
    qNumberOfYears:
    36
    qStartYear:
    1987
    qEndYear:
    2025
    qm:
    44.2425
    q5:
    56.451
    q10:
    67.0087
    q20:
    77.4017
    q50:
    91.2516
    hm:
    1.5833
    h5:
    1.7556
    h10:
    1.8895
    h20:
    2.0108
    h50:
    2.16
    culQm:
    46.8061
    culQ5:
    59.7219
    culQ10:
    70.8914
    culQ20:
    81.8865
    culQ50:
    96.539
    culHm:
    1.6214
    culH5:
    1.7984
    culH10:
    1.9359
    culH20:
    2.0605
    culH50:
    2.2137
    seriesList:

    4 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1923-03-02T11:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1995-06-28T13:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1923-03-02T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1923-03-02T11:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1995-06-28T13:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1923-03-02T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    3. parameterName:
      Vanntemperatur
      parameter:
      1003
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2011-11-21T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2011-11-21T18:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2011-11-21T19:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2011-11-22T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    4. parameterName:
      Lufttemperatur
      parameter:
      17
      versionNo:
      1
      unit:
      °C
      serieFrom:
      2011-11-21T00:00:00
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2011-11-21T18:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2011-11-21T19:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2011-11-22T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  4. station_id:
    119.5.0
    stationName:
    Søvatn
    latitude:
    63.22847
    longitude:
    9.34461
    utmEast_Z33:
    216056
    utmNorth_Z33:
    7023570
    masl:
    280
    riverName:
    Søa
    councilNumber:
    5055
    councilName:
    Heim
    countyName:
    Trøndelag
    drainageBasinKey:
    1622
    hierarchy:
    Søa
    lakeArea:
    5.17
    lakeName:
    Søvatnet
    lakeNo:
    976
    regineNo:
    119.1E2
    reservoirNo:
    261
    reservoirName:
    SØVATN
    stationTypeName:
    Privat, pålagt
    stationStatusName:
    Aktiv
    drainageBasinArea:
    102
    drainageBasinAreaNorway:
    102
    gradient1085:
    18.49
    gradientBasin:
    20.02
    gradientRiver:
    30.44
    heightMinimum:
    278
    heightHypso10:
    324
    heightHypso20:
    378
    heightHypso30:
    414
    heightHypso40:
    460
    heightHypso50:
    493
    heightHypso60:
    545
    heightHypso70:
    585
    heightHypso80:
    633
    heightHypso90:
    682
    heightMaximum:
    996
    lengthKmBasin:
    10.97
    lengthKmRiver:
    17.38
    percentAgricul:
    1.09
    percentBog:
    18.82
    percentEffBog:
    not reported by source
    percentEffLake:
    5.82
    percentForest:
    28.31
    percentGlacier:
    0
    percentLake:
    6.68
    percentMountain:
    35.56
    percentUrban:
    0
    utmZoneGravi:
    33
    utmEastGravi:
    216407
    utmNorthGravi:
    7021589
    utmZoneInlet:
    33
    utmEastInlet:
    206888
    utmNorthInlet:
    7016415
    utmZoneOutlet:
    not reported by source
    utmEastOutlet:
    not reported by source
    utmNorthOutlet:
    not reported by source
    annualRunoff:
    156.74
    specificDischarge:
    48.93
    regulationArea:
    101.45
    areaReservoirs:
    5.17
    volumeReservoirs:
    43
    regulationPartReservoirs:
    0.27
    transferAreaIn:
    8.2
    transferAreaOut:
    0
    reservoirAreaIn:
    0.38
    reservoirAreaOut:
    5.17
    reservoirVolumeIn:
    0
    reservoirVolumeOut:
    43
    remainingArea:
    0.06
    numberReservoirs:
    1
    firstYearRegulation:
    1967
    catchmentRegTypeName:
    Regulert m/magasinregulering og overføringer
    owner:
    TRØNDERENERGI AS
    qNumberOfYears:
    not reported by source
    qStartYear:
    not reported by source
    qEndYear:
    not reported by source
    qm:
    not reported by source
    q5:
    not reported by source
    q10:
    not reported by source
    q20:
    not reported by source
    q50:
    not reported by source
    hm:
    not reported by source
    h5:
    not reported by source
    h10:
    not reported by source
    h20:
    not reported by source
    h50:
    not reported by source
    culQm:
    not reported by source
    culQ5:
    not reported by source
    culQ10:
    not reported by source
    culQ20:
    not reported by source
    culQ50:
    not reported by source
    culHm:
    not reported by source
    culH5:
    not reported by source
    culH10:
    not reported by source
    culH20:
    not reported by source
    culH50:
    not reported by source
    seriesList:

    2 results

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

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1940-01-01T11:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2000-10-30T01:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1940-01-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Magasinvolum
      parameter:
      1004
      versionNo:
      1
      unit:
      millioner m³
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1940-01-01T11:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2000-10-30T01:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1940-01-01T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  5. station_id:
    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 (vol%)
      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
  6. station_id:
    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-09-20T18:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-02-27T15:00:00Z
        dataToTime:
        2026-09-20T18:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1902-04-01T11:00:00Z
        dataToTime:
        2026-09-18T11: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-09-20T18:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1987-02-27T15:00:00Z
        dataToTime:
        2026-09-20T18:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1881-05-22T11:00:00Z
        dataToTime:
        2026-09-18T11:00:00Z
  7. station_id:
    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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-01-01T01:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1902-01-01T11:00:00Z
        dataToTime:
        2026-09-19T11: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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-01-01T01:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1901-07-10T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T06:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-01-01T01:00:00Z
        dataToTime:
        2026-09-20T06:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1902-01-01T11:00:00Z
        dataToTime:
        2026-09-19T11:00:00Z
  8. station_id:
    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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-03-11T13:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1969-05-01T11:00:00Z
        dataToTime:
        2026-09-19T11: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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-10-22T04:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-10-22T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T20:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2023-08-30T13:00:00Z
        dataToTime:
        2026-09-20T20:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2023-08-31T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2023-08-30T13:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2023-08-31T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  9. station_id:
    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:
    52
    qStartYear:
    1972
    qEndYear:
    2025
    qm:
    1.1248
    q5:
    1.4098
    q10:
    1.695
    q20:
    1.9928
    q50:
    2.4171
    hm:
    0.6221
    h5:
    0.6768
    h10:
    0.7252
    h20:
    0.7728
    h50:
    0.8365
    culQm:
    1.675
    culQ5:
    2.0995
    culQ10:
    2.5241
    culQ20:
    2.9676
    culQ50:
    3.5994
    culHm:
    0.7219
    culH5:
    0.7892
    culH10:
    0.852
    culH20:
    0.9138
    culH50:
    0.9966
    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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-05-27T13:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-05-28T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-05-27T13:00:00Z
        dataToTime:
        2026-09-20T20:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1996-05-28T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-10-31T09:00:00Z
        dataToTime:
        2026-09-20T20:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-11-01T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-09-02T00:00:00Z
        dataToTime:
        2026-09-20T20:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2003-09-02T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  10. station_id:
    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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1995-01-02T12:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        1995-01-03T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-12-31T23:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1972-01-01T11:00:00Z
        dataToTime:
        2026-09-19T11: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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-12-12T02:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-12-12T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2023-08-30T18:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2023-08-31T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2023-08-30T18:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2023-08-31T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  11. station_id:
    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:
    36
    qStartYear:
    1988
    qEndYear:
    2025
    qm:
    0.064
    q5:
    0.0831
    q10:
    0.0979
    q20:
    0.1117
    q50:
    0.1292
    hm:
    0.2709
    h5:
    0.3004
    h10:
    0.3205
    h20:
    0.3377
    h50:
    0.3577
    culQm:
    0.1281
    culQ5:
    0.1663
    culQ10:
    0.1958
    culQ20:
    0.2235
    culQ50:
    0.2584
    culHm:
    0.3566
    culH5:
    0.3954
    culH10:
    0.4218
    culH20:
    0.4445
    culH50:
    0.4708
    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-09-20T19:05:00Z
      2. resTime:
        60
        method:
        Sum
        timeOffset:
        0
        dataFromTime:
        1987-11-23T12:00:00Z
        dataToTime:
        2026-09-20T20:00:00Z
      3. resTime:
        1440
        method:
        Sum
        timeOffset:
        0
        dataFromTime:
        1988-01-07T11:00:00Z
        dataToTime:
        2026-09-19T11: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-09-20T19:05:00Z
      2. resTime:
        60
        method:
        Sum
        timeOffset:
        0
        dataFromTime:
        2025-06-22T13:00:00Z
        dataToTime:
        2026-09-20T20:00:00Z
      3. resTime:
        1440
        method:
        Sum
        timeOffset:
        0
        dataFromTime:
        2025-06-22T11:00:00Z
        dataToTime:
        2026-09-19T11: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-09-20T19:05:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-12-09T09:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-12-10T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T19:04:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-07-20T00:00:00Z
        dataToTime:
        2026-09-20T20:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-07-20T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T19:05:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-12-09T09:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-12-10T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T19:04:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-07-20T00:00:00Z
        dataToTime:
        2026-09-20T20:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2013-07-20T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-06-04T12:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-06-05T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T19:04:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-08-28T13:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-08-31T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T19:04:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-08-28T13:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-08-31T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-07-18T12:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1986-07-19T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-06-04T12:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2015-06-05T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T19:04:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-11-22T01:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2024-11-22T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2002-09-09T13:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2002-09-10T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  12. station_id:
    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
  13. station_id:
    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-09-20T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-11-22T18:00:00Z
        dataToTime:
        2026-09-20T20:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-11-23T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-11-23T00:00:00Z
        dataToTime:
        2026-09-20T20:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1973-03-05T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  14. station_id:
    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
  15. station_id:
    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-09-20T18:59:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-01-02T02:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-01-02T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T17:59:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-01-01T19:00:00Z
        dataToTime:
        2026-09-20T18:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-01-02T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-01-01T01:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-01-01T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T18:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-01-01T21:00:00Z
        dataToTime:
        2026-09-20T18:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-01-02T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T18:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-04-08T00:00:00Z
        dataToTime:
        2026-09-20T18:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2014-04-08T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  16. station_id:
    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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Sum
        timeOffset:
        0
        dataFromTime:
        1998-05-13T09:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Sum
        timeOffset:
        0
        dataFromTime:
        1998-05-13T11:00:00Z
        dataToTime:
        2026-09-19T11: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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-10-21T18:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-10-22T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-10-21T18:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-10-22T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-05-13T11:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-05-01T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-10-21T18:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2005-10-22T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-02-09T12:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-02-10T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1998-05-13T11:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        1970-01-01T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-11-19T21:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2021-11-20T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
  17. station_id:
    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:
    19
    qStartYear:
    2006
    qEndYear:
    2025
    qm:
    0.3943
    q5:
    0.468
    q10:
    0.5175
    q20:
    0.5612
    q50:
    0.6128
    hm:
    0.5271
    h5:
    0.5491
    h10:
    0.5634
    h20:
    0.5753
    h50:
    0.5888
    culQm:
    0.4743
    culQ5:
    0.563
    culQ10:
    0.6225
    culQ20:
    0.6751
    culQ50:
    0.7371
    culHm:
    0.551
    culH5:
    0.5758
    culH10:
    0.5913
    culH20:
    0.6043
    culH50:
    0.6189
    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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-10-25T00:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-10-25T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
    2. parameterName:
      Vannføring
      parameter:
      1001
      versionNo:
      1
      unit:
      m³/s
      serieFrom:
      not reported by source
      serieTo:
      not reported by source
      resolutionList:

      3 results

      1. resTime:
        0
        method:
        Instantaneous
        timeOffset:
        0
        dataFromTime:
        2006-10-24T23:30:00Z
        dataToTime:
        2026-09-20T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-10-25T00:00:00Z
        dataToTime:
        2026-09-20T20:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-10-25T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T19:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2017-10-04T20:00:00Z
        dataToTime:
        2026-09-20T19:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2017-10-05T11:00:00Z
        dataToTime:
        2026-09-20T11: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-09-20T20:00:00Z
      2. resTime:
        60
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-10-25T01:00:00Z
        dataToTime:
        2026-09-20T20:00:00Z
      3. resTime:
        1440
        method:
        Mean
        timeOffset:
        0
        dataFromTime:
        2006-10-25T11:00:00Z
        dataToTime:
        2026-09-20T11:00:00Z
limit:
25
offset:
0
returned:
17
has_more_results:
no
truncated:
no
Will you use the result in generated code?

Open the same result as JSON

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

Continue exploring

How an AI agent should use this page

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

How to use the search_stations lookup

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

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

Source-specific next step

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