Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load Puzzles from Lichess API #20

Open
FeXd opened this issue May 7, 2023 · 1 comment
Open

Load Puzzles from Lichess API #20

FeXd opened this issue May 7, 2023 · 1 comment

Comments

@FeXd
Copy link
Owner

FeXd commented May 7, 2023

Followup to #5, attempt to fetch puzzles from Lichess API.

@FeXd FeXd mentioned this issue May 7, 2023
@FeXd
Copy link
Owner Author

FeXd commented Feb 10, 2024

Lichess API: https://lichess.org/api

Important

All requests are rate limited using various strategies, to ensure the API remains responsive for everyone. Only make one request at a time. If you receive an HTTP response with a 429 status, please wait a full minute before resuming API usage.

Puzzles endpoints: https://lichess.org/api#tag/Puzzles

Example: https://lichess.org/api#tag/Puzzles

Get a puzzle by its ID

Example: https://lichess.org/api/puzzle/0pqXI

Does this mean we are going to need to store our own list of puzzle IDs along with their ratings? Oh dear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant