Hearthstone API logo

Hearthstone API

Category:Gaming

Designed for developers, competitive gamers, and content creators, our API grants access to an extensive database of cards, decks, strategies, and in-game mechanics. Whether you’re crafting the next dominant deck, analyzing the evolving meta, or creating engaging content for the Hearthstone community, HearthData API provides the tools you need to stay ahead in the game.

Available Endpoints

Request Parameters

API URL

Please subscribe to see the API URL

Headers

X-Api-Key

Path Parameters

slug

Please subscribe to see the actual API URL

import axios from 'axios';

const url = '{API_URL}';
const { data } = await axios.get(url, {
  headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});