SteamDatabase / BrowserExtension

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

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

Closed tipsypotato closed 3 months ago

tipsypotato commented 3 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 3 months ago

Well, the api clearly exists.

tipsypotato commented 3 months ago

nvm just found it here