cURL
Usage
Get Usage
Returns the authenticated caller sliding-window request budget and UTC-day usage. This endpoint is authenticated and does not increment the primary Redis rate-limit counter or log itself into the API usage table; it is separately throttled at 100 reads/minute per user to protect the usage-count query.
GET
cURL
Read your current request budget without spending primary quota.
Returns the live per-minute primary limiter window plus UTC-day usage. It does not increment the primary request counter and does not log itself into daily usage. The endpoint has its own 100 reads/minute per-user guard; a 429 here is a backoff signal, not proof you spent primary quota.
The daily
Check quota here instead of polling a data endpoint to guess your remaining budget.
limit and remaining fields are null because V1 has no daily hard cap.