We impose restrictions on the number of requests you can make within a specific time frame. These limitations differ and are outlined within the following header provided in every response:

HeaderDescription
X-RateLimit-LimitThe maximum number of requests that the consumer is permitted to make per hour.
X-RateLimit-RemainingThe number of requests remaining in the current rate limit window.
X-RateLimit-ResetThe time at which the current rate limit window resets in UTC epoch seconds.

If the number of requests surpasses the rate limit, an error will be generated, and the status code “429 Too Many Requests” will be returned.

{
  "message": "Too many requests, please try again later."
}