Rate limits

The various DevMC API methods can be accessed a limited number of times. Together with the result of the method execution in the response, API also returns certain headers:

  • X-Ratelimit-Limit — the maximum number of requests to the method per minute.
  • X-Ratelimit-Remaining — the number of requests available for the current period of time.
  • X-Ratelimit-Reset — time in seconds before resetting the limit for requests for the current method.

After exceeding the quantitative limit, access to a particular method may be temporarily limited - in this case, the server will not return a response to method call.