Example
If you send 16 requests within 0.5 seconds, the 16th request will be rate‑limited. You’ll need to wait about 0.5 seconds (until the one‑second window resets) before sending another request.Response headers
Every query response includes the following headers so you can monitor and throttle your usage:- X-RateLimit-Limit – Max number of requests allowed per second for your key
- X-RateLimit-Remaining – Requests left in the current second
- X-RateLimit-Reset – Seconds (decimal) until the limit resets