API rate limits

Our API has rate limits, which means that 60 requests on individual endpoints can be made per minute. If this limit is exceeded, you will need to wait until the quota resets.

Each endpoint with a rate limit has a [Rate limited] tag on the API reference page.

Each API request comes back with four headers related specifically to rate limiting:

HeaderMeaning
X-RateLimit-LimitThe maximum number of API requests that the user can make per minute.
X-RateLimit-RemainingThe remaining number of API requests that the user can make per minute.
X-RateLimit-ResetA date and time value indicating when the remaining limit resets.
X-RateLimit-Retry-AfterIndicates the seconds remaining before you can make a new request.