Rate limits
Anonymous vs authenticated quotas and headers
Behaviour
- Anonymous: sliding window per IP.
- Authenticated: keyed by API key hash with higher ceilings.
Headers
Successful responses may include:
RateLimit-Limit— allowed requests in the windowRateLimit-Remaining— requests leftRateLimit-Reset— window reset time429withRetry-Afterwhen exceeded
Tune clients to backoff and cache stable reference data (states, LGAs).