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

← Dark Rush
Heatmor

Heatmor

Non #13 Pokémon Basic
Types
Fire
Illustrator
Mitsuhiro Arita
Expansion
Dark Rush · Black & White
Language
Japanese
TCGplayer
601388

Attacks

Hot Lick 10+
Colorless

If the Defending Pokémon is Durant, this attack does 50 more damage.

Firebreathing 50+
Fire · Colorless · Colorless

Flip a coin. If heads, this attack does 20 more damage.

GET /api/v1/pokemon/cards/bw4_ja-13?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw4_ja-13",
    "name": "Heatmor",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/13.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/13.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/13.large.webp"
      }
    ],
    "expansion": {
      "id": "bw4_ja",
      "name": "Dark Rush",
      "total": 76,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW4",
      "printed_total": 69,
      "release_date": "2011/12/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dark Rush"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601388",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/13.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/13.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/13.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Hot Lick",
        "text": "If the Defending Pokémon is Durant, this attack does 50 more damage.",
        "damage": "10+"
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Firebreathing",
        "text": "Flip a coin. If heads, this attack does 20 more damage.",
        "damage": "50+"
      }
    ],
    "rarity": "Non",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 90,
          "low": 76.5,
          "high": 103.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-17T03:02:49.016Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.54
      }
    }
  }
}