Query the water levels of all registered stations in Germany, analyze, and visualize the spatio-temporal features at a specific time for the last 90 days. The cloud-based backend detects patterns of water levels risings for specific time ranges. The detection algorithm is under active development.
These include daily updated raw data of various hydrological parameters, such as water levels, of inland and coastal levels along the federal waterways.
The Federal Waterways and Shipping Administration (WSV) provides this unverified raw data. Therefore, no liability or guarantee is assumed for the correctness, accuracy, timeliness, reliability or completeness of the data. The raw data is freely available under the DL-DE-Zero-2.0 license hosted by Pegelonline.
Developers get access to the water levels of registered stations in Germany.
/stations
Returns the stations and statistics for measurements of water levels.
name | type | description | option | sample |
format | STRING | The values esri and geojson are supported output formats. | optional | geojson |
/rising
Returns specific time ranges representing patterns of water levels risings.
/query
Queries the water levels of all registered stations at a specific time.
name | type | description | option | sample |
at | DATETIME | Represents the date and time of interest. The date and time must be defined using ISO format, e.g. 2024-05-23T12:00:00. | required | 2024-05-23T12:00:00 |
format | STRING | The values esri and geojson are supported output formats. | optional | geojson |
/measurements
Returns the water level measurements of a specific station using a time range not exceeding 24 hours.
name | type | description | option | sample |
uuid | STRING | The unique id of the station. | required | 1edc5fa4-88af-47f5-95a4-0e77a06fe8b1 |
from | DATETIME | Represents the minimum date and time range. The date and time must be defined using ISO format, e.g. 2024-05-23T12:00:00. | required | 2024-05-23T12:00:00 |
to | DATETIME | Represents the maximum date and time range. The date and time must be defined using ISO format, e.g. 2024-05-23T13:00:00. | required | 2024-05-23T13:00:00 |
References:
[1] geowaterlevels API hosted @RapidAPI
Query the water levels of all registered stations in Germany, analyze, and visualize the spatio-temporal features at a specific time for the last 90 days.