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

← Crimson Haze
Magcargo ex

Magcargo ex

Super Rare #80 Pokémon Stage 1exTera HP 270
Types
Fire
Illustrator
PLANETA Yamashita
Expansion
Crimson Haze · Scarlet & Violet
Language
Japanese
TCGplayer
566135

Attacks

Hot Magma 70
Fire · Colorless

Your opponent's Active Pokémon is now Burned.

Ground Burn 140+
Fire · Fire · Colorless

Discard the top card of each player's deck. This attack does 140 more damage for each Energy card discarded in this way.

GET /api/v1/pokemon/cards/sv5a_ja-80vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5a_ja-80vh",
    "name": "Magcargo ex",
    "number": "80",
    "printed_number": "80",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5a_ja/80vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5a_ja/80vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5a_ja/80vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv5a_ja",
      "name": "Crimson Haze",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV5a",
      "printed_total": 66,
      "release_date": "2024/03/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Crimson Haze"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566135",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5a_ja/80vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5a_ja/80vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5a_ja/80vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex",
      "Tera"
    ],
    "types": [
      "Fire"
    ],
    "hp": "270",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hot Magma",
        "text": "Your opponent's Active Pokémon is now Burned.",
        "damage": "70"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Ground Burn",
        "text": "Discard the top card of each player's deck. This attack does 140 more damage for each Energy card discarded in this way.",
        "damage": "140+"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "PLANETA Yamashita",
    "pricing": {
      "currency": "USD",
      "market": 1.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.19
        },
        {
          "condition": "MP",
          "price": 0.89
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 12,
          "low": 12,
          "high": 16,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 26.59,
          "low": 33.42,
          "high": 33.42,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:15:00.849Z",
      "trend_7d": {
        "direction": "up",
        "percent": 7.21
      }
    }
  }
}