What the response contains
Try magnuscarlsen, hikaru, and fabianocaruana and use the returned fields to identify the right record.
Fields worth checking
- Games & Sports
- Chess.com Published Data results
- public source
Type a real query, scan the cards and confirm the key details before opening the full source.
Try magnuscarlsen, hikaru, and fabianocaruana and use the returned fields to identify the right record.
Fields worth checking
The /pub/player/{username} endpoint looks up a public account by username. Its response can include username, player_id, url, name, title, followers, country, location, joined, last_online, and status. name is a display name; when saving a reference or building another request, prefer username and keep player_id alongside it when available.
The public profile describes the account. For results by game type, use /pub/player/{username}/stats: a live response contained blocks such as chess_daily, chess_rapid, chess_bullet, chess_blitz, tactics, and puzzle_rush, as well as fide when supplied. Each block can have its own fields, such as last, best, or record; do not interpret an absent key as zero.
For a nonexistent username, the endpoint returned 404 with a user-not-found message. That calls for correcting the identifier, not automatically guessing another account. An existing profile may not expose every field seen on another profile; treat every field as optional data and retain the source link.