Comment on page
Rate limits
Learn about API rate limits and how to work with them.
The Rated API employs a number of safeguards against bursts of incoming traffic to help maximise its stability. Users who send many requests in quick succession may see error responses that show up as status code
429 Too many requests.
For most users, Rated allows up to 2 requests per second and 1000 requests per day.
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.We may reduce limits to prevent abuse, or increase limits to enable high-traffic applications. To request an increased rate limit, please contact us.
Get in touch with us via [email protected] if your use case requires higher limits than the default available.
Last modified 2mo ago