Stackexchange Rate Limits
The Stack Exchange API v2.3 enforces a daily quota and a dynamic per-method backoff. Without an app key, callers get 300 requests per day per IP. With a registered app key (free, from stackapps.com) the daily quota is raised to 10,000 requests per IP. Every response advertises `quota_max`, `quota_remaining`, and an optional `backoff` field — when `backoff` is non-zero the client MUST wait that many seconds before re-querying the same method or risk a hard throttle (HTTP 503) and possible IP ban. The Stack Overflow MCP beta server applies an additional 100-call per-user daily cap. Stack Overflow for Teams (v3 API) applies its own per-instance limits set by the customer plan.
Stackexchange Rate Limits is the machine-readable rate-limit profile for Stack Exchange on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 6 rate-limit definitions, measuring requests_per_day, backoff_seconds, concurrent_requests, and varies.
The profile also includes 7 backoff/retry policies defined and response codes documented for throttled, quotaExceeded, and banned.
Tagged areas include Rate Limiting, Quota, Throttling, Q And A, and Read-Mostly.