2016-07-12 9 views

답변

1

https://api.steampowered.com/ISteamUser/GetPlayerSummaries/v2/?key=APIKEY&format=json&steamids=STEAMID

응답 :

"players": [ 
    { 
     "steamid": "...", 
     "communityvisibilitystate": 3, 
     "profilestate": 1, 
     "personaname": "...", 
     "lastlogoff": 1468736909, 
     "commentpermission": 1, 
     "profileurl": "http://steamcommunity.com/id/.../", 
     "avatar": "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/...jpg", 
     "avatarmedium": "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/..._medium.jpg", 
     "avatarfull": "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/..._full.jpg", 
     "personastate": 1, 
     "primaryclanid": "...", 
     "timecreated": 1312034848, 
     "personastateflags": 0, 
     "gameextrainfo": "Counter-Strike: Global Offensive", 
     "gameid": "730", 
     "loccountrycode": "AU", 
     "locstatecode": "VIC", 
     "loccityid": 4990 
    } 
] 

personastate : 1 - 온라인;
gameextrainfo : Game;
gameid : GameID.