Stay within bounds
The rate limits are 20 requests per 2 seconds.To make sure everyone gets a fair and seemless use of our services, we apply rate limits to our API:
- on all routes
- for each API key separately
Know where you stand
The responses of all queries provide will tell you where you stand with your rate limits. More specifically, you’ll always have the following headers:| Header | Description |
|---|---|
Retry-After | The number of seconds in which you can retry |
X-RateLimit-Limit | The maximum requests in that time |
X-RateLimit-Remaining | The number of remaining requests you can make |
X-RateLimit-Reset | The date when the rate limit will reset |
Pay special attention to the human-readable date format of X-RateLimit-Reset.
give us feedback on this page