Missed data in finished team match

Sort:
Avatar of davidFreelance

Hello,

Using the call https://api.chess.com/pub/match/849418 I get this correct response:

 

{"@id":"https://api.chess.com/pub/match/849418","name":"Match Team Italy vs Team Spain U1500","url":"https://www.chess.com/club/matches/849418","description":"Match Team Italy vs Team Spain U1500","start_time":1511715835,"end_time":1516908562,"status":"finished","boards":20,"settings":{"rules":"chess","time_class":"daily","time_control":"1/259200","min_team_players":20,"max_rating":1500,"min_required_games":40,"autostart":false},"teams":{"team1":{"@id":"https://api.chess.com/pub/club/team-spain","name":"Team Spain","url":"https://www.chess.com/club/team-spain","score":29.5,"result":"win","players":...............

 


 

But with the match id = 815512 (https://api.chess.com/pub/match/815512) I get some properties like "@id", "description"and "teams.team1.name" missed (compare with the response above):

 

{"name":"Below 1500","url":"https://www.chess.com/club/matches/815512","start_time":1502175624,"end_time":1515523267,"status":"finished","boards":83,"settings":{"rules":"chess960","time_class":"daily","time_control":"1/259200","initial_setup":"rnbkqrnb/pppppppp/8/8/8/8/PPPPPPPP/RNBKQRNB w KQkq - 0 1","min_team_players":1,"min_rating":0,"max_rating":1500,"min_required_games":0,"autostart":false},"teams":{"team1":{"@id":"https://api.chess.com/pub/club/team-spain","url":"https://www.chess.com/club/team-spain","score":81,"result":"lose","players":.......................

 

 

Avatar of andreamorandini

Thanks for the heads up, we have done a massive cleanup of responses because some weren't showing all the new added keys. If you see any other data missing please share with us again.

Avatar of davidFreelance

 Now it's working properly, great work, thanks!  thumbup.png