Ratelimits
Route | Requests Per Minute |
---|---|
/bots/:id | 60 |
/bots/:id/historical | 60 |
/bots/:id/recent | 60 |
/compare | 60 |
/compare/historical | 60 |
/rankings | 60 |
/users/:id/bots | 60 |
What Happens When I am RateLimited?
When you are rate-limited, you will receive this response, you can use this to wait until your ratelimit has been lifted before sending another response.
{ "statusCode": 429, "error": "Too Many Requests", "message": "You can only make {amount} requests per {time} minute. Try again soon.", "date": 1729335037519, "expiresIn": {milliseconds}}
Would You Like to Get Higher RateLimits?
Reach out to our team in Our Discord. For any requests regarding ratelimits.
I am Banned, What Can I Do?
If you’ve been banned from using our API, you can reach out to our team in Our Discord.