lichess-api 1.0.0

A client library for the Lichess API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "Player 1",
  "fideId": 123,
  "played": 0,
  "rank": 1,
  "games": [
    {
      "round": "4Yuk2i2H",
      "id": "5rsW2cRb",
      "opponent": { "name": "Player 2", "fideId": 456 },
      "color": "white",
      "fideTC": "standard",
      "ongoing": true
    }
  ]
}