Open tommerty opened 5 days 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.
Doras Username
No response
What are you looking for?