Tablebase
Tablebase lookup for Antichess
Endpoint: https://tablebase.lichess.org
get/antichess
Query parameters
fenstring required
X-FEN of the position. Underscores allowed.
Response
The tablebase information for the position in antichess.
Example response
{
"dtz": 1,
"precise_dtz": 1,
"dtc": null,
"dtm": 17,
"dtw": null,
"checkmate": false,
"stalemate": false,
"variant_win": false,
"variant_loss": false,
"insufficient_material": false,
"category": "win",
"moves": [
{
"uci": "h7h8q",
"san": "h8=Q+",
"dtz": -2,
"precise_dtz": -2,
"dtc": null,
"dtm": -16,
"dtw": null,
"zeroing": true,
"checkmate": false,
"stalemate": false,
"variant_win": false,
"variant_loss": false,
"insufficient_material": false,
"category": "loss"
}
]
}