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 Exeggcute and put it onto your Bench. Then, shuffle your deck.
/api/v1/pokemon/cards/sm6-1vrh?include=prices 200 20ms{
"success": true,
"data": {
"id": "sm6-1vrh",
"name": "Exeggcute",
"number": "1",
"printed_number": "1",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/1vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/1vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/1vrh.large.webp"
}
],
"expansion": {
"id": "sm6",
"name": "Forbidden Light",
"total": 150,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "FLI",
"printed_total": 131,
"release_date": "2018/05/04",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "165648",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/1vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/1vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/1vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "40",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Multiply",
"text": "Search your deck for Exeggcute and put it onto your Bench. Then, shuffle your deck."
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Yuka Morii",
"pricing": {
"currency": "USD",
"market": 3.47,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.47
},
{
"condition": "LP",
"price": 1.58
},
{
"condition": "MP",
"price": 0.99
},
{
"condition": "HP",
"price": 0.49
}
],
"graded": [
{
"company": "PSA",
"grade": "6",
"value": 14.95,
"low": 12.71,
"high": 17.19,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 13,
"low": 11.05,
"high": 14.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 16.87,
"low": 12.8,
"high": 16.87,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:18:42.165Z",
"trend_7d": {
"direction": "up",
"percent": 1.46
}
}
}
}