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 Black Star Promos
M Camerupt-EX

M Camerupt-EX

Promo #XY198a Pokémon MEGAEX HP 230
Types
Fire
Illustrator
5ban Graphics
Expansion
XY Black Star Promos · XY
Language
English
TCGplayer
129898

Attacks

Magma Eruption 120
Fire · Fire · Colorless · Colorless

You may discard the top 3 cards of each player's deck. If you do, this attack does 40 more damage for each Energy card you discarded in this way.

GET /api/v1/pokemon/cards/xyp-XY198a?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp-XY198a",
    "name": "M Camerupt-EX",
    "number": "XY198a",
    "printed_number": "XY198a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY198a.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY198a.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY198a.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp",
      "name": "XY Black Star Promos",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PR-XY",
      "printed_total": 211,
      "release_date": "2013/10/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xyp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xyp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "129898",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY198a.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY198a.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY198a.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "MEGA",
      "EX"
    ],
    "types": [
      "Fire"
    ],
    "hp": "230",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Magma Eruption",
        "text": "You may discard the top 3 cards of each player's deck. If you do, this attack does 40 more damage for each Energy card you discarded in this way.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 26.92,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 26.92
        },
        {
          "condition": "LP",
          "price": 20.92
        },
        {
          "condition": "MP",
          "price": 19.73
        },
        {
          "condition": "HP",
          "price": 16.01
        },
        {
          "condition": "DMG",
          "price": 9.74
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:50:33.895Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}