Integrate our satellite-based insights seamlessly into your own application.
The Cyanoware API uses API Keys to authenticate requests. Send your API Key in the X-API-Key header of your HTTP request.
curl -X GET 'https://cyanoware.com/api/v1/cyanoware/lakes' \
-H 'X-API-Key: YOUR_API_KEY'To prevent abuse, requests to the API are limited:
If exceeded, a 429 Too Many Requests status code is returned.
/api/v1/cyanoware/lakesReturns a paginated list of all officially monitored lakes in the system.
| Parameter | Type | Description |
|---|---|---|
| limit | integer | Optional. Number of lakes (Default 50, Max 5000). |
| offset | integer | Optional. Pagination offset. |
| Field | Type | Description |
|---|---|---|
| external_id | string | Unique ID of the lake. |
| name | string | Official name of the lake. |
| latitude / longitude | float | Center coordinates (Latitude / Longitude). |