PGN files of games played on fishtest
The fishtest server stores the PGN files of played games, but only for a limited time: a day for STC tests and ten days for LTC tests.
PGN files can be downloaded from each individual test page by either clicking on the link in the Idx
column for the task overview. This will download a PGN file with the games for this particular task. Approvers can alternatively download all the games for a test by clicking on the Download games
button in the Actions panel on the right. This uses the run_pgns
API of the fishtest server, which is also available to any user at https://tests.stockfishchess.org/api/run_pgns/<test-Id>.pgn.gz
, where test-Id
is the SHA of the individual test. A convenient way to bulk-download many PGN files at once is provided by the download_fishtest_pgns.py
script from the WDL Model repo.
Note that games from tuning tests are generally NOT stored and that PGN files for a task become only available once the task is completed by the worker. If you try to download a nonexistent file you will get a 404-error.
Some early LTC games are available in .bz2
format on this Google drive. Yearly collections for 2018 to 2022 are available in .zip
format on this Google drive.
LTC games from August 2023 onwards are avialable in .gz
format on this Hugging Face repo.