WebAPI/GetGlobalStatsForGame

From Team Fortress Wiki
< WebAPI
Revision as of 02:05, 30 April 2013 by TheSeg (talk | contribs) (Created page with "== URL == <nowiki>http://api.steampowered.com/ISteamUserStats/GetGlobalStatsForGame/v0001</nowiki> == Method-specific Parameters == ;appid: The ID of the game to retrieve global...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

URL

http://api.steampowered.com/ISteamUserStats/GetGlobalStatsForGame/v0001

Method-specific Parameters

appid
The ID of the game to retrieve global stats for. This can be the ID of any Steamworks game with global stats available.
count
Number of stats to get data for.
name
Names of the stats to get (comma separated). Developer must mark the stat as globally aggregated.
startdate (Optional)
Start date for daily totals (unix epoch timestamp).
enddate (Optional)
End date for daily totals (unix epoch timestamp).

Result Data