Skip to content
Revadike edited this page Feb 24, 2022 · 3 revisions

GET /actions/GameAvatars/

Rate limits

No known rate limit

Request

Authenticated: No

Method: GET

Host: steamcommunity.com

Path: /actions/GameAvatars/

Query Parameters:

Name Type Required Description
json string TODO TODO

Response

200 OK

Name Type Description
baseAvaLink string TODO
rgRecentGames[] array TODO
rgRecentGames[].appid number TODO
rgRecentGames[].name string TODO
rgRecentGames[].avatar_count number TODO
rgRecentGames[].avatars[] array TODO
rgRecentGames[].avatars[].ordinal number TODO
rgRecentGames[].avatars[].avatar_hash string TODO
rgOwnedGames[] array TODO
rgOwnedGames[].appid number TODO
rgOwnedGames[].name string TODO
rgOwnedGames[].avatar_count number TODO
rgOwnedGames[].avatars[] array TODO
rgOwnedGames[].avatars[].ordinal number TODO
rgOwnedGames[].avatars[].avatar_hash string TODO
rgOtherGames[] array TODO
rgOtherGames[].appid number TODO
rgOtherGames[].name string TODO
rgOtherGames[].avatar_count number TODO
rgOtherGames[].avatars[] array TODO
rgOtherGames[].avatars[].ordinal number TODO
rgOtherGames[].avatars[].avatar_hash string TODO

Example

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"
                }
            ]
        }
    ]
}
Clone this wiki locally