{ "opencollection": "1.0.0", "info": { "name": "Steamworks Web IPlayerService ISteamUserStats API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "ISteamUserStats", "type": "folder" }, "items": [ { "info": { "name": "Get global achievement percentages for an application", "type": "http" }, "http": { "method": "GET", "url": "https://api.steampowered.com/ISteamUserStats/GetGlobalAchievementPercentagesForApp/v2/", "params": [ { "name": "gameid", "value": "", "type": "query" }, { "name": "format", "value": "", "type": "query" } ] }, "docs": "Get global achievement percentages for an application" }, { "info": { "name": "Get global stats for a game", "type": "http" }, "http": { "method": "GET", "url": "https://api.steampowered.com/ISteamUserStats/GetGlobalStatsForGame/v1/", "params": [ { "name": "appid", "value": "", "type": "query" }, { "name": "count", "value": "", "type": "query" }, { "name": "name[0]", "value": "", "type": "query" } ] }, "docs": "Get global stats for a game" }, { "info": { "name": "Get current concurrent player count for an application", "type": "http" }, "http": { "method": "GET", "url": "https://api.steampowered.com/ISteamUserStats/GetNumberOfCurrentPlayers/v1/", "params": [ { "name": "appid", "value": "", "type": "query" } ] }, "docs": "Get current concurrent player count for an application" } ] } ], "bundled": true }