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

/api/v1/pokemon/cards/clv-18vh?include=prices 200 23ms{
"success": true,
"data": {
"id": "clv-18vh",
"name": "Bill",
"number": "18",
"printed_number": "18",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/18vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/18vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/18vh.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": "527907",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/18vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/18vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/18vh.large.webp"
}
]
}
],
"supertype": "Trainer",
"rarity": "Common",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 0.28,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.28
},
{
"condition": "LP",
"price": 0.24
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "SGC",
"grade": "10",
"value": 4.25,
"low": 3.61,
"high": 4.89,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:13:05.205Z",
"trend_7d": {
"direction": "up",
"percent": 3.7
}
}
}
}