To protect our API against abusive behaviour, we have simple ratelimits in place.
429
) happen when you’re sending too many requests to our API.
The following headers are included in each API response to help you track your request usage:
Header | Description |
---|---|
x-ratelimit-limit | Maximum number of requests allowed in the current time window. |
x-ratelimit-remaining | Number of requests left in the current time window. |
x-ratelimit-reset | How many seconds must pass before the rate limit resets |
retry-after | Time (in seconds) before new requests can be made after reaching the limit |
x-ratelimit-reset
header.