Difference between revisions of "WebAPI/GetGlobalAchievementPercentagesForApp"

From Team Fortress Wiki
Jump to: navigation, search
(The new shortest documented request ever.)
 
('''Main article about WebAPI.''')
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
'''Main article about [[WebAPI]].'''
 
== URL ==
 
== URL ==
 
<nowiki>http://api.steampowered.com/ISteamUserStats/GetGlobalAchievementPercentagesForApp/v0002</nowiki>
 
<nowiki>http://api.steampowered.com/ISteamUserStats/GetGlobalAchievementPercentagesForApp/v0002</nowiki>
Line 12: Line 13:
 
::;percent: Percentage of player population that has unlocked the achievement given as a double.
 
::;percent: Percentage of player population that has unlocked the achievement given as a double.
  
{{Languages|WebAPI/GetGlobalAchievementPercentagesForApp}}
 
 
[[Category:WebAPI|GetGlobalAchievementPercentagesForApp]]
 
[[Category:WebAPI|GetGlobalAchievementPercentagesForApp]]

Latest revision as of 20:13, 18 December 2021

Main article about WebAPI.

URL

http://api.steampowered.com/ISteamUserStats/GetGlobalAchievementPercentagesForApp/v0002

Method-specific Parameters

gameid
The ID of the game to retrieve achievement percentages for. This can be the ID of any Steamworks game with achievements available.

Result Data

achievementpercentages
achievements
name
The name of the achievement as an unlocalized token.
percent
Percentage of player population that has unlocked the achievement given as a double.