lichess-api 1.0.0

A client library for the Lichess API
Documentation
{
    "id": "BEOucQJo",
    "variant": {
        "key": "standard",
        "name": "Standard",
        "short": "Std"
    },
    "speed": "rapid",
    "perf": {
        "name": "Rapid"
    },
    "rated": false,
    "createdAt": 1745112707998,
    "white": {
        "id": "bobby",
        "name": "Bobby",
        "rating": 1751
    },
    "black": {
        "id": "mary",
        "name": "Mary",
        "rating": 1021
    },
    "initialFen": "startpos",
    "clock": {
        "initial": 900000,
        "increment": 0
    },
    "type": "gameFull",
    "state": {
        "type": "gameState",
        "moves": "d2d3",
        "wtime": 900000,
        "btime": 900000,
        "winc": 0,
        "binc": 0,
        "status": "started"
    }
}