export_games_by_ids
Extract multiple Lichess chess games by IDs into PGN format with customizable options for moves, tags, clocks, analysis, and openings. Supports batch processing of up to 300 game IDs.
Instructions
Export multiple games by IDs
Input Schema
Name | Required | Description | Default |
---|---|---|---|
clocks | No | Include clock comments | |
evals | No | Include analysis | |
ids | Yes | Game IDs separated by commas. Up to 300 IDs. | |
moves | No | Include the PGN moves | |
opening | No | Include opening name | |
pgnInJson | No | Include the full PGN within the JSON response | |
tags | No | Include the PGN tags |