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

← Astral Radiance
Heatran VMAX

Heatran VMAX

Rare Rainbow #191 Pokémon VMAX HP 330
Types
Fire
Illustrator
N-DESIGN Inc.
Expansion
Astral Radiance · Sword & Shield
Language
English
TCGplayer
272445

Attacks

Max Heat Burst 180
Fire · Fire · Colorless

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

GET /api/v1/pokemon/cards/swsh10-191vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10-191vh",
    "name": "Heatran VMAX",
    "number": "191",
    "printed_number": "191",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/191vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/191vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/191vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10",
      "name": "Astral Radiance",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "ASR",
      "printed_total": 189,
      "release_date": "2022/05/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "272445",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/191vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/191vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/191vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX"
    ],
    "types": [
      "Fire"
    ],
    "hp": "330",
    "abilities": [
      {
        "name": "Magma Gain",
        "text": "Once during your turn, if you have a Stadium in play, you may heal 50 damage from this Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Max Heat Burst",
        "text": "Your opponent's Active Pokémon is now Burned.",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare Rainbow",
    "artist": "N-DESIGN Inc.",
    "pricing": {
      "currency": "USD",
      "market": 6.91,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.91
        },
        {
          "condition": "LP",
          "price": 6.25
        },
        {
          "condition": "MP",
          "price": 4.94
        },
        {
          "condition": "HP",
          "price": 5.5
        },
        {
          "condition": "DMG",
          "price": 4.64
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 14.99,
          "low": 14.99,
          "high": 17.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 26.1,
          "low": 26.1,
          "high": 27,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 67.5,
          "low": 34.05,
          "high": 75,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16.25,
          "low": 16.25,
          "high": 17,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:50:29.227Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.14
      }
    }
  }
}