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

← Noble Victories
Heatmor

Heatmor

Uncommon #18 Pokémon Basic HP 90
Types
Fire
Illustrator
Kouki Saitou
Expansion
Noble Victories · Black & White
Language
English
TCGplayer
86044

Attacks

Singe
Fire

The Defending Pokémon is now Burned.

Incinerate 30
Fire · Colorless

Before doing damage, discard a Pokémon Tool card attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/bw3-18vrh?include=prices 200 44ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3-18vrh",
    "name": "Heatmor",
    "number": "18",
    "printed_number": "18",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/18vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/18vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/18vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3",
      "name": "Noble Victories",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NVI",
      "printed_total": 101,
      "release_date": "2011/11/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86044",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/18vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/18vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/18vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Singe",
        "text": "The Defending Pokémon is now Burned."
      },
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Incinerate",
        "text": "Before doing damage, discard a Pokémon Tool card attached to the Defending Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 1.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.09
        },
        {
          "condition": "MP",
          "price": 0.75
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:37:59.119Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}