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/Second | Requests/Month |
---|---|---|
Staging | 10 | 30000 |
Production | 100 | 1000000 |
tip
If you suddenly see a rising number of rate limited requests, please feel free to reach out to Climes API support.