Jump to content
McKay Development

Few questions about steam-user and steamcommunity


Skyper

Recommended Posts

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 by Skyper
Link to comment
Share on other sites

  1. It's not possible to get a user's owned games except through the WebAPI.
  2. You can get some profile details from steam-user.
  3. 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.
  4. Yes, you can change profile privacy from steamcommunity.
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...