Admin
Get your current API usage
GET
/api/admin/usageReturns the calling key owner's request usage for the current calendar month. This endpoint does not count against your quota.
Response
limitnumberthis_monthobjectErrors
- 401
UNAUTHORIZED - Missing or invalid API key.
- 429
USAGE_LIMIT_EXCEEDED - Too many requests: per-key or per-IP burst rate limit exceeded (RATE_LIMIT_EXCEEDED) or monthly request quota reached (USAGE_LIMIT_EXCEEDED).
- 500
INTERNAL_ERROR - Unexpected server error.