Fetch player achievements and per-game stats for a Steam user

domain: steamcommunity.com · 6 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 and the target user's steamid64 as described for game ownership.
  2. Call GET https://api.steampowered.com/ISteamUserStats/GetPlayerAchievements/v1/?key=<API_KEY>&steamid=<STEAMID64>&appid=<APPID>&l=en to retrieve achievement unlock status.
  3. Each object in the achievements array contains apiname, achieved (0 or 1), and unlocktime (Unix timestamp when achieved > 0).
  4. To get numeric stats (e.g., kills, hours in a specific mode), call ISteamUserStats/GetUserStatsForGame/v2 with the same key, steamid, and appid.
  5. To retrieve the schema of all achievements and stats defined for a game (including localized display names), call ISteamUserStats/GetSchemaForGame/v2 with key and appid — no steamid required.
  6. Cross-reference apiname values between the schema and player data to display human-readable achievement names alongside unlock status.

Known gotchas

Related routes

Set and retrieve global game stats and achievements using Steamworks Stats API
partner.steamgames.com · 6 steps · unrated
Check game ownership and playtime for a Steam user via the Steam Web API
steamcommunity.com · 6 steps · unrated
Aggregate a Steam player's unlocked achievements against global unlock-rate percentages using the Steamworks Web API
partner.steamgames.com · 5 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