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

If your opponent has Fighting Resistance, this attack does 60 more damage.
/api/v1/pokemon/cards/xy9_ja-32?include=prices 200 16ms{
"success": true,
"data": {
"id": "xy9_ja-32",
"name": "Zebstrika",
"number": "32",
"printed_number": "32",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/32.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/32.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/32.large.webp"
}
],
"expansion": {
"id": "xy9_ja",
"name": "Rage of the Broken Heavens",
"total": 89,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "XY9",
"printed_total": 80,
"release_date": "2015/12/11",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy9_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy9_ja.symbol.png",
"translation": {
"en": {
"name": "Rage of the Broken Heavens"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "604215",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/32.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/32.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/32.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Lightning"
],
"hp": "100",
"abilities": [
{
"name": "Zap Zone",
"text": "Damage from the attacks of your Lightning Pokémon isn\t affected by any effects on your opponents Active Pokémon.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Crushing Bolt",
"text": "If your opponent has Fighting Resistance, this attack does 60 more damage.",
"damage": "50+"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-20"
}
],
"rarity": "Non",
"artist": "Hajime Kusajima",
"pricing": {
"currency": "USD",
"market": 1.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.99
},
{
"condition": "HP",
"price": 0.49
}
],
"graded": [],
"market_updated_at": "2026-07-16T03:04:58.680Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}