export_user_games
Export a user’s chess games from Lichess with customizable filters, including game type, analysis, moves, and timeframes, for detailed review or analysis.
Instructions
Export all games of a user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accuracy | No | Include accuracy | |
analysed | No | Only games with or without computer analysis | |
clocks | No | Include clock comments | |
color | No | Only games played as this color | |
evals | No | Include analysis | |
finished | No | Include finished games | |
lastFen | No | Include last position FEN | |
literate | No | Include textual annotations | |
max | No | Maximum number of games to download | |
moves | No | Include moves | |
ongoing | No | Include ongoing games | |
opening | No | Include opening | |
perfType | No | Only games in these speeds or variants | |
rated | No | Only rated (true) or casual (false) games | |
since | No | Download games played since timestamp | |
sort | No | Sort order of games | dateDesc |
tags | No | Include tags | |
until | No | Download games played until timestamp | |
username | Yes | The username | |
vs | No | Only games against this opponent |