API reference
Usage
This month's requests for the key's account, its quota, and when the count resets. Calling it is free.
GET
https://api.ihatecorruptfiles.xyz/v1/usageRequest
No body or parameters — only Authorization: Bearer <key>. The numbers are for the whole account, not just this key.
Response
- monthstring
- The calendar month (UTC), YYYY-MM.
- usedinteger
- Requests counted this month.
- quotainteger
- Requests allowed this month.
- remaininginteger
- quota − used, never below zero.
- resets_atstring
- When the count starts again (ISO 8601, UTC).