- Blind mode tutorial
lichess.org
Donate

List of id for chess puzzles. API

I was looking at the API documentation in the puzzles section and I came across the fact that you can search a puzzle by an ID. I'm developing an amateur chess platform and was wondering if there's a list of these IDs because I could't find it. I know that every problem in the lichess platform has its id and I could copy it but it's slow and inefficient.

I was looking at the API documentation in the puzzles section and I came across the fact that you can search a puzzle by an ID. I'm developing an amateur chess platform and was wondering if there's a list of these IDs because I could't find it. I know that every problem in the lichess platform has its id and I could copy it but it's slow and inefficient.

You can download the puzzle database, and unzip the file. You will have a CSV file of all puzzles. One of the columns is the id. You can cut this column to obtain just the ids.

You can download the puzzle database, and unzip the file. You will have a CSV file of all puzzles. One of the columns is the id. You can cut this column to obtain just the ids.

Thanks. I share here the link https://database.lichess.org/#puzzles. You will need winRar to decompress the file if your working on Windows or unzstd package on Linux

Thanks. I share here the link https://database.lichess.org/#puzzles. You will need winRar to decompress the file if your working on Windows or unzstd package on Linux

This topic has been archived and can no longer be replied to.