Twitch · Rate Limits

Twitch Rate Limits

The Twitch Helix API protects services with a token-bucket algorithm. Each application receives separate buckets for app access tokens and user access tokens, and individual endpoints can charge non-default point values. User-token requests are scoped per client ID per user per minute. The Extensions API uses a separate rate-limit framework documented in the extensions guide.

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

It captures 4 rate-limit definitions, measuring points_per_minute, points_per_request, and varies.

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

Tagged areas include Streaming, Developer API, and Rate Limiting.

4 Limits Throttle: 429
StreamingDeveloper APIRate Limiting

Limits

App Access Token Bucket client-id (app token)
points_per_minute · minute
800
Default endpoint cost is 1 point per request; some endpoints charge more. A separate bucket per app access token applies.
User Access Token Bucket client-id per user (user token)
points_per_minute · minute
800
Limits apply per client ID per user per minute when using user OAuth tokens.
Per-Endpoint Variable Cost endpoint
points_per_request
see endpoint documentation
Some endpoints deduct more than 1 point per request; consult the specific endpoint reference for its point cost.
Extensions API extension/client
varies
see Extensions API documentation
The Extensions API has its own rate-limit framework documented separately.

Policies

Token Bucket
Each request deducts its endpoint's point value from the bucket; HTTP 429 is returned if the bucket would go below zero within the 1-minute window. The bucket replenishes at the documented rate.
Separate App vs User Buckets
App access token requests and user access token requests draw from independent buckets; you do not need to choose between them, but you must track each separately.
Header-Driven Recovery
Use Ratelimit-Remaining to back off proactively and Ratelimit-Reset (Unix timestamp) to wait the correct interval before retrying after a 429.

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/twitch-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.