api
api copied to clipboard
Lichess API documentation and examples
Solving [#11073](https://github.com/lichess-org/lila/issues/11073) is the use case. I suggest to add the query parameter player like in the Player games.
[profile relations](https://lichess.org/api#tag/Relations) endpoint, currently does not support unblocking / blocking a player. It would be nice to have those endpoints added to the relations API.
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....
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
A large number of API responses have fields in the body which may or may not be present, and the fact that they are not guaranteed to be present is...
I would like an API that, - Allows creation of a New Study - Has study settings, as params, in the request call. - Allows for adding of new chapters...
The `lichess-api.yaml` file uses the OpenAPI 3.1 format, which is currently not supported by the [OpenAPI Generator](https://openapi-generator.tech/). This means that it is not currently possible to auto-generate an API client...
Hi, if my bot sends a message to the chat before the first move is made in the game, the message does not appear in the chat, despite the chatLine...
Chess.com has a very great promise that not only reduces the amount of code needed, it seems to be smoother. https://www.chess.com/news/view/published-data-api#pubapi-general **"If you send an API request after the results...
I can scrape the study page html and found the date/time of creation but I cannot find the date/time of last modification of a study. Also I'd much rather have...