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

← GG End
Heatran-GX

Heatran-GX

Super Rare #55 Pokémon BasicGX HP 190
Types
Fire
Illustrator
ConceptLab
Expansion
GG End · Sun & Moon
Language
Japanese
TCGplayer
574231

Attacks

Steaming Stomp 130
Fire · Fire · Colorless
Hot Burn-GX 50×
Fire

This attack does 50 damage times the amount of Fire Energy attached to this Pokémon. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm10a_ja-55vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10a_ja-55vh",
    "name": "Heatran-GX",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10a_ja/55vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10a_ja/55vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10a_ja/55vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10a_ja",
      "name": "GG End",
      "total": 69,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "sm10a",
      "printed_total": 54,
      "release_date": "2019/04/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "GG End"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574231",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10a_ja/55vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10a_ja/55vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10a_ja/55vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Fire"
    ],
    "hp": "190",
    "abilities": [
      {
        "name": "Burning Road",
        "text": "Once during your turn, when this Pokémon moves from your Bench to become your Active Pokémon, you may move any number of Fire Energy from your other Pokémon to it.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Steaming Stomp",
        "damage": "130"
      },
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Hot Burn-GX",
        "text": "This attack does 50 damage times the amount of Fire Energy attached to this Pokémon. (You can't use more than 1 GX attack in a game.)",
        "damage": "50×"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "ConceptLab",
    "pricing": {
      "currency": "USD",
      "market": 3.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.23
        },
        {
          "condition": "LP",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 32.5,
          "low": 27.63,
          "high": 37.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 28.02,
          "low": 19.5,
          "high": 19.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:43:03.363Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.27
      }
    }
  }
}