--- all-cards.json won't be supported anymore in the next update. ---
A collection of all Hearthstone cards in a JSON format for all purposes.
Updated to patch 1.1.0.6024
Download all images here.
git clone git://github.com/pdyck/hearthstone-db.git
OR
bower install hearthstone-db
id: integer,
name: string,
description: string,
image_url: string,
hero: string
- "druid"
- "hunter"
- "mage",
- "paladin"
- "priest"
- "rogue"
- "shaman"
- "warlock"
- "warrior",
category: string
- "minion"
- "spell"
- "secret"
- "weapon",
quality: string
- "free"
- "common"
- "rare"
- "epic"
- "legendary",
race: string
- "none"
- "beast"
- "demon",
set: string
- "basic"
- "expert"
- "naxxramas",
mana: integer,
attack: integer,
health: integer,
collectible: boolean,
effect_list: array
- effect: string
- "battlecry"
- "charge"
- "deathrattle"
- "divine_shield"
- "enrage"
- "secret"
- "stealth"
- "taunt"
- "windfury"
- extra: string
Contains all the cards used in Hearthstone(including promotional cards, tokens, hero powers etc.).
(Not up to date and won't be updated. Will probably also be removed soon.)
Contains all the cards that would be shown in your collection.