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

← Brilliant Stars
Heatran

Heatran

Rare #100 Pokémon Basic HP 140
Types
Metal
Illustrator
Yuya Oka
Expansion
Brilliant Stars · Sword & Shield
Language
English
TCGplayer
263819

Attacks

Guard Claw 30
Colorless · Colorless

During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).

Iron Hammer 80
Metal · Metal · Colorless

If this Pokémon has any Fire Energy attached, this attack does 80 more damage.

GET /api/v1/pokemon/cards/swsh9-100vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh9-100vrh",
    "name": "Heatran",
    "number": "100",
    "printed_number": "100",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/100vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/100vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/100vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh9",
      "name": "Brilliant Stars",
      "total": 186,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "BRS",
      "printed_total": 172,
      "release_date": "2022/02/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "263819",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/100vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/100vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/100vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Guard Claw",
        "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
        "damage": "30"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Iron Hammer",
        "text": "If this Pokémon has any Fire Energy attached, this attack does 80 more damage.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Yuya Oka",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        },
        {
          "condition": "LP",
          "price": 0.13
        },
        {
          "condition": "MP",
          "price": 0.18
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:01:59.102Z",
      "trend_7d": {
        "direction": "up",
        "percent": 11.11
      }
    }
  }
}