Rate limits

If you are looking for SLA or higher rate limits, please contact louis@zealy.io and get more details about our premium plans.

Our API enforces a rate limit of 50 requests per second (RPS) to ensure fair usage and maintain system stability. To optimize your API usage and stay within these limits, we highly recommend implementing caching strategies when it's possible.

Caching allows you to store frequently accessed data temporarily, reducing the need to make repetitive API calls. This not only helps you adhere to the rate limit but also speeds up your application's response time!

Zealy offers webhooks for various event types, serving as an efficient alternative to some API calls. They can also help you refresh your cache—like updating a cached leaderboard when a quest is completed—enhancing the user experience in your application.

Last updated