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

← Battle Region
Radiant Heatran

Radiant Heatran

Common #11 Pokémon Basic HP 160
Types
Fire
Illustrator
Shigenori Negishi
Expansion
Battle Region · Sword & Shield
Language
Japanese
TCGplayer
570580

Attacks

Raging Bomber 70×
Fire · Colorless · Colorless

This attack does 70 damage for each damage counter on this Pokémon.

GET /api/v1/pokemon/cards/swsh9a_ja-11vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh9a_ja-11vh",
    "name": "Radiant Heatran",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja-11vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja-11vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja-11vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh9a_ja",
      "name": "Battle Region",
      "total": 93,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S9a",
      "printed_total": 67,
      "release_date": "2022/02/25",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh9a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh9a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Battle Region"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570580",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja-11vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja-11vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja-11vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Raging Bomber",
        "text": "This attack does 70 damage for each damage counter on this Pokémon.",
        "damage": "70×"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": 1.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.17
        },
        {
          "condition": "LP",
          "price": 1.01
        },
        {
          "condition": "MP",
          "price": 0.75
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 36.26,
          "low": 38.87,
          "high": 38.87,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:16:13.377Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}