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

Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck.
/api/v1/pokemon/cards/mep-80vh?include=prices 200 15ms{
"success": true,
"data": {
"id": "mep-80vh",
"name": "Fennekin",
"number": "80",
"printed_number": "80",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-80vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-80vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-80vh.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": "694694",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-80vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-80vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-80vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Call for Family",
"text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck."
},
{
"cost": [
"Fire"
],
"converted_energy_cost": 1,
"name": "Steady Firebreathing",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Promo",
"artist": "satoma",
"pricing": {
"currency": "USD",
"market": 2.13,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.13
}
],
"graded": [
{
"company": "ACE",
"grade": "10",
"value": 31.68,
"low": 23.91,
"high": 37.19,
"confidence": "high",
"value_kind": "sold",
"sold_count": 8,
"trend": {
"direction": "up",
"percent": 29.9
}
},
{
"company": "ACE",
"grade": "9",
"value": 20.91,
"low": 20.3,
"high": 31.26,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "AGS",
"grade": "9",
"value": 7.5,
"low": 7.5,
"high": 7.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "9",
"value": 10.8,
"low": 10.8,
"high": 10.8,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 149.99,
"low": 59.94,
"high": 185.99,
"confidence": "high",
"value_kind": "sold",
"sold_count": 8
},
{
"company": "PSA",
"grade": "9",
"value": 17.47,
"low": 15.5,
"high": 28.49,
"confidence": "high",
"value_kind": "sold",
"sold_count": 14,
"trend": {
"direction": "down",
"percent": -36.4
}
}
],
"market_updated_at": "2026-09-21T02:57:46.786Z",
"trend_7d": {
"direction": "down",
"percent": -10.13
}
}
}
}