xREL.v3

API: Rate Limiting - Wiki

Change Language
Board RSS API Status Help Contact
Preferences

Article: API: Rate Limiting

API: Rate Limiting

There is a set limit on the number of requests per hour that IPs and users can make. Currenty this limit is set at 900 calls per hour.
Any request that exceeds this limit will return a 429 (Too Many Requests) HTTP status code and will be discarded. The API uses GitHub style HTTP headers to inform about the current rate limit status:
X-RateLimit-Limit: 900
X-RateLimit-Remaining: 258
X-RateLimit-Reset: 1372700873

For all calls to search methods, additional rate limiting applies. Currently this limit is set at 2 calls per 5 seconds. Please keep track of that limit yourself.

Last edit: 27 Nov. 2025 9:20 PM.

Preferences

Rate this article
5/55/55/55/55/55/55/55/55/55/5
Rating: 5.0 / 5.0 (2 votes)