Information about API rate limits and how to handle them
User Type | Request Rate Limit | Concurrent Connections |
---|---|---|
Public API Key | 60 requests per minute | 1 per IP address |
Authenticated Users | Custom rate limits | Custom limits |
Header | Description |
---|---|
x-ratelimit-limit | The maximum number of requests you’re permitted to make per minute |
x-ratelimit-remaining | The number of requests remaining in the current rate limit window |
x-ratelimit-reset | The time at which the current rate limit window resets in Unix epoch seconds |
x-ratelimit-remaining
count is above zero, you’ll be able to make additional requests.
x-ratelimit-reset
header indicates when the oldest request will expire and no longer count toward your limit.
429 Too Many Requests
status code. We recommend implementing the following strategies to handle rate limits effectively: