Api League Rate Limits
API League enforces two independent ceilings and reports on only one of them. QUOTA is a daily token allowance, reported on every response through three vendor headers and enforced with HTTP 402. RATE is a per-second request ceiling plus a separate concurrency ceiling, enforced with HTTP 429 and reported through NO headers whatsoever — there is no RateLimit-Limit, no X-RateLimit-Remaining and no Retry-After. An agent can therefore see exactly how much budget it has left, but is blind to how close it is to being throttled and gets no server-directed backoff when it is.
Api League Rate Limits is the machine-readable rate-limit profile for API League on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 12 rate-limit definitions, across the Free, Rookie, Pro, and Champion tiers, measuring tokens, requests_per_minute, concurrent_requests, and requests_per_second.
The profile also includes 3 backoff/retry policies defined and response codes documented for quotaExceeded, throttled, and note.
Tagged areas include API Marketplace, Rate Limiting, Quotas, Throttling, and Tokens.
Limits
Policies
Work with this as data
Every rate limit here is available over the APIs.io API and to AI agents over MCP.