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 4 coins. This attack does 10 damage times the number of heads.
/api/v1/pokemon/cards/xy1-12vrh?include=prices 200 21ms{
"success": true,
"data": {
"id": "xy1-12vrh",
"name": "Chespin",
"number": "12",
"printed_number": "12",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/12vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/12vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/12vrh.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": "84269",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/12vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/12vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/12vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "60",
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Pin Missile",
"text": "Flip 4 coins. This attack does 10 damage times the number of heads.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Common",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 1.47,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.47
},
{
"condition": "LP",
"price": 0.89
},
{
"condition": "MP",
"price": 0.79
},
{
"condition": "HP",
"price": 0.79
},
{
"condition": "DMG",
"price": 0.42
}
],
"graded": [],
"market_updated_at": "2026-09-22T02:05:54.667Z",
"trend_7d": {
"direction": "up",
"percent": 11.36
}
}
}
}