Skip to main content
The base ratelimit is 20 requests per 10 seconds. Do not hardcode any values— instead, use the following headers which are found in every response:
number
The amount of requests allowed before hitting the ratelimit.
number
The number of remaining requests that can be made before hitting the ratelimit.
number
An epoch timestamp (in seconds) representing when the ratelimit will reset.
The following body is also provided when the ratelimit is hit:
429 Response