Limitations

Information about our API limitations

You’re limited to the following number of requests:

  • 60 requests per minute

  • 250,000 requests per month

If you exceed your rate limit you will receive a 429 error response with a Too Many Requests message.

Response Code: 429 Too Many Requests
Content-Type: application/json
X-RateLimit-Limit: 60
X-RateLimit-Remaining: 0

Date limits

Date format

All our supported dates (datetimes) follow the ISO-8601 format.


File limits

We fetch files from the URLs provided.


Pagination limits

We fetch records using pagination.

Last updated