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