chesscom_archives
List the monthly game archives available for a Chess.com player by username, so you can identify which months have recorded games before fetching them.
Instructions
The list of monthly game archives available for a player — call this before asking for a month's games.
Returns: {archives:[url]} — URLs ending /games/YYYY/MM; take the year and month from the last entry to fetch the most recent games
Example: Which months a player has games for {"username": "hikaru"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Chess.com username. Required — part of the URL path. |