Learn about API rate limits and how to work with them.
429 Too many requests.
For Free tier users, Rated allows up to 2 requests per second with a 10,000 Lifetime request safeguard.
For paid tiers, rate limit details can be found at our Plans page.
Once you get rate limited you can use Retry-After
and Age
headers to compute how long you need to wait before being able to continue using the API.
429
status code, check the response headers:
Retry-After
: Number of seconds to wait before making another requestAge
: How long the current rate limit window has been active