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 basic Energy card and attach it to this Pokémon. Then, shuffle your deck.
Move an Energy from this Pokémon to 1 of your Benched Pokémon.
/api/v1/pokemon/cards/smp-SM21vh?include=prices 200 17ms{
"success": true,
"data": {
"id": "smp-SM21vh",
"name": "Drampa",
"number": "SM21",
"printed_number": "SM21",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM21vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM21vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM21vh.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": "131087",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM21vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM21vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM21vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Dragon"
],
"hp": "120",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Amass",
"text": "Search your deck for a basic Energy card and attach it to this Pokémon. Then, shuffle your deck."
},
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Power Cyclone",
"text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon.",
"damage": "80"
}
],
"weaknesses": [
{
"type": "Fairy",
"value": "×2"
}
],
"rarity": "Promo",
"artist": "match",
"pricing": {
"currency": "USD",
"market": 16.62,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 16.62
},
{
"condition": "LP",
"price": 11.2
},
{
"condition": "MP",
"price": 10.62
},
{
"condition": "HP",
"price": 3.4
}
],
"graded": [
{
"company": "PSA",
"grade": "7",
"value": 19,
"low": 16.15,
"high": 21.85,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 40,
"low": 34,
"high": 46,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:11:32.782Z",
"trend_7d": {
"direction": "up",
"percent": 9.27
}
}
}
}