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 to evolve it. Then, shuffle your deck.
Heal 30 damage from each of your Fairy Pokémon.
/api/v1/pokemon/cards/sm3-94vh?include=prices 200 20ms{
"success": true,
"data": {
"id": "sm3-94vh",
"name": "Diancie",
"number": "94",
"printed_number": "94",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/94vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/94vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/94vh.large.webp"
}
],
"expansion": {
"id": "sm3",
"name": "Burning Shadows",
"total": 177,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "BUS",
"printed_total": 147,
"release_date": "2017/08/05",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "138588",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/94vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/94vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/94vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fairy"
],
"hp": "90",
"attacks": [
{
"cost": [
"Fairy"
],
"converted_energy_cost": 1,
"name": "Sparkling Wish",
"text": "Search your deck for a card that evolves from 1 of your Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck."
},
{
"cost": [
"Fairy",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Diamond Storm",
"text": "Heal 30 damage from each of your Fairy Pokémon.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"resistances": [
{
"type": "Darkness",
"value": "-20"
}
],
"rarity": "Rare Holo",
"artist": "TOKIYA",
"pricing": {
"currency": "USD",
"market": 0.92,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.92
},
{
"condition": "LP",
"price": 0.82
},
{
"condition": "MP",
"price": 0.51
},
{
"condition": "DMG",
"price": 0.2
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 5.5,
"low": 4.68,
"high": 6.32,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "5.5",
"value": 1.7,
"low": 1.44,
"high": 1.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 6.5,
"low": 5.53,
"high": 7.48,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 20.5,
"low": 17.43,
"high": 23.58,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 13,
"low": 11.05,
"high": 14.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 9,
"low": 9,
"high": 9.76,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 8.98,
"low": 7.63,
"high": 10.33,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:47:31.121Z",
"trend_7d": {
"direction": "down",
"percent": -1.08
}
}
}
}