-
Notifications
You must be signed in to change notification settings - Fork 18
Get Friend Data
Revadike edited this page Sep 5, 2022
·
2 revisions
No known rate limit
Authenticated: Yes
Method:
GET
Host:
store.steampowered.com
Path:
/friends/frienddata
Query Parameters:
Name Type Required Description u
number No Steam account ID
Name Type Description :appid[]
array TODO
:appid[].steamid
string TODO
:appid[].minutes_played
number TODO
:appid[].type
number TODO
GET https://store.steampowered.com/friends/frienddata
{
"50": [
{
"steamid": "76561198151696423",
"minutes_played": 372,
"type": 1
}
],
"130": [
{
"steamid": "76561198151696423",
"minutes_played": 146,
"type": 1
}
],
}