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 Pokémon that evolve from an Item card that has "Fossil" in its name and put them onto your Bench. Then, shuffle your deck.
If the Defending Pokémon is an Evolution Pokémon, it can't attack during your opponent's next turn.
/api/v1/pokemon/cards/swsh12-35vh?include=prices 200 16ms{
"success": true,
"data": {
"id": "swsh12-35vh",
"name": "Omastar V",
"number": "35",
"printed_number": "35",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/35vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/35vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/35vh.large.webp"
}
],
"expansion": {
"id": "swsh12",
"name": "Silver Tempest",
"total": 215,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "SIT",
"printed_total": 195,
"release_date": "2022/11/11",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "451668",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/35vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/35vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/35vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic",
"V"
],
"types": [
"Water"
],
"hp": "190",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Primal Guidance",
"text": "Search your deck for up to 2 Pokémon that evolve from an Item card that has \"Fossil\" in its name and put them onto your Bench. Then, shuffle your deck."
},
{
"cost": [
"Water",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Tentacle Lock",
"text": "If the Defending Pokémon is an Evolution Pokémon, it can't attack during your opponent's next turn.",
"damage": "110"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Rare Holo V",
"artist": "Saki Hayashiro",
"pricing": {
"currency": "USD",
"market": 1,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1
},
{
"condition": "LP",
"price": 0.88
},
{
"condition": "MP",
"price": 0.82
},
{
"condition": "HP",
"price": 0.4
},
{
"condition": "DMG",
"price": 0.85
}
],
"graded": [
{
"company": "AGS",
"grade": "10",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "10",
"value": 13.75,
"low": 13.38,
"high": 41.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 32.35,
"low": 27.2,
"high": 36.8,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "7",
"value": 7.05,
"low": 5.99,
"high": 8.11,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 15.61,
"low": 16.97,
"high": 16.97,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "SGC",
"grade": "10",
"value": 29,
"low": 24.3,
"high": 29,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "TAG",
"grade": "10",
"value": 39,
"low": 33.15,
"high": 44.85,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:51:06.919Z",
"trend_7d": {
"direction": "down",
"percent": -5.66
}
}
}
}