This is an old revision of the document!
[GET] /community/external/proxysteamuserrequest
Request
| parameter | type | value | comments |
|---|---|---|---|
| profile_names | array[str] | e.g. [“/steam/<steam_id>”] | |
| request | str | e.g. “/ISteamUser/GetPlayerSummaries/v0002/“ | |
Response
AoE2:DE
{
"result": {
"code": 0,
"message": "SUCCESS"
},
"avatars": [
{
"profile_id": 209525,
"name": "/steam/76561197995781128",
"alias": "aoe2companion.com",
"personal_statgroup_id": 2818,
"xp": 416,
"level": 1,
"leaderboardregion_id": 0,
"country": "de"
}
],
"steamResults": {
"response": {
"players": [
{
"steamid": "76561197995781128",
"communityvisibilitystate": 3,
"profilestate": 1,
"personaname": "aoe2companion.com",
"commentpermission": 1,
"profileurl": "https://steamcommunity.com/profiles/76561197995781128/",
"avatar": "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/15/15b212855bc63aa40651d31a5239a9285751cf56.jpg",
"avatarmedium": "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/15/15b212855bc63aa40651d31a5239a9285751cf56_medium.jpg",
"avatarfull": "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/15/15b212855bc63aa40651d31a5239a9285751cf56_full.jpg",
"avatarhash": "15b212855bc63aa40651d31a5239a9285751cf56",
"personastate": 0,
"realname": "Baal",
"primaryclanid": "103582791434874752",
"timecreated": 1200164646,
"personastateflags": 0,
"loccountrycode": "DE" // country
}
]
}
}
}