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 2 cards. Then, put a card from your hand on the bottom of your deck.
Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.
/api/v1/pokemon/cards/xy10-1vrh?include=prices 200 171ms{
"success": true,
"data": {
"id": "xy10-1vrh",
"name": "Shuckle",
"number": "1",
"printed_number": "1",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/1vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/1vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/1vrh.large.webp"
}
],
"expansion": {
"id": "xy10",
"name": "Fates Collide",
"total": 129,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "FCO",
"printed_total": 124,
"release_date": "2016/05/02",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "117764",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/1vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/1vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/1vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "80",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Hide a Berry",
"text": "Draw 2 cards. Then, put a card from your hand on the bottom of your deck."
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Wrap",
"text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "sui",
"pricing": {
"currency": "USD",
"market": 2.17,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.17
},
{
"condition": "LP",
"price": 0.96
},
{
"condition": "MP",
"price": 0.6
},
{
"condition": "HP",
"price": 0.6
},
{
"condition": "DMG",
"price": 1
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 14.99,
"low": 12.74,
"high": 17.24,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 11,
"low": 9.35,
"high": 12.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:50:16.099Z",
"trend_7d": {
"direction": "up",
"percent": 2.36
}
}
}
}