Pokémon is a category in Pokémon TCG Pocket.
Click to view data.
{
"id": "Pokemon",
"name": "Pokémon",
"hue": 60,
"properties": {
"name": {
"id": "name",
"name": "Name",
"type": "string",
"required": true
},
"thumbnail": {
"id": "thumbnail",
"name": "Thumbnail",
"type": "media"
},
"Card-POKEMON-Pokemon": {
"id": "Card-POKEMON-Pokemon",
"type": "relationship",
"relationshipTypeId": "Card-POKEMON",
"direction": "incoming",
"name": "Cards",
"list": true,
"order": [
{
"id": "card_id",
"order": "asc"
}
]
},
"Card-EVOLVES_FROM-Pokemon": {
"id": "Card-EVOLVES_FROM-Pokemon",
"type": "relationship",
"relationshipTypeId": "Card-EVOLVES_FROM",
"direction": "incoming",
"name": "Evolves Into",
"list": true
},
"order": {
"id": "order",
"name": "Order",
"type": "number",
"hidden": true
},
"game_id": {
"id": "game_id",
"name": "Game ID",
"type": "string",
"hidden": true
}
},
"updatedAt": 1731000964208
}