/pokemon-tcg-data

The data found within the Pokémon TCG API

Pokémon TCG Data

pokemontcg-developers on discord

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.

Downloading the data

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.

Contributing

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.

  1. Fork it ( https://github.com/[my-github-username]/pokemon-tcg-data/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request