UnifyAPI
← Back to catalog

chesscom.player_stats

mock data$0.001 / call

Chess.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.

Games & Entertainmentprovider: Chesscom#chesscom#games

Input schema

usernamerequired

Chess.com username (3–25 characters; lowercase letters, digits, hyphens, and underscores only). Example: "hikaru", "magnuscarlsen".

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.