Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Pitch Black
Heatran

Heatran

Uncommon #7 Pokémon Basic HP 140
Types
Fire
Illustrator
Takeshi Nakamura
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704764

Attacks

Singe
Fire

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

Lava Wall 120
Fire · Fire · Colorless

During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Burned Pokémon.

GET /api/v1/pokemon/cards/me5-7?include=prices 200 60ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-7",
    "name": "Heatran",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-7.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-7.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-7.large.png"
      }
    ],
    "expansion": {
      "id": "me5",
      "name": "Pitch Black",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PBL",
      "printed_total": 84,
      "release_date": "2026/07/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "704764",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-7.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-7.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-7.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Singe",
        "text": "Your opponent's Active Pokémon is now Burned."
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Lava Wall",
        "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Burned Pokémon.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Takeshi Nakamura",
    "pricing": {
      "currency": "USD",
      "market": 0.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.04
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T09:36:21.568Z",
      "trend_7d": {
        "direction": "down",
        "percent": -83.33
      }
    }
  }
}