UnifyAPI
← Back to catalog

chesscom.player_profile

mock data$0.001 / call

Chess.com Player Profile

Get a Chess.com player's profile — username, country, title (GM/IM/FM), join date, online status, followers, league. Distinct from Lichess: Chess.com is the world's largest chess platform with 100M+ users.

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_profile \
  -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.