lichess_user
Get a Lichess player's ratings by time control and variant, games played, play time, and profile.
Instructions
A Lichess player: ratings per time control and variant, games played, play time and profile.
Returns: {id, username, title, perfs:{bullet:{rating, games, rd, prog}, blitz:{…}, rapid:{…}, classical:{…}, correspondence:{…}, puzzle:{…}}, createdAt, seenAt, playTime:{total, tv}, count:{all, rated, win, loss, draw}, profile:{…}, patron, streamer} — no single 'rating': read perfs..rating
Example: One player's profile and ratings {"username": "thibault"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Lichess username (case-insensitive). Required — part of the URL path. |