Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

If there is any Stadium card in play, this attack does 20 more damage.
Heal 30 damage from this Pokémon.
/api/v1/pokemon/cards/xy10-54a?include=prices 200 18ms{
"success": true,
"data": {
"id": "xy10-54a",
"name": "Zygarde-EX",
"number": "54a",
"printed_number": "54a",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/54a.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/54a.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/54a.large.webp"
}
],
"expansion": {
"id": "xy10",
"name": "Fates Collide",
"total": 129,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "FCO",
"printed_total": 124,
"release_date": "2016/05/02",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "117519",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/54a.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/54a.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/54a.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic",
"EX"
],
"types": [
"Fighting"
],
"hp": "190",
"attacks": [
{
"cost": [
"Fighting"
],
"converted_energy_cost": 1,
"name": "Land's Pulse",
"text": "If there is any Stadium card in play, this attack does 20 more damage.",
"damage": "20"
},
{
"cost": [
"Fighting",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Cell Storm",
"text": "Heal 30 damage from this Pokémon.",
"damage": "60"
},
{
"cost": [
"Fighting",
"Fighting",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Land's Wrath",
"damage": "100"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Rare Ultra",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 2.6,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.6
}
],
"graded": [
{
"company": "PSA",
"grade": "7",
"value": 33.4,
"low": 28.39,
"high": 38.41,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 104.46,
"low": 88.79,
"high": 120.13,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-08-14T05:19:38.298Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}