Steam Rate Limits
Valve does not publish a precise per-second cap on Steam Web API calls in the public Steamworks docs. The widely documented behavior, confirmed by the Steam Web API Terms of Use, is a soft daily quota of approximately 100,000 calls per Web API key, and a per-IP burst limit that returns HTTP 429 (or HTTP 403 for repeated abuse) once exceeded. Some interfaces (ISteamUser/GetPlayerSummaries) accept up to 100 SteamIDs per request — clients should batch to reduce call volume. The unofficial Storefront API (store.steampowered.com/api/) is more aggressively rate-limited and returns 429 well below the Web API quota. Partner microtransaction interfaces are not subject to the same key-level quota; per the Steamworks documentation they are governed by the per-product Steamworks agreement.
Steam Rate Limits is the machine-readable rate-limit profile for Steam on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 5 rate-limit definitions, measuring calls, requests-per-second, steamids, and api-keys.
The profile also includes 4 backoff/retry policies defined and response codes documented for throttled, forbidden, and unauthorized.
Tagged areas include Gaming, Valve, Steamworks, Rate Limiting, and Quotas.
Limits
Policies
Sources
- https://steamcommunity.com/dev/apiterms
- https://partner.steamgames.com/doc/webapi
- https://steamcommunity.com/dev
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/steam-rate-limits"
curl "https://apis.io/api/v1/rate-limits?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.