lichess-api

Crates.iolichess-api
lib.rslichess-api
version0.7.0
created_at2023-02-20 13:01:29.671245+00
updated_at2025-06-23 14:55:35.330989+00
descriptionA client library for the Lichess API
homepagehttps://github.com/ion232/lichess-api
repositoryhttps://github.com/ion232/lichess-api
max_upload_size
id789803
size284,503
Arran Ireland (ion232)

documentation

README

lichess-api

Crates.io Dependencies Apache 2.0 licensed

A Rust API client library for the current lichess.org API.

The goal of this crate is to fully support the latest lichess API - a major version release will be made once all endpoints are supported.

The lichess endpoints will often change without an OpenAPI version or even schema change, so please raise an issue with relevant output if one of the endpoints is failing.

Endpoints

  • ✅ = Fully supported at the time of the most recent release crate.
  • 🔶 = Partially supported.
  • 🚧 = Work to support this category is currently in progress.
  • ❌ = Not currently supported.

The following table shows the current level of support for each category of endpoints.

Category Status
Account 🔶
Analysis
Arena Tournaments
Board
Bot
Broadcasts
Bulk Pairings
Challenges
External Engine 🔶
FIDE
Games
Messaging
Opening Explorer
OAuth 🔶
Puzzles
Relations
Simuls
Studies 🔶
Swiss Tournaments
Tablebase
Teams
TV
Users

Contributing

Contributions are much appreciated - especially if you can add support for a category of endpoints. Otherwise, if you have any ideas, bug reports, feature requests, or fixes, please make an issue or submit a pull request.

Thanks.

Commit count: 219

cargo fmt