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

← Prismatic Evolutions
Heatran  (Master Ball)

Heatran (Master Ball)

Uncommon #68 Pokémon Basic HP 130
Types
Metal
Illustrator
Tonji Matsuno
Expansion
Prismatic Evolutions · Scarlet & Violet
Language
English
TCGplayer
610686

Attacks

Wrack Down 40
Metal · Colorless
Iron Buster 130
Metal · Metal · Colorless

During your next turn, this Pokémon can't attack.

GET /api/v1/pokemon/cards/sv8pt5-68vmh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8pt5-68vmh",
    "name": "Heatran  (Master Ball)",
    "number": "68",
    "printed_number": "68",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/68vmh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/68vmh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/68vmh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8pt5",
      "name": "Prismatic Evolutions",
      "total": 180,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PRE",
      "printed_total": 131,
      "release_date": "2025/01/17",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8pt5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "610686",
    "variants": [
      {
        "name": "masterBall",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/68vmh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/68vmh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/68vmh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Wrack Down",
        "damage": "40"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Iron Buster",
        "text": "During your next turn, this Pokémon can't attack.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Tonji Matsuno",
    "pricing": {
      "currency": "USD",
      "market": 1.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.23
        },
        {
          "condition": "LP",
          "price": 1.16
        },
        {
          "condition": "MP",
          "price": 1.2
        },
        {
          "condition": "DMG",
          "price": 0.62
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 39,
          "low": 18,
          "high": 60,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7.25,
          "low": 6.16,
          "high": 8.34,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 127.25,
          "low": 127.25,
          "high": 150,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 9.38,
          "low": 7.97,
          "high": 10.79,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15.56,
          "low": 7.5,
          "high": 24.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "9",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:55:30.220Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.36
      }
    }
  }
}