You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be awesome if SAM listed all the games on an Account and perhaps with a little marker on games that have a ban, this would truly be the an awesome addition.
The text was updated successfully, but these errors were encountered:
Its possible to get a list of all the games on an account BUT if you have an account with 500+ games on it (like me on my main profile) then that list would cause the application to slow down a lot I guess...
Also, afaik, the API only retrieves info about bans in general and does not specify which game the ban is on.
Unfortunately, it does not seem like this is currently possible with already available methods. Here is the url for the various API calls that Steam supports: https://steamcommunity.com/dev. You can then go through the various Steam Web API urls to see what is possible.
Turns out GetOwnedGames (v0001) is a webapi method with the description: GetOwnedGames returns a list of games a player owns along with some playtime information, if the profile is publicly visible. Private, friends-only, and other privacy settings are not supported unless you are asking for your own personal details (ie the WebAPI key you are using is linked to the steamid you are requesting).
This should actually be doable. Just need to figure out a reasonably nice way to show this information on accounts.
It would be awesome if SAM listed all the games on an Account and perhaps with a little marker on games that have a ban, this would truly be the an awesome addition.
The text was updated successfully, but these errors were encountered: