Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marians/lanuv-nrw-water-level-api
Microservice delivering water level data (Pegelstände) in Nordrhein-Westfalen, Germany, served by LANUV in a REST API
https://github.com/marians/lanuv-nrw-water-level-api
api environment opendata
Last synced: 27 days ago
JSON representation
Microservice delivering water level data (Pegelstände) in Nordrhein-Westfalen, Germany, served by LANUV in a REST API
- Host: GitHub
- URL: https://github.com/marians/lanuv-nrw-water-level-api
- Owner: marians
- License: apache-2.0
- Created: 2021-07-26T20:37:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-31T07:52:57.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T01:47:42.032Z (5 months ago)
- Topics: api, environment, opendata
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Docker Repository on Quay](https://quay.io/repository/marian/lanuv-nrw-water-level-api/status "Docker Repository on Quay")](https://quay.io/repository/marian/lanuv-nrw-water-level-api)
A little proxy service for water level data presented by [HYGON](https://luadb.lds.nrw.de/LUA/hygon/pegel.php?rohdaten=ja) of [LANUV NRW](https://www.lanuv.nrw.de/).
To run the service in development:
```nohighlight
go run main.go
```### API
The following endpoints are available:
#### /
The root endpoint gives an array of station names.
#### /:station
Returns the time and value of the last measurement for the station.