Get global achievement rates
get_global_achievementsRetrieve the global unlock percentage for each achievement in a Steam game by appid. Shows how rare each achievement is across all players, sorted by rarity.
Instructions
Get the global unlock percentage of each achievement in a game by appid — how rare each achievement is across all players. Returns each achievement's internal name and its unlock percent (no display names/descriptions — for those, use get_game_achievements), most-common first, capped at the first 200 (check returned vs count — most games have far fewer). An unknown appid, or one with no achievement schema (e.g. a DLC/soundtrack), comes back as an empty list rather than an error, the same as get_game_news. Get the appid from search_games. Works without a key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appid | Yes | Steam application id (appid). Get it from search_games. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| returned | Yes | ||
| achievements | Yes |