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

Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward.
Flip a coin. If heads, this attack does 10 damage plus 20 more damage.
/api/v1/pokemon/cards/ex14-47vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "ex14-47vrh",
"name": "Cacnea",
"number": "47",
"printed_number": "47",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/47vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/47vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/47vrh.large.webp"
}
],
"expansion": {
"id": "ex14",
"name": "Crystal Guardians",
"total": 100,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "CG",
"printed_total": 100,
"release_date": "2006/08/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex14.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex14.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "84073",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/47vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/47vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/47vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Call for Family",
"text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward."
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Rising Lunge",
"text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Tomokazu Komiya",
"pricing": {
"currency": "USD",
"market": 9.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 9.99
},
{
"condition": "LP",
"price": 9.65
},
{
"condition": "MP",
"price": 7.08
},
{
"condition": "HP",
"price": 2.72
},
{
"condition": "DMG",
"price": 2.39
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 80.25,
"low": 28,
"high": 132.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "4.5",
"value": 19,
"low": 16.15,
"high": 21.85,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 6,
"low": 6,
"high": 24.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 2,
"low": 2,
"high": 49.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 1102.21,
"low": 795,
"high": 1304.42,
"confidence": "med",
"value_kind": "sold",
"sold_count": 4
},
{
"company": "PSA",
"grade": "5",
"value": 45,
"low": 38.25,
"high": 51.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 16,
"low": 6.5,
"high": 16,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 46.4,
"low": 75,
"high": 75,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 124.99,
"low": 119.8,
"high": 156.24,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "TAG",
"grade": "9",
"value": 16,
"low": 13.6,
"high": 18.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:53:59.706Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}