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 up to 2 Basic Grass Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck.
/api/v1/pokemon/cards/clv-5vh?include=prices 200 22ms{
"success": true,
"data": {
"id": "clv-5vh",
"name": "Parasect",
"number": "5",
"printed_number": "5",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/5vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/5vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/5vh.large.webp"
}
],
"expansion": {
"id": "clv",
"name": "Pokémon TCG Classic - Venusaur",
"total": 34,
"language": "English",
"language_code": "en",
"series": "Other",
"code": "CLV",
"printed_total": 34,
"release_date": "2023/11/16",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clv.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clv.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "527887",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/5vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/5vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/5vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "80",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Nutritional Support",
"text": "Search your deck for up to 2 Basic Grass Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck."
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Kagemaru Himeno",
"pricing": {
"currency": "USD",
"market": 0.93,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.93
},
{
"condition": "LP",
"price": 0.83
},
{
"condition": "MP",
"price": 0.7
}
],
"graded": [
{
"company": "AGS",
"grade": "10",
"value": 10.5,
"low": 5,
"high": 15.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "AGS",
"grade": "9.5",
"value": 7.5,
"low": 6.38,
"high": 8.63,
"confidence": "low",
"value_kind": "feed",
"sold_count": 2
},
{
"company": "CGC",
"grade": "10",
"value": 12.5,
"low": 12.44,
"high": 12.5,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 10,
"low": 9.56,
"high": 10,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 4.99,
"low": 4.99,
"high": 4.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 14.06,
"low": 16.04,
"high": 16.45,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "9",
"value": 14.85,
"low": 21.99,
"high": 21.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T02:13:05.205Z",
"trend_7d": {
"direction": "up",
"percent": 3.33
}
}
}
}