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 3 coins. This attack does 10 damage times the number of heads.
/api/v1/pokemon/cards/xyp-XY131vh?include=prices 200 17ms{
"success": true,
"data": {
"id": "xyp-XY131vh",
"name": "Pansear",
"number": "XY131",
"printed_number": "XY131",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY131vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY131vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY131vh.large.webp"
}
],
"expansion": {
"id": "xyp",
"name": "XY Black Star Promos",
"total": 216,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "PR-XY",
"printed_total": 211,
"release_date": "2013/10/12",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xyp.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xyp.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "118872",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY131vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY131vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY131vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Fury Swipes",
"text": "Flip 3 coins. This attack does 10 damage times the number of heads.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Promo",
"artist": "sui",
"pricing": {
"currency": "USD",
"market": 1.19,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.19
},
{
"condition": "LP",
"price": 0.57
},
{
"condition": "MP",
"price": 0.55
},
{
"condition": "HP",
"price": 0.5
},
{
"condition": "DMG",
"price": 0.31
}
],
"graded": [],
"market_updated_at": "2026-09-21T04:02:51.277Z",
"trend_7d": {
"direction": "up",
"percent": 3.48
}
}
}
}