get_owned_games
Retrieve a Steam user's library of owned games, each with total playtime. Optionally includes free games by setting the include_free parameter.
Instructions
Get the list of owned games with playtime for a Steam user.
Requires STEAM_API_KEY. Defaults to configured STEAM_ID.
Return Format
{"success": bool, "message": str, "data": {"game_count": int, "games": [...]}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steamid | No | 64-bit Steam ID. Defaults to configured STEAM_ID. | |
| include_free | No | Include free games. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||