GET /api/static/usage
Check your current API quota and usage information, broken down by scan mode.Request
Headers:x-api-key(required): Your Rafter API key
Response
Success (200 OK):Response Fields
| Field | Type | Description |
|---|---|---|
quota.fast.used | integer | Fast scans used in current period |
quota.fast.limit | integer | Fast scan limit for current period |
quota.fast.remaining | integer | Fast scans remaining |
quota.plus.used | integer | Plus scans used in current period |
quota.plus.limit | integer | Plus scan limit for current period |
quota.plus.remaining | integer | Plus scans remaining |
quota.quota_reset_date | string | ISO 8601 date when quota resets |
Plan Limits
Fast and Plus scans draw from separate quota pools — using one does not affect the other. See rafter.so/pricing for current plan limits.Common Scenarios
Quota Available
Fast Quota Exhausted (Plus Still Available)
Rate Limiting
The API implements rate limiting to ensure fair usage:- Rate Limit: 100 requests per minute per IP address
- Quota: Based on your subscription plan

