steam_get_friend_list
Retrieve a Steam player's friend list via SteamID64 or vanity URL, showing up to 50 recent friends with names and dates, or raw IDs if name resolution is disabled.
Instructions
Returns the friend list of a Steam player. Accepts a SteamID64 or vanity URL. Shows up to 50 most recent friends with names and the date they became friends. Set resolve_names=false to skip name resolution and return SteamIDs only. Returns an error message if the profile or friend list is set to private.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steamid | Yes | SteamID64 or vanity URL of the player | |
| resolve_names | No | Resolve SteamIDs to display names (default: true). Requires one extra API call per 100 friends. |