Users
Get user public data
Read public data of a user.
get/api/user/{username}
Path parameters
usernamestring required
Query parameters
trophiesboolean
Include user trophies
profileboolean
Include user profile data
rankboolean
Include global lichess ranking for each perf
fideIdboolean
Include public FIDE ID if any
Response
The information of the user.
Example response
{
"profile": {
"flag": "EC",
"bio": "Free bugs!",
"realName": "Thibault Duplessis",
"fideRating": 1500,
"uscfRating": 1500,
"ecfRating": 1500,
"cfcRating": 1500,
"rcfRating": 1500,
"dsbRating": 1500,
"links": "github.com/ornicar\r\nmas.to/@thibault"
},
"streamer": {
"twitch": {
"channel": "https://www.twitch.tv/lichessdotorg"
},
"youtube": {
"channel": "https://www.youtube.com/c/LichessDotOrg"
}
}
}