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. If heads, this attack does 20 more damage.
/api/v1/pokemon/cards/bw10-63?include=prices 200 15ms{
"success": true,
"data": {
"id": "bw10-63",
"name": "Shelgon",
"number": "63",
"printed_number": "63",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/63.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/63.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/63.large.webp"
}
],
"expansion": {
"id": "bw10",
"name": "Plasma Blast",
"total": 105,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "PLB",
"printed_total": 101,
"release_date": "2013/08/14",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw10.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw10.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89131",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/63.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/63.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/63.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Dragon"
],
"hp": "80",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Knock Away",
"text": "Flip a coin. If heads, this attack does 20 more damage.",
"damage": "10"
},
{
"cost": [
"Fire",
"Water",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Rollout",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Dragon",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Akira Komayama",
"pricing": {
"currency": "USD",
"market": 0.49,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.49
},
{
"condition": "LP",
"price": 0.29
},
{
"condition": "MP",
"price": 0.34
},
{
"condition": "HP",
"price": 0.3
}
],
"graded": [],
"market_updated_at": "2026-09-21T03:52:51.263Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}