Steam API all games
There is no “Steam API all games and all their details in one go”. You use GetAppList to get all the steam apps. Then you have to query each app with appdetails which will take a long time. GetAppList : http://api.steampowered.com/ISteamApps/GetAppList/v0002/?format=json { “applist”: { “apps”: [ {“appid”: 10, “name”: “Counter-Strike”}, {“appid”: 20, “name”: “Team Fortress … Read more