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
M Gardevoir-EX

M Gardevoir-EX

Double Rare #20 Pokémon MEGAEX
Types
Fairy
Illustrator
Megumi Mizutani
Expansion
PokéKyun Collection · XY
Language
Japanese
TCGplayer
605467

Attacks

Brilliant Arrow 30×
Fairy · Colorless · Colorless

This attack does 30 damage times the number of Fairy Energy attached to all of your Pokémon.

GET /api/v1/pokemon/cards/cp3_ja-20vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp3_ja-20vh",
    "name": "M Gardevoir-EX",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/20vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/20vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/20vh.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": "605467",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/20vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/20vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/20vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "MEGA",
      "EX"
    ],
    "types": [
      "Fairy"
    ],
    "attacks": [
      {
        "cost": [
          "Fairy",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Brilliant Arrow",
        "text": "This attack does 30 damage times the number of Fairy Energy attached to all of your Pokémon.",
        "damage": "30×"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Megumi Mizutani",
    "pricing": {
      "currency": "USD",
      "market": 508.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 508.8
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 812.5,
          "low": 425.5,
          "high": 1199.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 98,
          "low": 83.3,
          "high": 112.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1300,
          "low": 1135.5,
          "high": 1629.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 18,
          "trend": {
            "direction": "up",
            "percent": 8.3
          }
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 62,
          "low": 52.7,
          "high": 71.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 81,
          "low": 81,
          "high": 106,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:58:48.460Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.85
      }
    }
  }
}