Rate Limiting
API Rate Limits are in place to protect Aerobotics from API traffic spikes that could put our databases at risk. We therefore measure the amount of requests sent to the API in order to throttle these when they surpass the amount allowed.
We will respond with a status code 429, a description Request was throttled. Expected available in X seconds. and the following headers:
Header name | Header Description |
|---|---|
Retry-After | Number of seconds till you can retry. |
What is the default amount of requests?
- 10000 requests / day
- 30 requests / minute
Updated 10 months ago
