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

Remove 2 damage counters from Cherubi.
Flip 4 coins. This attack does 10 damage times the number of heads.
/api/v1/pokemon/cards/dp7-56?include=prices 200 17ms{
"success": true,
"data": {
"id": "dp7-56",
"name": "Cherubi",
"number": "56",
"printed_number": "56",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/56.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/56.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/56.large.webp"
}
],
"expansion": {
"id": "dp7",
"name": "Stormfront",
"total": 106,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "SF",
"printed_total": 100,
"release_date": "2008/11/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp7.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp7.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "84261",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/56.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/56.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/56.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "50",
"attacks": [
{
"cost": [],
"converted_energy_cost": 0,
"name": "Nap",
"text": "Remove 2 damage counters from Cherubi."
},
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Bullet Seed",
"text": "Flip 4 coins. This attack does 10 damage times the number of heads.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "+10"
}
],
"resistances": [
{
"type": "Water",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Tomokazu Komiya",
"pricing": {
"currency": "USD",
"market": 2.43,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.43
},
{
"condition": "LP",
"price": 2.2
},
{
"condition": "MP",
"price": 1.34
},
{
"condition": "HP",
"price": 0.81
},
{
"condition": "DMG",
"price": 1.37
}
],
"graded": [
{
"company": "CGC",
"grade": "8",
"value": 14.99,
"low": 14.99,
"high": 14.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "8.5",
"value": 5.5,
"low": 4.68,
"high": 6.32,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 8.5,
"low": 7.23,
"high": 9.77,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 10.5,
"low": 8.92,
"high": 12.08,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 9.86,
"low": 8.07,
"high": 12.59,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-08-29T05:10:25.312Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}