Skip to main content

API Rate Limits

Curious what our API rate limits are?


General Rate Limits

Unless otherwise stated, all of our endpoints are rate limited to 300/min per API key, no edge rate limiting.

This means that any of the endpoints (i.e GET /api/torrents/mylist) are each limited to 300 uses every minute each.



Specific Rate Limits

The following endpoints are limited to 60/hour with a 10/min edge:

POST /api/torrents/createtorrent

POST /api/usenet/createusenetdownload

POST /api/webdl/createwebdownload

This means you can use these endpoints a maximum of 60 times an hour, with that being a maximum of 10 times per minute.


All of these rate limits are per API key as mentioned earlier as well as they're synchronized across all our servers.

It is also important to note that these limits are subject to change as we see fit.

Did this answer your question?