This is the data found within the Pokémon TCG API. Currently, the raw JSON files for all the card information can be found here.
The easiest way to stay up to date and interact with the data is via the Pokémon TCG API and one of the associated SDKs. Otherwise, feel free to clone this repository or download a zip from the releases.
Please contribute when you see missing and/or incorrect data. I'll try to review all pull requests relatively quickly so that I can push updates at night.
- Fork it ( https://github.com/[my-github-username]/pokemon-tcg-data/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request