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

← PokéKyun Collection
Gardevoir-EX

Gardevoir-EX

Double Rare #19 Pokémon BasicEX
Types
Fairy
Illustrator
Mizue
Expansion
PokéKyun Collection · XY
Language
Japanese
TCGplayer
605468

Attacks

Life Leap 20
Fairy

Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon.

Shining Wind 100
Fairy · Fairy · Fairy

During your opponent's next turn, this Pokémon has no Weakness.

GET /api/v1/pokemon/cards/cp3_ja-19vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp3_ja-19vh",
    "name": "Gardevoir-EX",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/19vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/19vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/19vh.large.webp"
      }
    ],
    "expansion": {
      "id": "cp3_ja",
      "name": "PokéKyun Collection",
      "total": 32,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP3",
      "printed_total": 32,
      "release_date": "2016/01/29",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "PokéKyun Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "605468",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/19vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/19vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/19vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Fairy"
    ],
    "attacks": [
      {
        "cost": [
          "Fairy"
        ],
        "converted_energy_cost": 1,
        "name": "Life Leap",
        "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Fairy",
          "Fairy",
          "Fairy"
        ],
        "converted_energy_cost": 3,
        "name": "Shining Wind",
        "text": "During your opponent's next turn, this Pokémon has no Weakness.",
        "damage": "100"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Mizue",
    "pricing": {
      "currency": "USD",
      "market": 540.6,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 540.6
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 400.75,
          "low": 345,
          "high": 456.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 203,
          "low": 172.55,
          "high": 233.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 362,
          "low": 98.5,
          "high": 362,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 234.99,
          "low": 199.74,
          "high": 270.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 700,
          "low": 468,
          "high": 859.78,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 100,
          "low": 85,
          "high": 115,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 58,
          "low": 49.3,
          "high": 66.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 402.4,
          "low": 265.45,
          "high": 534.94,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-22T03:58:48.460Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.85
      }
    }
  }
}