You can use a headless Selenium web driver to use chess.com´s own filter feature so it just displays Team match daily games (you can select if its 960 or standard too). Most teams include their name in the Team Match name so you can also make Selenium type the name of the club inside. Probably the best it gets without Chess.com´s API
I have no idea how their data looks and how they manipulate it but they have the filter mechanism there...
I have a library in Java that already translates some endpoints into Strings or integers so I may create a method for that too even if there is no endpoint for it lol.
Hi,
In discussing a report with some other admins, it's come up that it would sometimes be useful to know when someone last played a team match.
The stats endpoint gives "last" for chess_daily, chess960_daily, chess_blitz etc with timestamp, rating and Glicko RD. That's all good.
I am unsure how much I want this (probably less than I want, say, a vote chess endpoint) and definitely less than a bug or two out there (rating inconsistency on team boards vs the website, if I remember right) but I'll throw it out.
If other people want it, please chime in.
If it would be difficult to do or slow, "Thanks, but no thanks" might be the right answer.
The workaround for anyone who really needs this is to get the player's archive and work back through the games. That won't give the Glicko RD at the time of the most recent tournament game or whatever, but it would provide everything else.
Thanks,
Giles