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 up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck.
/api/v1/pokemon/cards/swsh9-124vrh?include=prices 200 24ms{
"success": true,
"data": {
"id": "swsh9-124vrh",
"name": "Minccino",
"number": "124",
"printed_number": "124",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/124vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/124vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/124vrh.large.webp"
}
],
"expansion": {
"id": "swsh9",
"name": "Brilliant Stars",
"total": 186,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "BRS",
"printed_total": 172,
"release_date": "2022/02/25",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh9.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh9.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "263847",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/124vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/124vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/124vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Call for Family",
"text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck."
},
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Pound",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Mina Nakai",
"pricing": {
"currency": "USD",
"market": 0.38,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.38
},
{
"condition": "LP",
"price": 0.31
},
{
"condition": "MP",
"price": 0.2
},
{
"condition": "HP",
"price": 0.35
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "7",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:20:37.154Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}