Skip to main content

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
Example:

Response

Success (200 OK):
Error (401 Unauthorized):
Error (400 Bad Request):

Response Fields

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

Examples

JavaScript

Python

Shell