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.
Limits
Policies
Sources
- https://api.stackexchange.com/docs
- https://api.stackexchange.com/docs/throttle
- https://github.com/StackExchange/Stack-MCP
Work with this as data
Every rate limit here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for rate limits
4 MCP tools reach this
find_rate_limitsBrowse and filter every rate limit in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/rate-limits/stackexchange-rate-limits"
curl "https://apis.io/api/v1/rate-limits?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.