# Hearthstone API **Provider:** Hearthstone **Category:** entertainment **Base URL:** `http://hearthstoneapi.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Varies by RapidAPI plan **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://hearthstoneapi.com/ ## Description Hearthstone Cards Information ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `http://hearthstoneapi.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'http://hearthstoneapi.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free via RapidAPI. Some tiers capped; check RapidAPI for current plan pricing. --- *Source: [API Map](https://apimap.dev/apis/hearthstone/) — CC BY 4.0*