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 cards and put them into your hand. Then, shuffle your deck.
Your opponent's Active Pokémon is now Burned and Poisoned. Switch this Pokémon with 1 of your Benched Pokémon.
/api/v1/pokemon/cards/m3_ja-94vh?include=prices 200 19ms{
"success": true,
"data": {
"id": "m3_ja-94vh",
"name": "Salazzle ex",
"number": "94",
"printed_number": "94",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/94vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/94vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/94vh.large.webp"
}
],
"expansion": {
"id": "m3_ja",
"name": "Nihil Zero",
"total": 117,
"language": "Japanese",
"language_code": "ja",
"series": "Mega Evolution",
"code": "M3",
"printed_total": 80,
"release_date": "2026/01/23",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m3_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m3_ja.symbol.png",
"translation": {
"en": {
"name": "Nihil Zero"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "674413",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/94vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/94vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/94vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1",
"ex"
],
"types": [
"Fire"
],
"attacks": [
{
"cost": [
"Fire"
],
"converted_energy_cost": 1,
"name": "Nasty Plot",
"text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck."
},
{
"cost": [
"Fire",
"Fire"
],
"converted_energy_cost": 2,
"name": "Fatal Nail",
"text": "Your opponent's Active Pokémon is now Burned and Poisoned. Switch this Pokémon with 1 of your Benched Pokémon."
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Super Rare",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 2.49,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.49
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 8.75,
"low": 8.75,
"high": 10.5,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 10.5,
"low": 9.7,
"high": 25.3,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "5",
"value": 10,
"low": 10,
"high": 10,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 13.94,
"low": 13.62,
"high": 14,
"confidence": "high",
"value_kind": "sold",
"sold_count": 5
}
],
"market_updated_at": "2026-09-21T03:27:37.319Z",
"trend_7d": {
"direction": "down",
"percent": -23.38
}
}
}
}