Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed games that have achievements cannot be retrieved #1

Open
wgpierce opened this issue May 17, 2020 · 3 comments
Open

Removed games that have achievements cannot be retrieved #1

wgpierce opened this issue May 17, 2020 · 3 comments

Comments

@wgpierce
Copy link
Contributor

Same issue as PaulCombal/SamRewritten#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
Copy link

Would there be an alternate API that provides this data?

@PaulCombal
Copy link
Owner

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants