# Board Game Geek API **Provider:** Board Game Geek **Category:** entertainment **Base URL:** `https://boardgamegeek.com` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://boardgamegeek.com/wiki/page/BGG_XML_API2 ## Description Board games, RPG and videogames ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://boardgamegeek.com/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://boardgamegeek.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/board-game-geek/) — CC BY 4.0*