Open wgpierce opened 4 years ago
Would there be an alternate API that provides this data?
You will probably find what you're looking for here: https://partner.steamgames.com/doc/webapi/ISteamApps
I just learned about it, I don't remember if this was out during the development, but we should have used this instead.
There's this : https://api.steampowered.com/ISteamUserStats/GetGlobalAchievementPercentagesForApp/v0002/?gameid=234060
Not as much information, but still something that can be useful, especially if combined with other sources of data.
Same issue as https://github.com/PaulCombal/SamRewritten/issues/41, but the code that generates the list is in this repo.
Eg: Timelines: Assault on America
https://steamdb.info/app/234060/
https://store.steampowered.com/api/appdetails/?appids=234060 --> success: false
Since success: false is received, there's no way to find out whether the app has achievements or not.