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

You may discard any number of cards from your hand. Then, draw cards until you have 5 cards in your hand.
/api/v1/pokemon/cards/sm7-54?include=prices 200 15ms{
"success": true,
"data": {
"id": "sm7-54",
"name": "Minun",
"number": "54",
"printed_number": "54",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/54.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/54.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/54.large.webp"
}
],
"expansion": {
"id": "sm7",
"name": "Celestial Storm",
"total": 187,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "CES",
"printed_total": 168,
"release_date": "2018/08/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm7.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm7.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "170873",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/54.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/54.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/54.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Ditch and Draw",
"text": "You may discard any number of cards from your hand. Then, draw cards until you have 5 cards in your hand."
},
{
"cost": [
"Lightning",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Electro Ball",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-20"
}
],
"rarity": "Uncommon",
"artist": "Sumiyoshi Kizuki",
"pricing": {
"currency": "USD",
"market": 1.54,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.54
},
{
"condition": "LP",
"price": 1.15
},
{
"condition": "MP",
"price": 0.71
},
{
"condition": "HP",
"price": 0.73
},
{
"condition": "DMG",
"price": 0.64
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 102,
"low": 86.7,
"high": 117.3,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 35,
"low": 29.75,
"high": 40.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:31:57.330Z",
"trend_7d": {
"direction": "up",
"percent": 2.67
}
}
}
}