Using the CC API I created a webpage that allows you to get some different statistics rather than just w/l. I specifically was interested in keeping track of wins and losses versus a specific group of people. I play some recurring games with a group of friends and wanted to have historical w/l for just our group.
example results: http://xbecuk.com/cc/group/?count=4&p=ch0rn,CrazyIvans,doug710,KingKraus,yomada_zaho,reallybignads,Nimrodeo,gshot7
translation, Game Results for all games in which at least 4 of these players participated in : ch0rn,CrazyIvans,doug710,KingKraus,yomada_zaho,reallybignads,Nimrodeo,gshot7 (API pull is done from the first player in the list)
Search form is here to create your own search criteria.
http://xbecuk.com/cc
You can also just put in 1 person's username and search for a breakdown of just that person.
like this
http://xbecuk.com/cc/group/?count=1&p=ch0rn
This is my first ever try at pulling data out of an API or xml/json, so it's a little rough around the edges, but I hope this is something other people here may enjoy.