Missing from the current games endpoint but present in the archives are:
"tournament": "string", //URL pointing to tournament (if available),
"match": "string", //URL pointing to team match (if available)
Is there any reason not to include these in a player's current games? The information is available on the website (player profile->games->current games to get a list) and wouldn't bulk out the data volume I wouldn't think.
It might depend how hard it is to incorporate, however:
a) It's useful to figure out who is a tournament player, who is a team match player and who is both
b) Sometimes it's useful to know what event a game is being played in, without going via a match or tournament endpoint first.
Regards,
Giles (who was about to enhance a script to check for types of games, but now can't)
Hi,
Missing from the current games endpoint but present in the archives are:
Is there any reason not to include these in a player's current games? The information is available on the website (player profile->games->current games to get a list) and wouldn't bulk out the data volume I wouldn't think.
It might depend how hard it is to incorporate, however:
a) It's useful to figure out who is a tournament player, who is a team match player and who is both
b) Sometimes it's useful to know what event a game is being played in, without going via a match or tournament endpoint first.
Regards,
Giles (who was about to enhance a script to check for types of games, but now can't)