Retrieves opening statistics from historical FIDE master-level games (2200+ FIDE).
Arguments
- fen
FEN position string.
- play
Move sequence in UCI or SAN.
- since
Year from which to filter games (e.g. 1952).
- until
Year until which to filter games.
- token
API access token. By default, retrieved via
lic_token().
Value
A list containing aggregate stats (white, draws, black), candidate moves tibble, and top topGames.
Details
Lichess API Endpoint: GET https://explorer.lichess.ovh/masters
Official Documentation: https://lichess.org/api#tag/Opening-Explorer/operation/openingExplorerMaster