![]() | |
The Statistics resource
Statistics are accumulated over time by active players. This is a complex resource, because there are statistics for games, for players, for game types, for matches and for tournaments. The complexity is offset again by the fact that statistics are read-only resources, the Web Services API can only display their value, not modify them. /statistics/games (GET) GET: List the games for which statistics exist. The format is: <games> <game name="$gamename"/> </games> /statistics/games/$gamename (GET) GET: List statistics for a game. The format is: <statistics game="$gamename"> <statsplayer name="$playername" ranking="$ranking"> <rating>$rating</rating> <highscore>$highscore</highscore> </statsplayer> </statistics> |