# Battle.net API **Provider:** Battle.net **Category:** entertainment **Base URL:** `https://develop.battle.net` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 36,000 req/hour **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://develop.battle.net/documentation/guides/getting-started ## Description Diablo III, Hearthstone, StarCraft II and World of Warcraft game data APIs ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://develop.battle.net/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://develop.battle.net' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with Blizzard developer account. Access to game data APIs at no charge. --- *Source: [API Map](https://apimap.dev/apis/battle-net/) — CC BY 4.0*