Rate Limits

To protect the stability of the API and keep it available to all users, Zubisoft enforces multiple kinds of rate limiting. Requests that hit any of our rate limits will receive a '429 - Too Many Requests' response.

Limits are allocated per authorization token. Different tokens will have independent limits.

Standard Rate Limits
The Standard rate limiter imposes a quota on how many requests (calls) can be made in a given window of time. Our limits are based on minute-long windows, and differ depending on whether the domain is premium or not. We may change these quotas or add new quotas (such as maximum requests per day) at any time. Requests rejected by this limiter still count against the quotas.

  • Basic: 100 API calls/minute
  • Premium: 1000 API calls/minute