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/xy_ja-177?include=prices 200 16ms{
"success": true,
"data": {
"id": "xy_ja-177",
"name": "Zygarde-EX",
"number": "177",
"printed_number": "177",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/177.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/177.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/177.large.webp"
}
],
"expansion": {
"id": "xy_ja",
"name": "The Best of XY",
"total": 188,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "XY",
"printed_total": 171,
"release_date": "2017/04/21",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.symbol.png",
"translation": {
"en": {
"name": "The Best of XY"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "599037",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/177.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/177.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/177.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic",
"EX"
],
"types": [
"Fighting"
],
"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"
}
],
"rarity": "Common",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 4.49,
"is_stale": true,
"conditions": [],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 367.93,
"low": 370.5,
"high": 494.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "8",
"value": 69,
"low": 58.65,
"high": 79.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 32,
"low": 27.2,
"high": 36.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 2
}
],
"market_updated_at": "2026-09-22T03:58:34.885Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}