Aaremarzili API

Powerful and officially maintained API to support the aaremarzili App

Loading...

API Documentation

Authentication

Include your API key in the X-API-Key header. You must also provide the X-River header to select the river.

Rate Limit10 requests per minute per endpoint
MethodsGET only
RiversAAREMARZILIBERN, LIMMATBADEN, RHEINRHEINFELDEN

Quick Example

curl -H "X-API-Key: api_aaremarzili_YOUR_KEY" \
     -H "X-River: AAREMARZILIBERN" \
     https://api.aaremarzili.info/rest/open/waterdata/current

Response Codes

200Success
401Invalid or inactive API key
403Endpoint not allowed with API key
429Rate limit exceeded

For the full list of endpoints, request/response schemas, and interactive testing, see the Swagger UI documentation.