Documentation Index
Fetch the complete documentation index at: https://dronelist.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Rate Limiting
The API uses in-memory rate limiting keyed by API key ID to protect service quality.Tiers
| Tier | Limit | Window |
|---|---|---|
| Standard | 100 requests | 1 minute |
| Elevated | 500 requests | 1 minute |
Response headers
Every API response (including429 errors) includes rate limit headers:
| Header | Description |
|---|---|
X-RateLimit-Limit | Maximum requests allowed per window |
X-RateLimit-Remaining | Requests remaining in the current window |
X-RateLimit-Reset | Unix timestamp (seconds) when the window resets |
Example headers
Handling rate limits
When you exceed the limit, the API returns a429 Too Many Requests response. Use the X-RateLimit-Reset header to determine when to retry.

