PaulCombal / SteamAppsList

Node.js bot to generate a list of the steam apps list along with their type
2 stars 5 forks source link

Removed games that have achievements cannot be retrieved #1

Open wgpierce opened 4 years ago

wgpierce commented 4 years ago

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.

kevinlekiller commented 2 years ago

Would there be an alternate API that provides this data?

PaulCombal commented 2 years ago

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.

kevinlekiller commented 2 years ago

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.