APIToolkit (Monoscope) · Rate Limits

Apitoolkit Rate Limits

Machine-readable rate limits for the Monoscope Platform REST API as published at https://monoscope.tech/docs/api-reference/getting-started/rate-limits/. Limits are measured in requests per minute, are tiered by plan, and are signaled via X-RateLimit-* headers.

Apitoolkit Rate Limits is the machine-readable rate-limit profile for APIToolkit (Monoscope) on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 3 rate-limit definitions, across the free, pro, and enterprise tiers, measuring requests_per_minute.

The profile also includes 4 backoff/retry policies defined and response codes documented for throttled and quotaExceeded.

Tagged areas include API Monitoring, Observability, Rate Limiting, Quotas, and Throttling.

3 Limits Throttle: 429 Quota: 429
API MonitoringObservabilityRate LimitingQuotasThrottling

Limits

Free Tier API api-key
requests_per_minute · minute
60
Pro Tier API api-key
requests_per_minute · minute
300
Enterprise Tier API contract
requests_per_minute · minute
-1

Policies

Monitor X-RateLimit-Remaining
Clients should proactively monitor X-RateLimit-Remaining to anticipate throttling.
Exponential Backoff
On 429, implement exponential backoff and retry after the X-RateLimit-Reset timestamp.
Broader Time Ranges
Optimize queries by using broader time ranges rather than many narrow requests.
Per-Key Scope
Rate limits and event allowances apply per project-scoped API key.