Rate Limits
Read up on rate limits for TopStats.gg
Continuously surpassing our ratelimits will result in a cooldown or a permanent ban from using our API.
Rate Limits
Global Rate limit
Global rate limits are applied on all routes
| Route | Requests Per Minute |
|---|---|
| * | 120 |
Per Route Rate limit
| Route | Requests Per Minute |
|---|---|
| /search | 60 |
| /discord/bots/:id | 60 |
| /discord/bots/:id/historical | 60 |
| /discord/bots/:id/recent | 60 |
| /discord/compare | 60 |
| /discord/compare/historical | 60 |
| /discord/rankings | 60 |
| /discord/tags | 60 |
| /discord/users/:id/bots | 60 |
Rate limit response type
| Prop | Type | Default |
|---|---|---|
expiresIn? | string | - |
message? | string | - |
code? | number | - |