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

Flip 3 coins. This attack does 30 damage times the number of heads. Cherrim is now Confused.
/api/v1/pokemon/cards/pl3-55?include=prices 200 15ms{
"success": true,
"data": {
"id": "pl3-55",
"name": "Cherrim",
"number": "55",
"printed_number": "55",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/55.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/55.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/55.large.webp"
}
],
"expansion": {
"id": "pl3",
"name": "Supreme Victors",
"total": 153,
"language": "English",
"language_code": "en",
"series": "Platinum",
"code": "SV",
"printed_total": 147,
"release_date": "2009/08/19",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "84254",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/55.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/55.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/55.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "80",
"attacks": [
{
"cost": [],
"converted_energy_cost": 0,
"name": "Ram",
"damage": "20"
},
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Petal Dance",
"text": "Flip 3 coins. This attack does 30 damage times the number of heads. Cherrim is now Confused.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "+20"
}
],
"resistances": [
{
"type": "Water",
"value": "-20"
}
],
"rarity": "Uncommon",
"artist": "Saya Tsuruta",
"pricing": {
"currency": "USD",
"market": 5.01,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 5.01
},
{
"condition": "LP",
"price": 3.08
},
{
"condition": "MP",
"price": 1.68
},
{
"condition": "HP",
"price": 1.35
},
{
"condition": "DMG",
"price": 1.71
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 3.25,
"low": 2.76,
"high": 3.74,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:56:00.782Z",
"trend_7d": {
"direction": "up",
"percent": 2.66
}
}
}
}