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-65vs?include=prices 200 24ms{
"success": true,
"data": {
"id": "mep-65vs",
"name": "Barbaracle (Staff Stamp)",
"number": "65",
"printed_number": "65",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-65vs.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-65vs.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-65vs.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-65vs.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-65vs.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-65vs.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fighting"
],
"hp": "130",
"attacks": [
{
"cost": [
"Fighting",
"Fighting",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Hammer In",
"damage": "80"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Promo",
"artist": "Hasuno",
"pricing": {
"currency": "USD",
"market": 17.12,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 17.12
},
{
"condition": "MP",
"price": 15
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 194.75,
"low": 194.75,
"high": 224.88,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 9.5,
"low": 8.07,
"high": 10.93,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 36,
"low": 32.5,
"high": 41,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T04:07:06.090Z",
"trend_7d": {
"direction": "down",
"percent": -2.73
}
}
}
}