PokemonTCG / pokemon-tcg-api

Pokemon TCG API allows developers to easily consume Pokemon card and set data in JSON format.
63 stars 3 forks source link

Individual banned card information #88

Closed Sylencia closed 3 years ago

Sylencia commented 5 years ago

While we have the "standardLegal" and "expandedLegal" available for overall sets, some cards such as Lusamine are currently legal in standard but not in expanded due to the ban list. Cards should have an individual field that contains the legality status of the card.

The full list can be found at https://www.pokemon.com/us/pokemon-tcg-banned-card-list/

adback03 commented 4 years ago

Legality info at a card level will be in the new API. A beta of this API will be out in the next couple weeks.

adback03 commented 3 years ago

This is no longer an issue with V2. Cards have their own legality block now.