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 Supporter card, reveal it, and put it into your hand. Then, shuffle your deck.
If your opponent's Active Pokémon is a Basic Pokémon, it is now Confused.
/api/v1/pokemon/cards/clc-16vh?include=prices 200 19ms{
"success": true,
"data": {
"id": "clc-16vh",
"name": "Stantler",
"number": "16",
"printed_number": "16",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/16vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/16vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/16vh.large.webp"
}
],
"expansion": {
"id": "clc",
"name": "Pokémon TCG Classic - Charizard",
"total": 34,
"language": "English",
"language_code": "en",
"series": "Other",
"code": "CLC",
"printed_total": 34,
"release_date": "2023/11/16",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clc.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clc.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "527950",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/16vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/16vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/16vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "70",
"attacks": [
{
"cost": [],
"converted_energy_cost": 0,
"name": "Lead",
"text": "Search your deck for a Supporter card, reveal it, and put it into your hand. Then, shuffle your deck."
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Frighten Horn",
"text": "If your opponent's Active Pokémon is a Basic Pokémon, it is now Confused.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Kouki Saitou",
"pricing": {
"currency": "USD",
"market": 0.83,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.83
},
{
"condition": "LP",
"price": 0.71
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 14.26,
"low": 12.39,
"high": 29.25,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 9.12,
"low": 4.95,
"high": 10.75,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "CGC",
"grade": "9.5",
"value": 5.09,
"low": 5,
"high": 5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "10",
"value": 70.34,
"low": 76.5,
"high": 88.49,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "9",
"value": 10.27,
"low": 9.99,
"high": 9.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T02:44:42.363Z",
"trend_7d": {
"direction": "down",
"percent": -1.19
}
}
}
}