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

← The Best of XY
Gardevoir-EX

Gardevoir-EX

Common #91 Pokémon BasicEX
Types
Fairy
Illustrator
Eske Yoshinob
Expansion
The Best of XY · XY
Language
Japanese
TCGplayer
598792

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/xy_ja-91?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy_ja-91",
    "name": "Gardevoir-EX",
    "number": "91",
    "printed_number": "91",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/91.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/91.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/91.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": "598792",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/91.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/91.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/91.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Fairy"
    ],
    "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"
      }
    ],
    "rarity": "Common",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 9.89,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.89
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 20.25,
          "low": 19.5,
          "high": 21,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 31,
          "low": 26.35,
          "high": 35.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:58:34.885Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}