When does API rate-limit reset?

When does API rate-limit reset?

The API limit doesn't reset at a fixed time. It is dynamic  a sliding window technique.

The total number of requests made in the last 24 hour interval (starting from your first request) is counted.

If the total count equals your subscription limit it will throw a rate limit error.

A rate limit error returns a 429 HTTP Status Code.


    • Related Articles

    • When does bandwidth limit reset?

      The subscription bandwidth limit resets when your subscription renews. 
    • Where can I see my API usage?

      You can see your API usage and other reports on your Dashboard. The daily requests left and bandwidth usage are also included in every successful response header.