get_player_achievements
Retrieve a player's unlocked achievements for any Steam game by providing their 64-bit Steam ID and the game's App ID. Returns the game name and list of achievements.
Instructions
Get the achievement list for a player in a specific game.
Requires STEAM_API_KEY.
Return Format
{"success": bool, "message": str, "data": {"game_name": str, "achievements": [...]}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steamid | Yes | 64-bit Steam ID. | |
| app_id | Yes | Steam App ID (e.g. 440). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||