UnifyAPI
← Back to catalog

lichess.user_profile

mock data$0.001 / call

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

Games & Entertainmentprovider: Lichess#lichess#games

Input schema

usernamerequired

Lichess username (2–30 characters, lowercase letters, digits, and underscores). Example: "DrNykterstein".

string

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

Try it

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