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

← POP Series 8
Heatran

Heatran

Rare #1 Pokémon Basic HP 100
Types
Fire
Illustrator
Ken Sugimori
Expansion
POP Series 8 · POP
Language
English
TCGplayer
86049

Attacks

Body Slam 20
Colorless · Colorless

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

Fire Spin 90
Fire · Fire · Fire · Colorless

Discard 2 Basic Energy cards attached to Heatran. (If you can't discard cards, this attack does nothing.

GET /api/v1/pokemon/cards/pop8-1?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop8-1",
    "name": "Heatran",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/1.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/1.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/1.large.webp"
      }
    ],
    "expansion": {
      "id": "pop8",
      "name": "POP Series 8",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2008/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86049",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/1.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/1.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/1.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Body Slam",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "20"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Fire Spin",
        "text": "Discard 2 Basic Energy cards attached to Heatran. (If you can't discard cards, this attack does nothing.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "+30"
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 2.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.05
        },
        {
          "condition": "LP",
          "price": 1.03
        },
        {
          "condition": "MP",
          "price": 0.92
        },
        {
          "condition": "HP",
          "price": 0.45
        },
        {
          "condition": "DMG",
          "price": 0.31
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "3",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 24.99,
          "low": 21.24,
          "high": 28.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:38:28.861Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.49
      }
    }
  }
}