HTTP

429 Too Many Requests

The user has sent too many requests in a given time (rate limiting). The response should include a Retry-After header.

When You See This Code

When hitting API rate limits or making too many requests too quickly.

How to Fix

Check the Retry-After header. Implement exponential backoff. Consider caching responses.

Specification

View RFC / Specification →

Related Codes

Cross-Protocol Equivalents

Comparisons

Guides

Glossary