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

← To Have Seen the Battle Rainbow
Heatmor

Heatmor

usually #15 Pokémon Basic HP 110
Types
Fire
Illustrator
Anesaki Dynamic
Expansion
To Have Seen the Battle Rainbow · Sun & Moon
Language
Japanese
TCGplayer
572411

Attacks

Odor Sleuth
Colorless · Colorless

Flip 2 coins. For each heads, put a card from your discard pile into your hand.

Searing Flame 60
Fire · Colorless · Colorless

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

GET /api/v1/pokemon/cards/sm3h_ja-15?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3h_ja-15",
    "name": "Heatmor",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/15.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/15.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/15.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3h_ja",
      "name": "To Have Seen the Battle Rainbow",
      "total": 64,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM3H",
      "printed_total": 51,
      "release_date": "2017/06/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3h_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3h_ja.symbol.png",
      "translation": {
        "en": {
          "name": "To Have Seen the Battle Rainbow"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572411",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/15.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/15.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/15.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Odor Sleuth",
        "text": "Flip 2 coins. For each heads, put a card from your discard pile into your hand."
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Searing Flame",
        "text": "Your opponent's Active Pokémon is now Burned.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 0.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.54
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:00:36.201Z",
      "trend_7d": {
        "direction": "up",
        "percent": 68.75
      }
    }
  }
}