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