SteamDatabase/BrowserExtension

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

tipsypotato opened this issue · 2 comments

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?

const gameAchievementsFetch = fetch( `${applicationConfig.WEBAPI_BASE_URL}IPlayerService/GetGameAchievements/v1/?${params.toString()}` )

Thank you in advance!

Browser name and version

Chrome latest

xPaw commented

Well, the api clearly exists.

nvm just found it here