steam_get_achievements
Retrieve a player's achievement progress for a specific game using SteamID and AppID. View total completion percentage and filter achievements by unlocked, locked, or all status.
Instructions
Returns a player's achievement progress for a specific game. Accepts SteamID64 or vanity URL, and a Steam AppID (e.g. 730 for CS2). Use status="locked" to see missing achievements, "unlocked" for completed ones, "all" for everything. Returns total progress percentage and a table of achievements. Requires the player's game stats to be public.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appid | Yes | Steam AppID (e.g. 730 for CS2) | |
| status | No | Filter achievements by status: unlocked, locked, or all (default: unlocked) | unlocked |
| steamid | Yes | SteamID64 or vanity URL | |
| language | No | Language for achievement names (default: english) | english |