Rate Limiting
To ensure fair usage and API stability, Data Docked implements rate limiting on all endpoints.Default Limit
| Limit | Scope |
|---|---|
| 15 requests per minute | Per endpoint, per user |
Endpoint-Specific Limits
Some endpoints have higher rate limits:| Endpoint | Limit |
|---|---|
get-vessel-location | 50 requests/minute |
get-vessels-by-area | 50 requests/minute |
| All other endpoints | 15 requests/minute |
Rate Limit Exceeded
If you exceed the rate limit, you’ll receive a429 Too Many Requests response: