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 that evolves from 1 of your Pokémon and put it onto that Pokémon. (This counts as evolving that Pokémon.) If you do, put 1 damage counter on Spiritomb. Shuffle your deck afterward.
/api/v1/pokemon/cards/pl4-32vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "pl4-32vrh",
"name": "Spiritomb",
"number": "32",
"printed_number": "32",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/32vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/32vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/32vrh.large.webp"
}
],
"expansion": {
"id": "pl4",
"name": "Arceus",
"total": 111,
"language": "English",
"language_code": "en",
"series": "Platinum",
"code": "AR",
"printed_total": 99,
"release_date": "2009/11/04",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89466",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/32vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/32vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/32vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Darkness"
],
"hp": "60",
"abilities": [
{
"name": "Keystone Seal",
"text": "As long as Spiritomb is your Active Pokémon, each player can't play any Trainer cards from his or her hand.",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [],
"converted_energy_cost": 0,
"name": "Darkness Grace",
"text": "Search your deck for a card that evolves from 1 of your Pokémon and put it onto that Pokémon. (This counts as evolving that Pokémon.) If you do, put 1 damage counter on Spiritomb. Shuffle your deck afterward."
},
{
"cost": [
"Darkness"
],
"converted_energy_cost": 1,
"name": "Will-o'-the-wisp",
"damage": "10"
}
],
"resistances": [
{
"type": "Colorless",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Aya Kusube",
"pricing": {
"currency": "USD",
"market": 8.83,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 8.83
},
{
"condition": "LP",
"price": 7.96
},
{
"condition": "MP",
"price": 6.93
},
{
"condition": "HP",
"price": 4.47
},
{
"condition": "DMG",
"price": 3
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 11.25,
"low": 10.81,
"high": 14.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 5.5,
"low": 4.68,
"high": 6.32,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 16.12,
"low": 15.5,
"high": 15.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "9",
"value": 10.15,
"low": 8.5,
"high": 8.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "9.5",
"value": 40,
"low": 34,
"high": 46,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 7.5,
"low": 6.38,
"high": 8.63,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 31.45,
"low": 31.9,
"high": 47.1,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "9",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:38:37.031Z",
"trend_7d": {
"direction": "up",
"percent": 1.38
}
}
}
}