Understanding rate limiting

The API has a rate limit of 300 requests across a 5 minute period per developer application per endpoint. At the moment, this rate limit is the same for all endpoints—but that may change in the future.

If you are rate limited, you will receive a 429 Too Many Requests response (header only, no body content). The response will include a Retry-After header indicating how many seconds you should wait until retrying the request.

Please email [email protected] if you need this limit adjusted.