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.
Handling Rate Limits
When you receive a429
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
Examples
We may reduce limits to prevent abuse, or increase limits to enable high-traffic applications. To request an increased rate limit, please contact us.