Rate limits apply only to Backend API requests.

API requests limit rate: 400 request per 1 minute (period).

Rate limits will be returned with every request in following headers:

  • X-Rate-Limit-Limit - The number of allowed requests in the current period
  • X-Rate-Limit-Remaining - The number of remaining requests in the current period
  • X-Rate-Limit-Reset - The number of seconds left in the current period

If you'll reach rate limit - you'll get 429 response.

Errors and blocking

Our system will log request errors.
Email notifications feature - coming soon.

  • On xx errors per day you'll be notified by email and in developer center. Please fix these errors or you'll be blocked from using API.
  • On xx errors per minute you'll be blocked from using API.