Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.