Response headers
Example
X-RateLimit-Remaining: requests left in the current window;X-RateLimit-Reset: seconds until the window resets.
Exceeding the quota
Beyond the quota the API returns429 Too Many Requests with a Retry-After header (seconds). Space your calls or implement exponential backoff.