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 Metapod and a Butterfree card, show them to your opponent, and put them into your hand. Shuffle your deck afterward.
Flip a coin. If heads, the Defending Pokémon is now Paralyzed.
/api/v1/pokemon/cards/ex6-56vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "ex6-56vrh",
"name": "Caterpie",
"number": "56",
"printed_number": "56",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/56vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/56vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/56vrh.large.webp"
}
],
"expansion": {
"id": "ex6",
"name": "FireRed & LeafGreen",
"total": 116,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "RG",
"printed_total": 112,
"release_date": "2004/09/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex6.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex6.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "84136",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/56vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/56vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/56vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Signs of Evolution",
"text": "Search your deck for a Metapod and a Butterfree card, show them to your opponent, and put them into your hand. Shuffle your deck afterward."
},
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "String Shot",
"text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Atsuko Nishida",
"pricing": {
"currency": "USD",
"market": 31.07,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 31.07
},
{
"condition": "LP",
"price": 15.49
},
{
"condition": "MP",
"price": 16.72
},
{
"condition": "HP",
"price": 14.28
},
{
"condition": "DMG",
"price": 9.38
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 58.17,
"low": 81.6,
"high": 81.6,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "7.5",
"value": 4,
"low": 3.4,
"high": 4.6,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 39.99,
"low": 39.99,
"high": 39.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "9",
"value": 29.36,
"low": 40.8,
"high": 40.8,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "9.5",
"value": 36.5,
"low": 34.99,
"high": 38,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 140.5,
"low": 119.43,
"high": 161.57,
"confidence": "low",
"value_kind": "feed",
"sold_count": 2
},
{
"company": "PSA",
"grade": "7",
"value": 51.53,
"low": 65,
"high": 65,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 74.99,
"low": 75,
"high": 75,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 101.33,
"low": 133.5,
"high": 133.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T03:08:11.992Z",
"trend_7d": {
"direction": "flat",
"percent": 0.03
}
}
}
}