← Back to catalog
chesscom.player_stats
mock data$0.001 / callChess.com Player Stats
Get a Chess.com player's rating + record across all time controls (rapid, blitz, bullet, daily, daily960, tactics, lessons, puzzle_rush). Returns highest rating, current rating, win/loss/draw counts.
Input schema
usernamerequired
stringChess.com username (3–25 characters; lowercase letters, digits, hyphens, and underscores only). Example: "hikaru", "magnuscarlsen".
Call via REST
curl -X POST https://unifyapi.pro/api/call/chesscom.player_stats \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"username":"<username>"}'