Query a Steam user's VAC and game ban status using ISteamUser/GetPlayerBans

domain: steamworks · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Obtain a Steam Web API key from https://steamcommunity.com/dev
  2. GET http://api.steampowered.com/ISteamUser/GetPlayerBans/v1/?key=YOUR_KEY&steamids={comma-separated steamids} (up to 100 SteamIDs per call)
  3. Parse the players array; each object contains VACBanned (bool), NumberOfVACBans, NumberOfGameBans, DaysSinceLastBan, and EconomyBan (string: 'none', 'probation', etc.)
  4. Use DaysSinceLastBan and NumberOfVACBans together to implement age-of-ban policies (e.g. allow players whose last ban is older than a threshold)
  5. Combine with ICheatReportingService for your own game-ban workflow

Known gotchas

Related routes

Issue and revoke game bans using the Steam ICheatReportingService
steamworks · 5 steps · unrated
Verify Steam game ownership and query play time on a backend using ISteamUser web API
steamworks · 5 steps · unrated
Check game ownership and playtime for a Steam user via the Steam Web API
steamcommunity.com · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans