Guides
Rate limits
Respect the public fixed-window read limit.
Response headers
| Header | Meaning |
|---|---|
| X-RateLimit-Limit | Configured requests per window. |
| X-RateLimit-Remaining | Remaining requests for the client key. |
| X-RateLimit-Reset | Unix timestamp when the window resets. |
| Retry-After | Seconds to wait on HTTP 429. |
Retry policy
The public site makes one server-side read request per page load; it does not retry 4xx responses from the server IP.