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

← Legends Awakened
Heatran (Staff Stamp)

Heatran (Staff Stamp)

Rare #30 Pokémon Basic HP 100
Types
Metal
Illustrator
Kouki Saitou
Expansion
Legends Awakened · Diamond & Pearl
Language
English
TCGplayer
186833

Attacks

Heavy Metal 40+
Colorless · Colorless · Colorless

Flip a coin for each Metal Energy attached to Heatran. This attack does 40 damage plus 20 more damage for each heads.

GET /api/v1/pokemon/cards/dp6-30vs?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp6-30vs",
    "name": "Heatran (Staff Stamp)",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6-30vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6-30vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6-30vs.large.webp"
      }
    ],
    "expansion": {
      "id": "dp6",
      "name": "Legends Awakened",
      "total": 146,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "LA",
      "printed_total": 146,
      "release_date": "2008/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "186833",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6-30vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6-30vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6-30vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Smelt",
        "text": "Once during your turn (before your attack), you may move a Metal Energy attached to 1 of your Pokémon to Heatran. This power can't be used if Heatran is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Heavy Metal",
        "text": "Flip a coin for each Metal Energy attached to Heatran. This attack does 40 damage plus 20 more damage for each heads.",
        "damage": "40+"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 133.98,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 133.98
        },
        {
          "condition": "LP",
          "price": 7.66
        },
        {
          "condition": "MP",
          "price": 4.75
        },
        {
          "condition": "HP",
          "price": 5.05
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 109.95,
          "low": 103.83,
          "high": 109.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 200,
          "low": 170,
          "high": 230,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T03:08:54.409Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}