Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

Heal 30 damage from this Pokémon.
/api/v1/pokemon/cards/xy1-95vrh?include=prices 200 19ms{
"success": true,
"data": {
"id": "xy1-95vrh",
"name": "Slurpuff",
"number": "95",
"printed_number": "95",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/95vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/95vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/95vrh.large.webp"
}
],
"expansion": {
"id": "xy1",
"name": "XY",
"total": 146,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "XY",
"printed_total": 146,
"release_date": "2014/02/05",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89349",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/95vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/95vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/95vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fairy"
],
"hp": "90",
"abilities": [
{
"name": "Sweet Veil",
"text": "Each of your Pokémon that has any Fairy Energy attached to it can't be affected by any Special Conditions. (Remove any Special Conditions affecting those Pokémon.)",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Fairy",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Draining Kiss",
"text": "Heal 30 damage from this Pokémon.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"resistances": [
{
"type": "Darkness",
"value": "-20"
}
],
"rarity": "Rare Holo",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 1.86,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.86
},
{
"condition": "LP",
"price": 0.82
},
{
"condition": "MP",
"price": 0.72
},
{
"condition": "HP",
"price": 0.63
},
{
"condition": "DMG",
"price": 0.56
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 45,
"low": 38.25,
"high": 51.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:06:09.122Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}