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

Flip a coin until you get tails. For each heads, discard the top card of your opponent's deck.
/api/v1/pokemon/cards/smp-SM180vs?include=prices 200 21ms{
"success": true,
"data": {
"id": "smp-SM180vs",
"name": "Stakataka (Staff Stamp)",
"number": "SM180",
"printed_number": "SM180",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM180vs.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM180vs.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM180vs.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": "189456",
"variants": [
{
"name": "staffStamp",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM180vs.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM180vs.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM180vs.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic",
"Ultra Beast"
],
"types": [
"Fighting"
],
"hp": "120",
"abilities": [
{
"name": "Wall of Stone",
"text": "If your opponent has 3 or fewer Prize cards remaining, this Pokémon's maximum HP is 200.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Fighting",
"Fighting",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Top Down",
"text": "Flip a coin until you get tails. For each heads, discard the top card of your opponent's deck.",
"damage": "110"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Promo",
"artist": "Hiroki Asanuma",
"pricing": {
"currency": "USD",
"market": 29.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 29.99
},
{
"condition": "LP",
"price": 25.85
}
],
"graded": [
{
"company": "PSA",
"grade": "8",
"value": 33,
"low": 28.05,
"high": 37.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T17:54:06.632Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}