GET /player/{username}/games/{YYYY}/{MM}

chess.com:chess.com

Summary: Get games by month
Operation ID: getGamesByMonth
Auth: unknown
Description

Returns all games played by a player in a specific month.

Parameters (3)

MM (string, path, required)

Month (2 digits, 01-12)

Constraints: {'pattern': '^\\d{2}$'}

YYYY (string, path, required)

Year (4 digits)

Constraints: {'pattern': '^\\d{4}$'}

username (string, path, required)

Chess.com username (case insensitive)

No probe data for this endpoint yet.