How Can We Help?
API limits
Monthly limits
Every account gets 10000 requests a month.
You can easily see how many requests you have left by looking at the requests part returned with each request
"requests": {
"total": 10000,
"used": 15,
"remaining": 9985,
"resets": "2019-11-29T13:02:59"
}
Limits are reset monthly. If you go over the limit, requests will return a 429 status code and empty result set. If you need a higher limit, while in beta, we may increase it. Please contact us.
Other limits
You are limited to one request a second. The monthly limits still apply.