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-80vpc?include=prices 200 19ms{
"success": true,
"data": {
"id": "mep-80vpc",
"name": "Fennekin (Pokemon Center Stamp)",
"number": "80",
"printed_number": "80",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-80vpc.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-80vpc.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-80vpc.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": "pokemonCenterStamp",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-80vpc.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-80vpc.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-80vpc.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": 33.71,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 33.71
},
{
"condition": "MP",
"price": 28.04
}
],
"graded": [
{
"company": "ACE",
"grade": "10",
"value": 45.07,
"low": 38.31,
"high": 51.83,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "ACE",
"grade": "9",
"value": 23.6,
"low": 23.55,
"high": 26.15,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 1258.75,
"low": 1150.63,
"high": 1366.88,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 32.5,
"low": 32.5,
"high": 33,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 62.99,
"low": 61.98,
"high": 64,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T04:07:06.090Z",
"trend_7d": {
"direction": "down",
"percent": -2.99
}
}
}
}