HTTP Errors

429 Too Many Requests

Too many requests were sent in a short time (rate limiting).

Error · HTTP Errors

Meaning

The server is rate-limiting your requests to protect resources.

Causes

  • Frequent repeated calls
  • Automation/scripts
  • High usage from a shared IP

Fixes

  • Slow down requests
  • Respect retry timing
  • Reduce request volume

Example

HTTP/1.1 429 Too Many Requests

FAQ

  • How long should I wait?
    Check the Retry-After header if provided.
  • Is it due to rate limits?
    Yes, plan limits often trigger this.

Contact

If it persists during normal use, contact the provider.