Rate Limit

You are limited to 3,600 requests per hour. If you are consistently hitting this limit then please contact us with as much detail as possible regarding your use case and we can look into increasing this for you.

You can check your rate limit by looking at the X-RateLimit-Limit header in every response.

We will return the following headers to help you manage this:

X-RateLimit-Limit: 3600  
X-RateLimit-Remaining: 3599

Rate Limit Errors

Rate Limit Exceeded

{
  'message': 'Exceeded rate limit for API.  Slow down.'
}