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

Attach a Grass Energy from your hand to Cherubi.
/api/v1/pokemon/cards/pl3-96?include=prices 200 16ms{
"success": true,
"data": {
"id": "pl3-96",
"name": "Cherubi",
"number": "96",
"printed_number": "96",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/96.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/96.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/96.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": "84262",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/96.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/96.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/96.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "50",
"attacks": [
{
"cost": [],
"converted_energy_cost": 0,
"name": "Growth",
"text": "Attach a Grass Energy from your hand to Cherubi."
},
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Razor Leaf",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "+10"
}
],
"resistances": [
{
"type": "Water",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Saya Tsuruta",
"pricing": {
"currency": "USD",
"market": 1.63,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.63
},
{
"condition": "LP",
"price": 1.16
},
{
"condition": "MP",
"price": 0.67
},
{
"condition": "HP",
"price": 0.53
},
{
"condition": "DMG",
"price": 0.31
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 9.5,
"low": 8.07,
"high": 10.93,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:56:00.782Z",
"trend_7d": {
"direction": "down",
"percent": -1.21
}
}
}
}