Skip to content

API Documentation

Authentication

All queries (with the exception of the health check) require a valid API key. The API key can be obtained free of charge via email registration.

Waste Information

curl -X POST \
https://müll.io/api/fetch \
-H 'Authorization: API-KEY <YOUR API KEY HERE>'

Health Check

The API can be verified based on the status code. If it is 200, everything is OK. If it is not 200, there is a problem with the API.

curl -X GET \
https://müll.io/api/health