# Lichess API **Provider:** Lichess **Category:** entertainment **Base URL:** `https://lichess.org` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** ~15 req/s (anonymous); higher when authenticated **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://lichess.org/api ## Description Access to all data of users, games, puzzles and etc on Lichess ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://lichess.org/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://lichess.org' ``` ## Sample Response ```json {} ``` ## Pricing Details Completely free and open-source. No API keys required for most endpoints. --- *Source: [API Map](https://apimap.dev/apis/lichess/) — CC BY 4.0*