Powerful and officially maintained API to support the aaremarzili App
Include your API key in the X-API-Key header. You must also provide the X-River header to select the river.
| Rate Limit | 10 requests per minute per endpoint |
| Methods | GET only |
| Rivers | AAREMARZILIBERN, LIMMATBADEN, RHEINRHEINFELDEN |
curl -H "X-API-Key: api_aaremarzili_YOUR_KEY" \
-H "X-River: AAREMARZILIBERN" \
https://api.aaremarzili.info/rest/open/waterdata/current
200 | Success |
401 | Invalid or inactive API key |
403 | Endpoint not allowed with API key |
429 | Rate limit exceeded |
For the full list of endpoints, request/response schemas, and interactive testing, see the Swagger UI documentation.