Client error
HTTP 429: Too Many Requests
HTTP 429 means the client sent too many requests.
Meaning
The server is rate limiting the client for a period of time.
Common causes
API quotas, burst limits, abuse protection, or repeated retries can cause it.
What to check
Slow down requests, respect Retry-After, add backoff, or raise the rate limit if appropriate.
Example response
HTTP/1.1 429 Too Many RequestsReferences
- Registry
- IANA HTTP Status Code Registry
- Spec
- RFC 6585 §4
Related HTTP status codes
Nearby codes often answer the next debugging question.