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

← Dragon Majesty
Heatmor

Heatmor

Uncommon #10 Pokémon Basic HP 110
Types
Fire
Illustrator
Ken Sugimori
Expansion
Dragon Majesty · Sun & Moon
Language
English
TCGplayer
175312

Attacks

Singe
Fire

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

Charring Breath 120
Fire · Fire

If your opponent's Active Pokémon isn't Burned, this attack does nothing.

GET /api/v1/pokemon/cards/sm75-10vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm75-10vrh",
    "name": "Heatmor",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/10vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/10vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/10vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm75",
      "name": "Dragon Majesty",
      "total": 80,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "DRM",
      "printed_total": 70,
      "release_date": "2018/09/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "175312",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/10vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/10vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/10vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Singe",
        "text": "Your opponent's Active Pokémon is now Burned."
      },
      {
        "cost": [
          "Fire",
          "Fire"
        ],
        "converted_energy_cost": 2,
        "name": "Charring Breath",
        "text": "If your opponent's Active Pokémon isn't Burned, this attack does nothing.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.77,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.77
        },
        {
          "condition": "LP",
          "price": 0.49
        },
        {
          "condition": "MP",
          "price": 0.61
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:56:51.413Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}