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/smp-SM128?include=prices 200 17ms{
"success": true,
"data": {
"id": "smp-SM128",
"name": "Alolan Ninetales",
"number": "SM128",
"printed_number": "SM128",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM128.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM128.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM128.large.webp"
}
],
"expansion": {
"id": "smp",
"name": "SM Black Star Promos",
"total": 251,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "PR-SM",
"printed_total": 248,
"release_date": "2017/02/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "168245",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM128.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM128.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM128.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fairy"
],
"hp": "110",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Smash Kick",
"damage": "30"
},
{
"cost": [
"Fairy",
"Fairy",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Spiral Drain",
"text": "Heal 30 damage from this Pokémon.",
"damage": "80"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"resistances": [
{
"type": "Darkness",
"value": "-20"
}
],
"rarity": "Promo",
"artist": "kirisAki",
"pricing": {
"currency": "USD",
"market": 6.34,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 6.34
},
{
"condition": "LP",
"price": 4.74
},
{
"condition": "MP",
"price": 3.08
},
{
"condition": "HP",
"price": 2.33
},
{
"condition": "DMG",
"price": 1.62
}
],
"graded": [],
"market_updated_at": "2026-09-21T02:50:16.813Z",
"trend_7d": {
"direction": "flat",
"percent": -0.31
}
}
}
}