Data missing from end point
Data no longer showing for Live Statistics as below in red
End point:
https://api.chess.com/pub/player/{username}/stats
Data Format, each Game-Type:
{
"last": { // the current stats
"date": 1509709165, // timestamp of the last rated game finished
"rating": 1642, // most-recent rating
"rd": 58 // the Glicko "RD" value used to calculate ratings changes
},
"best": { // the best rating achieved by a win
"date": 1256228875, // timestamp of the best-win game
"rating": 2065, // highest rating achieved
"game": "URL" // URL of the best-win game
},
"record": { // summary of all games played
"win": 177, // number of games won
"loss": 124, // number of games lost
"draw": 21, // number of games drawn
"time_per_move": 18799, // integer number of seconds per average move
"timeout_percent": 9.99 // timeout percentage in the last 90 days
},
"tournament": { // summary of tournaments participated in
"count": 20, // number of tournaments joined
"withdraw": 1, // number of tournaments withdrawn from
"points": 39, // total number of points earned in tournaments
"highest_finish": 1 // best tournament place
}
}