SteamDatabase / BrowserExtension

💻 SteamDB's extension for Steam websites
https://steamdb.info/extension/
BSD 3-Clause "New" or "Revised" License
825 stars 61 forks source link

[Question] How to get description of hidden achievements through steam web api? #179

Closed tipsypotato closed 5 months ago

tipsypotato commented 5 months ago

Describe the bug

I'm wondering how to get description of hidden achievements through steam web api and found the code below, but it seems 'IPlayerService/GetGameAchievements/v1' doesn't exist in Steamworks Documentation, so how do I get them?

https://github.com/SteamDatabase/BrowserExtension/blob/b3e81f043a56d2c263344caeb36caef3f2aefd8e/scripts/community/achievements.js#L148

Thank you in advance!

Browser name and version

Chrome latest

xPaw commented 5 months ago

Well, the api clearly exists.

tipsypotato commented 5 months ago

nvm just found it here