lichess-org / api

Lichess API documentation and examples
https://lichess.org/api
GNU Affero General Public License v3.0
428 stars 142 forks source link

API Feature Request: Embed or GET specific puzzle #183

Closed cshancock closed 1 year ago

cshancock commented 2 years ago

Currently users can embed Lichess TV, a study analysis, a specific game, or the daily puzzle, by following the instructions here: https://lichess.org/developers

These features are also available through the API.

It would be nice to be able to embed a specific puzzle in an iframe.

benediktwerner commented 1 year ago

https://github.com/lichess-org/lila/issues/11770 https://github.com/lichess-org/lila/commit/854e51a1ee20c0cade1b73a36773c93fcdd07893

There's now an API endpoint to get a puzzle.

If you specifically want to embed puzzles, it's better to create an issue on the main repo.