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

← Mega Evolution Black Star Promos
Tyrantrum

Tyrantrum

Promo #66 Pokémon Stage 2 HP 180
Types
Fighting
Illustrator
Nisota Niso
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
685496

Attacks

Wreak Havoc 160
Fighting · Colorless

Flip a coin until you get tails. For each heads, discard the top card of your opponent's deck.

GET /api/v1/pokemon/cards/mep-66vh?include=prices 200 89ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-66vh",
    "name": "Tyrantrum",
    "number": "66",
    "printed_number": "66",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-66vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-66vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-66vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mep",
      "name": "Mega Evolution Black Star Promos",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEP",
      "printed_total": 112,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "685496",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-66vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-66vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-66vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "180",
    "abilities": [
      {
        "name": "Tyrannically Gusty",
        "text": "If this Pokémon has any Special Energy attached, it gets +150HP.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Wreak Havoc",
        "text": "Flip a coin until you get tails. For each heads, discard the top card of your opponent's deck.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Nisota Niso",
    "pricing": {
      "currency": "USD",
      "market": 15.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15.54
        },
        {
          "condition": "LP",
          "price": 15.44
        },
        {
          "condition": "MP",
          "price": 14.1
        },
        {
          "condition": "HP",
          "price": 11.03
        },
        {
          "condition": "DMG",
          "price": 15
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 162.32,
          "low": 137.97,
          "high": 186.67,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 81,
          "low": 68.85,
          "high": 93.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 935,
          "low": 820,
          "high": 980,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 81,
          "low": 67.5,
          "high": 108.15,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-21T02:57:46.786Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.06
      }
    }
  }
}