Skyper Posted April 6, 2019 Report Posted April 6, 2019 (edited) Hello,It's possible to get profile information from steam-user object?I mean information like that:{"response":{"game_count":1,"games":[{"appid":730,"name":"Counter-Strike: Global Offensive","playtime_forever":224,"img_icon_url":"69f7ebe2735c366c65c0b33dae00e12dc40edbe4","img_logo_url":"d0595ff02f5c79fd19b06f4d6165c3fda2372820","has_community_visible_stats":true}]}} {"response":{"players":{"player":[{ "steamid": "xxxxxxxxxxxx", "communityvisibilitystate": 3, "profilestate": 1, "personaname": "xxxxxxxxxx", "lastlogoff": 1xxxxxxx, "profileurl": "https://steamcommunity.com/profiles/xxxxxxx/", "avatar": "xxxxxxxxxxxxxxxxxx", "avatarmedium": "xx", "avatarfull": "x", "personastate": 0, "primaryclanid": "xxxxxxxxxxxxxxxx", "timecreated": xxxxxxxxxxxxxxxxxx, "personastateflags": 0} ]}}} It's possible to get it from steamcommunity/steam-user if my profile is private?It's possible to change profile status from private on public - download information about accounts and set accounts as private ? Sorry for stupid questions... Edited April 6, 2019 by Skyper Quote
Dr. McKay Posted April 7, 2019 Report Posted April 7, 2019 It's not possible to get a user's owned games except through the WebAPI. You can get some profile details from steam-user. All you can get from steamcommunity or the WebAPI if a profile is private is their name/avatar/basic info. You can get profile info from steam-user's getPersonas if their profile is friends only and you are friends, but there is no way to get a completely private profile. Yes, you can change profile privacy from steamcommunity. Skyper 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.