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

← DP Black Star Promos
Heatran LV.X

Heatran LV.X

Promo #DP31 Pokémon Level-Up HP 120
Types
Fire
Illustrator
Shizurow
Expansion
DP Black Star Promos · Diamond & Pearl
Language
English
TCGplayer
86055
GET /api/v1/pokemon/cards/dpp-DP31vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dpp-DP31vh",
    "name": "Heatran LV.X",
    "number": "DP31",
    "printed_number": "DP31",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP31vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP31vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP31vh.large.webp"
      }
    ],
    "expansion": {
      "id": "dpp",
      "name": "DP Black Star Promos",
      "total": 56,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "PR-DPP",
      "printed_total": 56,
      "release_date": "2007/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dpp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dpp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86055",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP31vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP31vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP31vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Level-Up"
    ],
    "types": [
      "Fire"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Heat Metal",
        "text": "Your opponent can't remove the Special Condition Burned by evolving or devolving his or her Burned Pokémon. (This also includes putting a Pokémon Level-Up card onto the Burned Pokémon.) Whenever your opponent flips a coin for the Special Condition Burned between turns, treat it as tails.",
        "type": "Poké-Body"
      },
      {
        "name": "Heat Wave",
        "text": "Once at the end of your turn, if Heatran is on your Bench, you may use this power. If you discarded basic Energy cards attached to your Fire or Metal Active Pokémon by using that Pokémon's attack this turn, attach up to 2 of those Energy cards to that Pokémon.",
        "type": "Poké-Power"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Shizurow",
    "pricing": {
      "currency": "USD",
      "market": 17.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 17.25
        },
        {
          "condition": "MP",
          "price": 14.58
        },
        {
          "condition": "HP",
          "price": 8.77
        },
        {
          "condition": "DMG",
          "price": 6.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 34.5,
          "low": 29.33,
          "high": 39.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 82.95,
          "low": 99.99,
          "high": 99.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "2",
          "value": 21.18,
          "low": 28.74,
          "high": 28.74,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:43:21.960Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}