Returns on global achievements overview of a specific game in percentages.
var Steam = require('machinepack-steam');
// Returns on global achievements overview of a specific game in percentages.
Steam.getGlobalAchievementPercentageForApp({
gameid: 400,
}).exec({
// An unexpected error occurred.
error: function (err) {
},
// OK.
success: function (result) {
},
});
AppID of the game you want the percentages of.
400
An unexpected error occurred.
OK.
{ achievementpercentages: { achievements: [] } }