chesscom_player_stats
Retrieve a Chess.com player's ratings and records for blitz, bullet, rapid, daily, tactics, and puzzle rush using their username.
Instructions
A player's ratings and records per game type — blitz, bullet, rapid, daily, plus tactics and puzzle rush.
Returns: {chess_blitz:{last:{rating, date, rd}, best:{rating, date, game}, record:{win, loss, draw}}, chess_bullet:{…}, chess_rapid:{…}, chess_daily:{…}, tactics:{highest, lowest}, puzzle_rush:{best}, fide} — a key is ABSENT if the player has never played that format
Example: Ratings across formats {"username": "hikaru"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Chess.com username. Required — part of the URL path. |