429
Too Many Requests
Client Error
Description
The user has sent too many requests in a given amount of time
Common Usage
Rate limiting; client exceeded API request quota
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 429 Too Many RequestscURL Example
curl -I https://example.com
# Returns: HTTP/1.1 429 Too Many RequestsClient Error Response
This is a client error response indicating the request contains bad syntax or cannot be fulfilled.
Related Client Error Codes
Other codes in the same category