chesscom_player
Fetch a Chess.com player's profile including name, title, country, league, followers, and status by entering their username.
Instructions
A Chess.com player's profile: name, title, country, league, followers and status.
Returns: {player_id, '@id', url, username, name, title, followers, country, location, joined, last_online, status, league, avatar} — joined/last_online are UNIX SECONDS; country is a URL, not a code
Example: One player's profile {"username": "hikaru"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Chess.com username (lowercase). Required — part of the URL path. |