Skip to main content
The Range API enforces rate limits to keep the platform fast and reliable for everyone. Limits and quotas depend on the modules activated on your account. See plans and pricing.

Usage Monitoring

Track your API usage in real-time through the Range Dashboard.
  • Current period usage - Requests consumed in the current billing cycle
  • Remaining quota - Requests available before the next reset
  • Historical usage - Usage trends over time

Handling Rate Limits

When you exceed your rate limit, the API returns a 429 Too Many Requests response.
  1. Check response headers - every response includes X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset (Unix timestamp); on a 429, honor the Retry-After header before retrying
  2. Implement exponential backoff - Start with a 1-second delay, doubling on each retry
  3. Add jitter - Randomize retry delays to avoid thundering herd problems
  4. Set a max retry count - Cap retries at 3-5 attempts

Need higher limits?

Higher rate limits and quotas come with paid Protect usage and Enterprise agreements:
  • Higher rate limits and quotas tailored to your volume
  • Dedicated support with <4-hour response times
  • Custom SLAs for uptime and latency guarantees
  • Priority access to new endpoints and features
  • Bulk pricing for high-volume screening workflows

Talk to us about a tailored plan

Tell us what you’re running and we’ll quote a plan that fits.
Last modified on September 22, 2026