← Back to catalog
chesscom.player_profile
mock data$0.001 / callChess.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.
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_profile \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"username":"<username>"}'