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 card that evolves from Shuppet and put it onto Shuppet. (This counts as evolving Shuppet.) Shuffle your deck afterward.
/api/v1/pokemon/cards/ex14-40vrh?include=prices 200 15ms{
"success": true,
"data": {
"id": "ex14-40vrh",
"name": "Shuppet",
"number": "40",
"printed_number": "40",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/40vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/40vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/40vrh.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": "89198",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/40vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/40vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/40vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "40",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Ascension",
"text": "Search your deck for a card that evolves from Shuppet and put it onto Shuppet. (This counts as evolving Shuppet.) Shuffle your deck afterward."
},
{
"cost": [
"Psychic",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Tackle",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Darkness",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-30"
}
],
"rarity": "Uncommon",
"artist": "Atsuko Nishida",
"pricing": {
"currency": "USD",
"market": 21.93,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 21.93
},
{
"condition": "LP",
"price": 11.5
},
{
"condition": "MP",
"price": 5.38
},
{
"condition": "HP",
"price": 5.64
},
{
"condition": "DMG",
"price": 4.98
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 124.99,
"low": 99.99,
"high": 425.69,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "6",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 26.99,
"low": 22.94,
"high": 31.04,
"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": 18,
"low": 15.3,
"high": 20.7,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 138,
"low": 100.8,
"high": 138,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 14.99,
"low": 12.74,
"high": 17.24,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 67.54,
"low": 113.42,
"high": 113.42,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T03:29:46.787Z",
"trend_7d": {
"direction": "down",
"percent": -20.43
}
}
}
}