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

← Cruel Traitor
Gardevoir-EX

Gardevoir-EX

Secret Rare #56 Pokémon BasicEX HP 170
Types
Fairy
Illustrator
Ryo Ueda
Expansion
Cruel Traitor · XY
Language
Japanese
TCGplayer
603279

Attacks

Link Blast 30+
Fairy · Colorless

If this Pokémon and your opponent's Active Pokémon have the same amount of Energy attached to them, this attack does 70 more damage.

Luminous Blade 120
Fairy · Fairy · Colorless

Discard an Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/xy11c_ja-56vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11c_ja-56vh",
    "name": "Gardevoir-EX",
    "number": "56",
    "printed_number": "56",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/56vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/56vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/56vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11c_ja",
      "name": "Cruel Traitor",
      "total": 59,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY11",
      "printed_total": 54,
      "release_date": "2016/06/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy11c_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy11c_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Cruel Traitor"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603279",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/56vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/56vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/56vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Link Blast",
        "text": "If this Pokémon and your opponent's Active Pokémon have the same amount of Energy attached to them, this attack does 70 more damage.",
        "damage": "30+"
      },
      {
        "cost": [
          "Fairy",
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Luminous Blade",
        "text": "Discard an Energy attached to this Pokémon.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Secret Rare",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 212.85,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 212.85
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 137.83,
          "low": 116.55,
          "high": 228.92,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 85,
          "low": 72.25,
          "high": 97.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 317.5,
          "low": 269.88,
          "high": 365.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 70.5,
          "low": 59.93,
          "high": 81.07,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2025-11-18T02:11:56.311Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}