Skip to content

A list of of all existing cards in "Hearthstone: Heroes of Warcraft" in JSON format.Including images. For the use in your tools. Can be installed through Bower.

Notifications You must be signed in to change notification settings

reflection/Hearthstone-Cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HearthStone Cards

A list of of all existing cards in "Hearthstone: Heroes of Warcraft" (a game by Blizzard) in JSON format.Including images.

Example

{
    "name": "Ysera",
    "rarity": "Legendary",
    "type": "Minion",
    "race": "Dragon",
    "manna": 9,
    "attack": 4,
    "health": 12,
    "descr": "At the end of your turn, draw a Dream Card.",
    "image": "EX1_572"
}

Ysera

or

{
    "name": "King Krush",
    "rarity": "Legendary",
    "type": "Minion",
    "race": "Beast",
    "class": "Hunter",
    "manna": 9,
    "attack": 8,
    "health": 8,
    "descr": "Charge",
    "image": "EX1_543"
}

King Krush

Bower

You can install it with Bower.

bower install hearthstone-cards

About

A list of of all existing cards in "Hearthstone: Heroes of Warcraft" in JSON format.Including images. For the use in your tools. Can be installed through Bower.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published