Steam (Unofficial) API

Get Friend List

Returns the friend list of any Steam user, provided their Steam Community profile visibility is set to "Public". The relationship parameter specifies the type of relationship (e.g., "friend").

GET
/ISteamUser/GetFriendList/v1
key<token>

In: query

Query Parameters

steamid*string

64-bit Steam ID to return friend list for

Defaultnull
relationship?string

Relationship type filter (e.g., "friend")

format?string

The format of the response. Defaults to json

Value in"json" | "xml" | "vdf"

Response Body

curl -X GET "https://api.steampowered.com/ISteamUser/GetFriendList/v1"
Empty
Empty
Empty