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 Pokémon and put them onto your Bench. Then, shuffle your deck.
Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned.
/api/v1/pokemon/cards/clv-4vh?include=prices 200 18ms{
"success": true,
"data": {
"id": "clv-4vh",
"name": "Paras",
"number": "4",
"printed_number": "4",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/4vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/4vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/4vh.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": "527886",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/4vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/4vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/4vh.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 up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck."
},
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Toxic Spore",
"text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Yuka Morii",
"pricing": {
"currency": "USD",
"market": 4.24,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 4.24
},
{
"condition": "LP",
"price": 1.93
}
],
"graded": [
{
"company": "ACE",
"grade": "9.5",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "AGS",
"grade": "10",
"value": 1.25,
"low": 1.06,
"high": 1.44,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "10",
"value": 12.53,
"low": 10,
"high": 19.75,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 13,
"low": 11.05,
"high": 14.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 5.26,
"low": 6.5,
"high": 6.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 10.5,
"low": 8.92,
"high": 12.08,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 15.25,
"low": 10.5,
"high": 10.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T02:13:05.205Z",
"trend_7d": {
"direction": "up",
"percent": 7.61
}
}
}
}