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

← Primal Clash
Camerupt-EX

Camerupt-EX

Rare Holo EX #29 Pokémon BasicEX HP 180
Types
Fire
Illustrator
Eske Yoshinob
Expansion
Primal Clash · XY
Language
English
TCGplayer
95921

Attacks

Tumbling Attack 30
Fire · Colorless

Flip a coin. If heads, this attack does 30 more damage.

Explosive Jet 50
Fire · Fire · Colorless · Colorless

Discard as many Fire Energy attached to your Pokémon as you like. This attack does 50 damage times the number of Energy cards you discarded.

GET /api/v1/pokemon/cards/xy5-29vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy5-29vh",
    "name": "Camerupt-EX",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/29vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/29vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/29vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy5",
      "name": "Primal Clash",
      "total": 164,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PRC",
      "printed_total": 160,
      "release_date": "2015/02/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "95921",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/29vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/29vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/29vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Fire"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tumbling Attack",
        "text": "Flip a coin. If heads, this attack does 30 more damage.",
        "damage": "30"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Explosive Jet",
        "text": "Discard as many Fire Energy attached to your Pokémon as you like. This attack does 50 damage times the number of Energy cards you discarded.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo EX",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 1.94,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.94
        },
        {
          "condition": "LP",
          "price": 1.42
        },
        {
          "condition": "MP",
          "price": 1.31
        },
        {
          "condition": "HP",
          "price": 1.05
        },
        {
          "condition": "DMG",
          "price": 0.82
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 9.6,
          "low": 9.6,
          "high": 9.6,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 4.25,
          "low": 4.25,
          "high": 4.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 76.21,
          "low": 99.99,
          "high": 99.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 16.5,
          "low": 14.03,
          "high": 18.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9.15,
          "low": 9.15,
          "high": 12.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21.16,
          "low": 22.23,
          "high": 29.14,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:31:16.225Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.51
      }
    }
  }
}