Rate Limits
Every endpoint has a published rate limit. You will never discover a limit by hitting a 429 in production — they’re all documented here.Limits by endpoint
Limits are per API key.
Response headers
Every response includes rate limit information:X-RateLimit-Limit— your limit for this endpointX-RateLimit-Remaining— requests remaining in the current windowX-RateLimit-Reset— Unix timestamp when the window resets
When you hit a limit
Retry-After header (in seconds).

