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

Flip a coin until you get tails. For each heads, discard the top card of your opponent's deck.
/api/v1/pokemon/cards/mep-66vs?include=prices 200 32ms{
"success": true,
"data": {
"id": "mep-66vs",
"name": "Tyrantrum (Staff Stamp)",
"number": "66",
"printed_number": "66",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-66vs.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-66vs.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-66vs.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": null,
"variants": [
{
"name": "staffStamp",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-66vs.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-66vs.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-66vs.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": 46.21,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 46.21
},
{
"condition": "LP",
"price": 45.68
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 1016,
"low": 1011.5,
"high": 1016,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 66,
"low": 56.1,
"high": 75.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 43.67,
"low": 43.01,
"high": 44.34,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 107.65,
"low": 100,
"high": 127.5,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T12:51:57.963Z",
"trend_7d": {
"direction": "down",
"percent": -1.89
}
}
}
}