The Card object
Questi contenuti non sono ancora disponibili nella tua lingua.
The main object used through the API
Common Fields
Fields that are used by each cards
Property | Type | Nullable | Details |
---|---|---|---|
id | String | The unique ID of the card | |
localId | String or Number | Card Local ID | |
name | String | Card Name | |
image | String (Asset) | Yes | Card Image (see Assets) |
category | String | Card category (Pokemon, Energy, Trainer) | |
illustrator | String | Yes | Card illustrator |
rarity | String | Yes | Card rarity |
variants | Object | The possible variants of this card (see below) | |
variants.normal | Boolean | Card available without any shines | |
variants.reverse | Boolean | Card available in Reverse (colored background is shining) | |
variants.holo | Boolean | Card available in Holo (picture is shining) | |
variants.firstEdition | Boolean | Card has a small 1st edition in the middle left | |
set | SetBrief | Basic informations about the card set |
Pokemon Card
Include everything from Common Fields
Property | Type | Nullable | Details |
---|---|---|---|
category | ”Pokemon” | Card category (Pokemon, Energy, Trainer) | |
dexId | Array of Number | Yes | The National Pokedex ID of the pokémons on the card |
hp | Number | Yes | The Pokémon HP |
types | Array of String | Yes | The types of the Pokémon |
evolveFrom | String | Yes | The Pokémon name it evolve from |
description | String | Yes | the card description (generally in the bottom right) |
level | String | Yes | The Pokémon Level (if it’s a lv.X the level is X) |
stage | String | Yes | The Pokémon Stage |
suffix | String | Yes | The Card suffix |
item | Object | Yes | The Pokémon Item |
item.name | String | The Item name | |
item.effect | String | The Item effect |
Trainer Card
Property | Type | Nullable | Details |
---|---|---|---|
category | ”Trainer” | Card category (Pokemon, Energy, Trainer) | |
effect | String | The trainer card effect | |
trainerType | String | The type of trainer card (‘Supporter’, ‘Item’, ‘Stadium’, ‘Tool’, ‘Ace Spec’, ‘Technical Machine’, ‘Goldenrod Game Corner’, ‘Rocket’s Secret Machine’) |
Energy Card
Property | Type | Nullable | Details |
---|---|---|---|
category | ”Energy” | Card category (Pokemon, Energy, Trainer) | |
effect | String | The trainer card effect | |
energyType | String | The type of trainer card (Basic, Special) |