It is essential to follow these guidelines to avoid exceeding the API rate limits and receiving HTTP 429 responses.
Failure to comply may disrupt your API usage and lower service quality.
Default rate limits
*A burst allowance sets the maximum number of concurrent requests the API can handle. It allows for a temporary increase in the request rate to accommodate short periods of high traffic without exceeding the overall rate limits.
Tips
- To avoid getting blocked or throttled, it is important to adhere to the rate limits that are set. These limits specify the maximum number of requests allowed within a certain period. Please make sure that your application stays within these limits.
- It’s important to handle rate-limit responses properly. If you receive an
HTTP 429 (Too Many Requests)response, the rate limit has been surpassed. - Regularly monitor and analyze your application’s rate limit usage to identify potential bottlenecks or excessive usage patterns. This will help you proactively adjust your application’s behavior and optimize resource consumption.