jdorfman / awesome-json-datasets

A curated list of awesome JSON datasets that don't require authentication.
Creative Commons Zero v1.0 Universal
3.33k stars 376 forks source link

Add HearthstoneJSON #101

Closed prashcr closed 8 years ago

prashcr commented 8 years ago

There is a cards.json, cards.collectible.json and cardbacks.json for every game patch to date. By using "latest", it automatically redirects to the latest patch.

cards.json

Every card in the game, and since everything in Hearthstone is a card, this includes non-playable cards such as those created by spells

cards.collectible.json

Cards that can be collected, as well as heroes.

cardbacks.json

Details of all the available card backs.

Each JSON file is available either in English or in every available language, but the latter is quite large, so I only included one example.

prashcr commented 8 years ago

I put it right after MTG because it felt it fits there logically.

jdorfman commented 8 years ago

great job @prashcr =)