Account
Get my profile
Public information about the logged in user.
get/api/account
Response
The public information about the logged in 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"
}
}
}