# Clash of Clans API **Provider:** Clash of Clans **Category:** entertainment **Base URL:** `https://developer.clashofclans.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developer.clashofclans.com ## Description Clash of Clans Game Information ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developer.clashofclans.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developer.clashofclans.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with Supercell developer account. Player, clan, and war statistics. --- *Source: [API Map](https://apimap.dev/apis/clash-of-clans/) — CC BY 4.0*