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

← Fusion Arts
Heatmor

Heatmor

usually #16 Pokémon Basic HP 110
Types
Fire
Illustrator
Oswaldo KATO
Expansion
Fusion Arts · Sword & Shield
Language
Japanese
TCGplayer
569517

Attacks

Flame Cloak 20
Fire

Attach a Fire Energy card from your discard pile to this Pokémon.

Excite Flame 90
Fire · Fire · Colorless

If this Pokémon has at least 3 extra Energy attached (in addition to this attack's cost), this attack also does 180 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/swsh8_ja-16?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8_ja-16",
    "name": "Heatmor",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/16.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/16.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/16.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh8_ja",
      "name": "Fusion Arts",
      "total": 129,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S8",
      "printed_total": 100,
      "release_date": "2021/09/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Fusion Arts"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569517",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/16.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/16.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/16.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Flame Cloak",
        "text": "Attach a Fire Energy card from your discard pile to this Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Excite Flame",
        "text": "If this Pokémon has at least 3 extra Energy attached (in addition to this attack's cost), this attack also does 180 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Oswaldo KATO",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T05:48:28.014Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}