Skip to content

A collection of all Hearthstone cards in a JSON format for all purposes.

Notifications You must be signed in to change notification settings

MBras/hearthstone-db

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hearthstone-DB

--- 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.

How to install

git clone git://github.com/pdyck/hearthstone-db.git

OR

bower install hearthstone-db

JSON object structure

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

Files

all-cards.json

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.)

all-collectibles.json

Contains all the cards that would be shown in your collection.

Have fun !

About

A collection of all Hearthstone cards in a JSON format for all purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published