API Rate Limit Matrix
Best Practices
- Spread out calls evenly to avoid traffic spikes.
- Use filters to limit the data response size and avoid calls that request overlapping data.
- When the limit has been reached, stop making API calls. Wait for the specific time period to pass. Alternatively, implement a back-off strategy where your application automatically reduces its request frequency and retries failed requests after a calculated delay.