# Chess.com API **Provider:** Chess.com **Category:** entertainment **Base URL:** `https://www.chess.com` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://www.chess.com/news/view/published-data-api ## Description Chess.com read-only REST API ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.chess.com/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://www.chess.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/chess-com/) — CC BY 4.0*