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

/api/v1/pokemon/cards/mep-68vcos?include=prices 200 18ms{
"success": true,
"data": {
"id": "mep-68vcos",
"name": "Makuhita (Cosmos Holofoil)",
"number": "68",
"printed_number": "68",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/68vcos.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/68vcos.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/68vcos.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": "cosmosHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/68vcos.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/68vcos.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/68vcos.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "80",
"attacks": [
{
"cost": [
"Fighting"
],
"converted_energy_cost": 1,
"name": "Corkscrew Punch",
"damage": "10"
},
{
"cost": [
"Fighting",
"Fighting"
],
"converted_energy_cost": 2,
"name": "Confront",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Promo",
"pricing": {
"currency": "USD",
"market": 0.31,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.31
},
{
"condition": "HP",
"price": 0.23
},
{
"condition": "DMG",
"price": 0.24
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 317.75,
"low": 171.95,
"high": 463.54,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "8",
"value": 10.65,
"low": 9.66,
"high": 12.15,
"confidence": "high",
"value_kind": "sold",
"sold_count": 6
},
{
"company": "PSA",
"grade": "9",
"value": 11.4,
"low": 10.5,
"high": 14.4,
"confidence": "high",
"value_kind": "sold",
"sold_count": 25
}
],
"market_updated_at": "2026-09-21T19:38:14.084Z",
"trend_7d": {
"direction": "up",
"percent": 14.81
}
}
}
}