get_friend_list
Retrieve the list of friends for a Steam user by providing their 64-bit Steam ID. Optionally filter by relationship type.
Instructions
Get the friend list for a Steam user.
Requires STEAM_API_KEY.
Return Format
{"success": bool, "message": str, "data": {"friends": [...]}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steamid | Yes | 64-bit Steam ID of the user. | |
| relationship | No | Relationship filter: 'all' or 'friend'. | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||