Limits Table
Rate Limit Exceeded Response Example
Rate Limit Headers
The API returns rate limit information headers in every response:Command Queue
*/command endpoints use a queue system:
- Maximum queue size: 100 commands
- Execution interval: 1 command every 5 seconds
Anti-Spam Protection
After exceeding the limit, the counter does not stop but continues counting excess requests. Upon reaching 400 excess requests, a 5-minute ban is issued. If spam continues, the ban duration increases.Repeat Offenders
Applications that continue sending requests after receiving429 responses may be blocked for increasingly longer periods.
Applications that systematically violate rate limits will be blocked via Cloudflare. If you encounter a Cloudflare block page, you need to contact us by opening an API ticket on the ER:LC Discord server to have the block lifted.