← Back to catalog
lichess.user_profile
mock data$0.001 / callLichess User Profile
Get a Lichess user's profile — username, ratings across variants (bullet/blitz/rapid/classical/correspondence/puzzle), games played, online status, profile bio, country, language.
Input schema
usernamerequired
stringLichess username (2–30 characters, lowercase letters, digits, and underscores). Example: "DrNykterstein".
Call via REST
curl -X POST https://unifyapi.pro/api/call/lichess.user_profile \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"username":"<username>"}'