keecode logokeecode
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 Requests

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 429 Too Many Requests