Pokémon Type is a category in Pokémon TCG Pocket.
Click to view data.
{
"id": "PokemonType",
"name": "Pokémon Type",
"hue": 185,
"properties": {
"name": {
"id": "name",
"name": "Name",
"type": "string",
"required": true
},
"order": {
"id": "order",
"name": "Order",
"type": "number",
"hidden": true
},
"hue": {
"id": "hue",
"name": "Hue",
"type": "number",
"hidden": true
},
"icon": {
"id": "icon",
"name": "Icon",
"type": "media"
},
"thumbnail": {
"id": "thumbnail",
"name": "Thumbnail",
"type": "media"
},
"Card-TYPE-PokemonType": {
"id": "Card-TYPE-PokemonType",
"type": "relationship",
"relationshipTypeId": "Card-TYPE",
"direction": "incoming",
"name": "Cards"
},
"Card-WEAKNESS-PokemonType": {
"id": "Card-WEAKNESS-PokemonType",
"type": "relationship",
"relationshipTypeId": "Card-WEAKNESS",
"direction": "incoming",
"name": "Weakness"
}
},
"updatedAt": 1730429873892
}