# Clash Royale API **Provider:** Clash Royale **Category:** entertainment **Base URL:** `https://developer.clashroyale.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.clashroyale.com ## Description Clash Royale Game Information ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developer.clashroyale.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developer.clashroyale.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with Supercell developer account. Player, clan, and battle statistics. --- *Source: [API Map](https://apimap.dev/apis/clash-royale/) — CC BY 4.0*