Statsig · Rate Limits

Statsig Rate Limits

Statsig publishes rate limits on the Console API for mutation requests, throttled per project. Mutation calls are bounded by both a short-window (~100 requests / 10 seconds) and a longer-window (~900 requests / 15 minutes) ceiling; over-limit responses return HTTP 429. Read-side flag and config evaluations on the SDK / HTTP APIs are not published as numeric per-second limits and are governed by fair-use against the project's metered-event entitlement.

Statsig Rate Limits is the machine-readable rate-limit profile for Statsig on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 3 rate-limit definitions, measuring requests_per_10_seconds, requests_per_15_minutes, and varies.

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

Tagged areas include Rate Limiting, Feature Flags, Experimentation, and Console API.

3 Limits Throttle: 429 Quota: 429
Rate LimitingFeature FlagsExperimentationConsole API

Limits

Console API mutations (short window) project
requests_per_10_seconds · second
100
Approximately 100 mutation requests per 10 seconds, per project. 429 returned on breach.
Console API mutations (long window) project
requests_per_15_minutes · minute
900
Approximately 900 mutation requests per 15 minutes, per project. 429 returned on breach.
Flag and config evaluations (SDK / HTTP API) project
varies
unlimited under fair use; metered against monthly event entitlement
No published numeric per-second cap; capacity is bounded by the plan's metered-event allowance.

Policies

Per-Project Scoping
Console API throttles are calculated per project rather than per API key, so concurrent keys for the same project share the budget.
Mutation vs Read
Documented numeric limits apply to mutation (write) endpoints on the Console API. Read-only evaluation traffic is governed by event quotas in the plan, not request-rate ceilings.
API Versioning
Clients should send STATSIG-API-VERSION (e.g. 20240601) to pin behavior; STATSIG-API-KEY authenticates requests against the project budget.
Backoff
On 429, clients should back off and retry with jitter; aggregate writes from a single project to avoid bursts that cross the 10-second window.

Sources

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.
All 92 tools →

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/statsig-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.