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

← Gaia Volcano
Magcargo

Magcargo

Non #16 Pokémon Stage 1 HP 110
Types
Fire
Illustrator
Kagemaru Himeno
Expansion
Gaia Volcano · XY
Language
Japanese
TCGplayer
603676

Attacks

Ram 30
Fire · Colorless
Indomitable Blaze 60+
Fire · Colorless · Colorless

If your opponent's Active Pokémon is a Pokémon-EX, this attack does 60 more damage

GET /api/v1/pokemon/cards/xy5g_ja-16?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy5g_ja-16",
    "name": "Magcargo",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/16.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/16.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/16.large.webp"
      }
    ],
    "expansion": {
      "id": "xy5g_ja",
      "name": "Gaia Volcano",
      "total": 80,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY5",
      "printed_total": 70,
      "release_date": "2014/12/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy5g_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy5g_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Gaia Volcano"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603676",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/16.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/16.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/16.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Ω Barrier",
        "text": "Whenever your opponent plays a Trainer card (excluding Pokémon Tools and Stadium cards), prevent all effects of that card done to this Pokémon.",
        "type": "Ancient Trait"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Ram",
        "damage": "30"
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Indomitable Blaze",
        "text": "If your opponent's Active Pokémon is a Pokémon-EX, this attack does 60 more damage",
        "damage": "60+"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-11T03:04:01.950Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}