docs
  1. Add-on API
  2. Getting Started
  3. Rate Limits

Rate Limits

The Add-on API limits the number of calls to its endpoints to keep the system load manageable.

Rate Limit Headers

Every API response includes the following rate limit-related headers:

Header ParameterValueDescription
X-RateLimit-Limit100The total amount of requests that can be made to the endpoint.
X-RateLimit-RemainingX-RateLimit-Limit - attemptsThe remaining amount of requests, which can be made to the endpoint.

Response Example

The response for an exceeded rate limit is as follows: