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 20 damage from this Pokémon.
Flip 4 coins. This attack does 20 damage times the number of heads.
/api/v1/pokemon/cards/mcd11-2vh?include=prices 200 18ms{
"success": true,
"data": {
"id": "mcd11-2vh",
"name": "Maractus",
"number": "2",
"printed_number": "2",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/2vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/2vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/2vh.large.webp"
}
],
"expansion": {
"id": "mcd11",
"name": "McDonald's Collection 2011",
"total": 12,
"language": "English",
"language_code": "en",
"series": "Other",
"printed_total": 12,
"release_date": "2011/06/17",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd11.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd11.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "87189",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/2vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/2vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/2vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "80",
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Mega Drain",
"text": "Heal 20 damage from this Pokémon.",
"damage": "20"
},
{
"cost": [
"Grass",
"Grass",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Pin Missile",
"text": "Flip 4 coins. This attack does 20 damage times the number of heads.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Water",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Kagemaru Himeno",
"pricing": {
"currency": "USD",
"market": 5.73,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 5.73
},
{
"condition": "LP",
"price": 3.48
},
{
"condition": "MP",
"price": 2.3
},
{
"condition": "HP",
"price": 1.79
},
{
"condition": "DMG",
"price": 1.12
}
],
"graded": [
{
"company": "CGC",
"grade": "7",
"value": 15,
"low": 12.75,
"high": 17.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "5",
"value": 5,
"low": 4.25,
"high": 5.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 8.5,
"low": 7.23,
"high": 9.77,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 56,
"low": 47.6,
"high": 64.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:26:12.007Z",
"trend_7d": {
"direction": "flat",
"percent": 0.17
}
}
}
}