RateLimit-Limit: effective request-unit limit for the current minute.RateLimit-Remaining: request units remaining.RateLimit-Reset: seconds until the current minute resets.Retry-After: seconds to wait before retrying a 429 or temporary 503.Retry-After. For other transient failures, retry safe read requestsRateLimit-Limit and RateLimit-Remaining describe requestsX-API-Daily-Limit, X-API-Daily-Remaining, X-API-Daily-Reset.X-API-Monthly-Limit, X-API-Monthly-Remaining, X-API-Monthly-Reset.429; follow Retry-After rather| Headers | Meaning |
|---|---|
RateLimit-Limit, RateLimit-Remaining | Effective current minute allowance and remainder |
RateLimit-Reset | Seconds until the minute window resets |
X-API-Daily-Limit, X-API-Daily-Remaining | Daily allowance and remainder, when metered |
X-API-Daily-Reset | Daily reset timestamp in UTC |
X-API-Monthly-Limit, X-API-Monthly-Remaining | Monthly allowance and remainder, when metered |
X-API-Monthly-Reset | Monthly reset timestamp in UTC |
Retry-After | Seconds to wait before retrying when supplied |