Glossary
HTTP 429 Too Many Requests
HTTP 429 is the standard status code for rate limiting responses (RFC 6585). It tells the client it has sent too many requests in a given time window and should slow down. The response should include a Retry-After header (seconds or HTTP date) and optionally RateLimit-* headers indicating quota state.
Related tools
See also
Last updated: March 2026