Headers
Every response (including 429s) includes standard rate-limit headers:X-RateLimit-Reset is a Unix epoch second telling you when the current window
closes.
When you hit the limit
Retry-After-friendly
implementation:
How requests are throttled per API key.
X-RateLimit-Reset is a Unix epoch second telling you when the current window
closes.
Retry-After-friendly
implementation: