Rate Limiting
The API has a rate limit of approximately 10 requests per second.
Requests exceeding this limit will receive the HTTP response code 429 Too Many Requests
(see RFC 6585, Section 4).
The response will also include a Retry-After
header, indicating the number of seconds to wait before retrying the request.