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

Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck.
/api/v1/pokemon/cards/sm1-54?include=prices 200 21ms{
"success": true,
"data": {
"id": "sm1-54",
"name": "Zubat",
"number": "54",
"printed_number": "54",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/54.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/54.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/54.large.webp"
}
],
"expansion": {
"id": "sm1",
"name": "Sun & Moon",
"total": 173,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "SUM",
"printed_total": 149,
"release_date": "2017/02/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "126925",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/54.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/54.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/54.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "50",
"attacks": [
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Astonish",
"text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck."
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Satoshi Shirai",
"pricing": {
"currency": "USD",
"market": 0.02,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.02
},
{
"condition": "HP",
"price": 0.01
},
{
"condition": "DMG",
"price": 0.01
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 60,
"low": 51,
"high": 69,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-08-25T06:43:30.165Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}