dorasto / public

A public repository for hosting discussions & issues
0 stars 0 forks source link

[Feat]: Steam game stats block #10

Open tommerty opened 5 days ago

tommerty commented 5 days ago

Doras Username

No response

What are you looking for?

Would it be possible to have a stats block similar to say github but instead we put in our steam ID and the game ID that we want to have displayed in the stats block? The data can be pulled via API but not sure if this could be added as a block for your profiles.

trent-001 commented 11 hours ago

https://api.steampowered.com/ISteamApps/GetAppList/v2/ get all games http://api.steampowered.com/ISteamUser/ResolveVanityURL/v1/?key=${apiKey}&vanityurl=steam username get steam id from there username https://api.steampowered.com/IPlayerService/GetRecentlyPlayedGames/v1/?key=${apiKey}&steamid=${steamID}&format=json get recent games the user has played https://api.steampowered.com/IPlayerService/GetOwnedGames/v1/?key=${apiKey}&steamid=${steamID}&include_appinfo=true&include_played_free_games=true&format=json get all the games the user owns These are some of the requests we can have a look at doing.