https://api.chess.com/pub/player/{player_username}/games/{year}/{month}
Will give you archived games for a particular month of that user in a JSON format. There should be enough information to parse the time control of the games, and the time the game ended so you can filter based on what 30 days.
Last 30 days Rapid, Blitz, Bullet Stats.
Yeah, I see, but there's a lot of extra data that I don't need at all(PGNs, moves, etc). Are you sure this is the only way to get the last 30 days' ratings? The thing is I need to find the lowest and the highest rating in each time control during the last 30 days.
Hello! I need Stats of a Player for the last 30 days in Rapid, Blitz, and Bullet. How can I do that via Published-Data API?