Skip to main content

Rate Limiting | Climes API


The Climes API is rate-limited to ensure our platform is always stable.
This means that we enforce a request-based limit and there is a max number of requests a user can make in a given time period.

We enforce the limit by using a fixed window algorithm, and the limit resets after 60s.
Each request counts equally, regardless of how much or how little data is returned.

Environment Requests/SecondRequests/Month
Staging1030000
Production1001000000
tip

If you suddenly see a rising number of rate limited requests, please feel free to reach out to Climes API support.