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 2 coins. This attack does 30 damage times the number of heads.
/api/v1/pokemon/cards/xy1-84vs?include=prices 200 20ms{
"success": true,
"data": {
"id": "xy1-84vs",
"name": "Doublade (Staff Stamp)",
"number": "84",
"printed_number": "84",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1-84vs.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1-84vs.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1-84vs.large.webp"
}
],
"expansion": {
"id": "xy1",
"name": "XY",
"total": 146,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "XY",
"printed_total": 146,
"release_date": "2014/02/05",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "209553",
"variants": [
{
"name": "staffStamp",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1-84vs.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1-84vs.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1-84vs.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Metal"
],
"hp": "80",
"attacks": [
{
"cost": [
"Metal",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Dual Blades",
"text": "Flip 2 coins. This attack does 30 damage times the number of heads.",
"damage": "30×"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "Uncommon",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 48.75,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 48.75
},
{
"condition": "LP",
"price": 35
},
{
"condition": "MP",
"price": 29.99
},
{
"condition": "DMG",
"price": 10
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 131,
"low": 111.35,
"high": 150.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T11:34:36.775Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}