Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

Draw a card.
/api/v1/pokemon/cards/clv-8vh?include=prices 200 18ms{
"success": true,
"data": {
"id": "clv-8vh",
"name": "Sandshrew",
"number": "8",
"printed_number": "8",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/8vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/8vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/8vh.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": "527893",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/8vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/8vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/8vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Collect",
"text": "Draw a card."
},
{
"cost": [
"Fighting",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Rolling Tackle",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Sekio",
"pricing": {
"currency": "USD",
"market": 3.06,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.06
},
{
"condition": "LP",
"price": 1.84
},
{
"condition": "HP",
"price": 0.65
}
],
"graded": [
{
"company": "AGS",
"grade": "9.5",
"value": 11.1,
"low": 10,
"high": 10,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "10",
"value": 12.41,
"low": 12.31,
"high": 13.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 24.99,
"low": 21.24,
"high": 28.74,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 41,
"low": 34.85,
"high": 47.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 31.95,
"low": 27.16,
"high": 36.74,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 10.46,
"low": 16.5,
"high": 16.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T02:13:05.205Z",
"trend_7d": {
"direction": "up",
"percent": 0.99
}
}
}
}