-
Notifications
You must be signed in to change notification settings - Fork 26
Get Game Avatars
Revadike edited this page Feb 24, 2022
·
3 revisions
No known rate limit
Authenticated: No
Method:
GETHost:
steamcommunity.comPath:
/actions/GameAvatars/Query Parameters:
Name Type Required Description jsonstring TODOTODO
Name Type Description baseAvaLinkstring TODOrgRecentGames[]array TODOrgRecentGames[].appidnumber TODOrgRecentGames[].namestring TODOrgRecentGames[].avatar_countnumber TODOrgRecentGames[].avatars[]array TODOrgRecentGames[].avatars[].ordinalnumber TODOrgRecentGames[].avatars[].avatar_hashstring TODOrgOwnedGames[]array TODOrgOwnedGames[].appidnumber TODOrgOwnedGames[].namestring TODOrgOwnedGames[].avatar_countnumber TODOrgOwnedGames[].avatars[]array TODOrgOwnedGames[].avatars[].ordinalnumber TODOrgOwnedGames[].avatars[].avatar_hashstring TODOrgOtherGames[]array TODOrgOtherGames[].appidnumber TODOrgOtherGames[].namestring TODOrgOtherGames[].avatar_countnumber TODOrgOtherGames[].avatars[]array TODOrgOtherGames[].avatars[].ordinalnumber TODOrgOtherGames[].avatars[].avatar_hashstring TODO
GET https://steamcommunity.com/actions/GameAvatars/?json=1
{
"baseAvaLink": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/",
"rgRecentGames": [
{
"appid": 552990,
"name": "World of Warships",
"avatar_count": 78,
"avatars": [
{
"ordinal": 14,
"avatar_hash": "eb90d0182e15fd3580babc6d131da7cbf89b0643"
},
{
"ordinal": 25,
"avatar_hash": "46872901188babd998752ec6ce9ce5e528ae9e6c"
},
{
"ordinal": 37,
"avatar_hash": "93735979f43e03a256d623e666d6669bf3117978"
},
{
"ordinal": 49,
"avatar_hash": "4b2b5f19de7dfee60974ea028d39020bbbe89f38"
},
{
"ordinal": 65,
"avatar_hash": "fa7727c90db52542f3f6c3caa5c37558e18115e4"
}
]
}
]
}