Rate-limit headers
Every response carries your current budget, so you can pace requests without guessing:Handling 429
When you exceed the limit, the API responds429 Too Many Requests with a Retry-After header (seconds to wait). Pause for that long, then retry. Build this into your client rather than hammering the endpoint:
What’s next
Explore the endpoints
Browse the full API reference with live schemas and a request console.
