lichess_leaderboard
Retrieve top-rated chess players for a chosen time control or variant, returning user ratings and progress.
Instructions
Top-rated players for one time control or variant.
Returns: {users:[{id, username, title, perfs:{:{rating, progress}}, online}]}
Example: Top 10 blitz players {"count": 10, "perf": "blitz"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| perf | No | Time control or variant. One of: ultraBullet, bullet, blitz, rapid, classical, chess960, crazyhouse, antichess, atomic, horde, kingOfTheHill, racingKings, threeCheck. | blitz |
| count | No | How many players (max 200). |