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

← XY Promos
Garchomp-EX

Garchomp-EX

Promo #10 Pokémon BasicEX HP 170
Types
Dragon
Illustrator
Ryo Ueda
Expansion
XY Promos · XY
Language
Japanese
TCGplayer

Attacks

Dual Chop 30×
Fighting · Colorless

Flip 2 coins. This attack does 30 damage times the number of heads.

Power Blast 120
Water · Fighting · Colorless

Discard an Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/xyp_ja-10vh?include=prices 200 54ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp_ja-10vh",
    "name": "Garchomp-EX",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/10vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/10vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/10vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp_ja",
      "name": "XY Promos",
      "total": 299,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "printed_total": 299,
      "release_date": "2013/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "XY Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/10vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/10vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/10vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Dual Chop",
        "text": "Flip 2 coins. This attack does 30 damage times the number of heads.",
        "damage": "30×"
      },
      {
        "cost": [
          "Water",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Power Blast",
        "text": "Discard an Energy attached to this Pokémon.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 11
        },
        {
          "condition": "LP",
          "price": 5.99
        },
        {
          "condition": "MP",
          "price": 8
        },
        {
          "condition": "DMG",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 21.89,
          "low": 21.89,
          "high": 21.89,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 152.5,
          "low": 129.63,
          "high": 175.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 272.2,
          "low": 288.9,
          "high": 352.1,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 45,
          "low": 40,
          "high": 45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T08:05:55.131Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}