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

Heal 10 damage from this Pokémon.
/api/v1/pokemon/cards/mcd22-3vh?include=prices 200 16ms{
"success": true,
"data": {
"id": "mcd22-3vh",
"name": "Gossifleur",
"number": "3",
"printed_number": "3",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/3vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/3vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/3vh.large.webp"
}
],
"expansion": {
"id": "mcd22",
"name": "McDonald's Collection 2022",
"total": 15,
"language": "English",
"language_code": "en",
"series": "Other",
"printed_total": 15,
"release_date": "2022/08/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd22.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd22.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "281482",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/3vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/3vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/3vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "50",
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Blot",
"text": "Heal 10 damage from this Pokémon.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Mizue",
"pricing": {
"currency": "USD",
"market": 0.39,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.39
},
{
"condition": "LP",
"price": 0.3
},
{
"condition": "MP",
"price": 0.31
},
{
"condition": "HP",
"price": 0.28
},
{
"condition": "DMG",
"price": 0.2
}
],
"graded": [
{
"company": "PSA",
"grade": "6",
"value": 1,
"low": 0.85,
"high": 1.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 7.76,
"low": 8.65,
"high": 9.84,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "9",
"value": 15,
"low": 12.75,
"high": 17.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:53:22.152Z",
"trend_7d": {
"direction": "up",
"percent": 2.63
}
}
}
}