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 a card and put it into your hand. Shuffle your deck afterward.
Choose 1 of the Defending Pokémon's attacks and use it as this attack.
/api/v1/pokemon/cards/bw4-102vh?include=prices 200 19ms{
"success": true,
"data": {
"id": "bw4-102vh",
"name": "Zoroark",
"number": "102",
"printed_number": "102",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/102vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/102vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/102vh.large.webp"
}
],
"expansion": {
"id": "bw4",
"name": "Next Destinies",
"total": 103,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "NXD",
"printed_total": 99,
"release_date": "2012/02/08",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "90753",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/102vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/102vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/102vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Darkness"
],
"hp": "100",
"attacks": [
{
"cost": [
"Darkness"
],
"converted_energy_cost": 1,
"name": "Nasty Plot",
"text": "Search your deck for a card and put it into your hand. Shuffle your deck afterward."
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Foul Play",
"text": "Choose 1 of the Defending Pokémon's attacks and use it as this attack."
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "Rare Secret",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 399.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 399.99
},
{
"condition": "LP",
"price": 166.38
},
{
"condition": "MP",
"price": 149.65
},
{
"condition": "HP",
"price": 97.34
},
{
"condition": "DMG",
"price": 72.48
}
],
"graded": [
{
"company": "BGS",
"grade": "7.5",
"value": 325,
"low": 276.25,
"high": 373.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 255,
"low": 216.75,
"high": 293.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 325,
"low": 276.25,
"high": 373.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "1",
"value": 71,
"low": 60.35,
"high": 81.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 13200,
"low": 11220,
"high": 15180,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "3",
"value": 163.5,
"low": 216.66,
"high": 216.66,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "4",
"value": 160,
"low": 136,
"high": 184,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "5",
"value": 162.5,
"low": 162.5,
"high": 162.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "6",
"value": 224.99,
"low": 186.2,
"high": 245,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "7",
"value": 170.75,
"low": 100,
"high": 170.75,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 304.5,
"low": 257.5,
"high": 366.25,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 999,
"low": 997.66,
"high": 1079.79,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
}
],
"market_updated_at": "2026-09-21T02:44:23.806Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}