What is the RateLimit-Reset header?
The RateLimit-Reset response header indicates the time remaining until the client request quota is reset.
API Usage & Best Practices
- IETF Draft Specs: Standardized to express the countdown in seconds remaining (e.g.
RateLimit-Reset: 42), replacing old custom implementations that returned epoch timestamps.
Examples
HTTP/1.1 200 OKRateLimit-Reset: 16