v1
latestOpenAPI 3.0.02026-07-176919.5 KBwater
Zugriff auf eine Timeseries
Liefert den aktuellen Wert der Station (Pegel). Kann auch als Unterressource von Timeseries angefordert werden.
get/stations/{station}/{timeseries}.json
Path parameters
stationstring required
UUID / Name / Pegelnummer der Station.
timeseriesstring required
timeseries shortname
Query parameters
includeCurrentMeasurementboolean
Aktuell gemessener Wert
includeCharacteristicValuesboolean
kennzeichnende Wasserstände
Response
OK
Example response
{
"shortname": "W",
"longname": "WASSERSTAND ROHDATEN",
"unit": "cm",
"equidistance": 15,
"currentMeasurement": {
"timestamp": "2022-03-02T10:30:00+01:00",
"value": 323,
"trend": -1,
"stateMnwMhw": "normal",
"stateNswHsw": "unknown"
},
"gaugeZero": {
"unit": "m. ü. NN",
"value": 8,
"validFrom": "1985-03-13"
}
}