chesscom_monthly_games
Get all games a Chess.com player finished in a given month, with PGN, result, ratings, and opening ECO.
Instructions
Every game a player finished in one month, with PGN, result, ratings and opening ECO.
Returns: {games:[{url, pgn, time_control, time_class, rules, end_time, rated, eco, white:{username, rating, result}, black:{…}}]} — end_time is UNIX SECONDS; a prolific player's month can be several MB
Example: One player-month {"username": "hikaru", "year": "2025", "month": "01"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Four-digit year, e.g. 2025. Required — part of the URL path. | |
| month | Yes | Two-digit month, ZERO-PADDED ('01', not '1'). Required — part of the URL path. | |
| username | Yes | Chess.com username. Required — part of the URL path. |