Skip to content

How to retrieve a list of a user's games? #381

Answered by rossengeorgiev
qs-arno asked this question in Q&A
Discussion options

You must be logged in to vote

After login in with SteamClient you receive a license list with all the apps that the account owns. You can then inspect get all the owned games. Here is steamctl apps licenses list implementation https://github.com/ValvePython/steamctl/blob/4d6b19a921a4db521ed6e0d05a1dae2458441a9a/steamctl/commands/apps/gcmds.py#L179-L227

I suppose you could also scrape https://store.steampowered.com/account/history/

Steam community xml or via Steam web api, but depends on their privacy settings. Either public, or friend only if you are friends with the user. https://steamapi.xpaw.me/#IPlayerService/GetOwnedGames

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@qs-arno
Comment options

Answer selected by qs-arno
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants