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

← BREAKpoint
Zebstrika

Zebstrika

Rare #49 Pokémon Stage 1 HP 100
Types
Lightning
Illustrator
Hajime Kusajima
Expansion
BREAKpoint · XY
Language
English
TCGplayer
111556

Attacks

Crashing Bolt 50
Colorless · Colorless

If your opponent's Active Pokémon has Fighting Resistance, this attack does 60 more damage.

GET /api/v1/pokemon/cards/xy9-49?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy9-49",
    "name": "Zebstrika",
    "number": "49",
    "printed_number": "49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/49.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/49.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/49.large.webp"
      }
    ],
    "expansion": {
      "id": "xy9",
      "name": "BREAKpoint",
      "total": 126,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "BKP",
      "printed_total": 122,
      "release_date": "2016/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "111556",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/49.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/49.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/49.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 opponent's Active Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Crashing Bolt",
        "text": "If your opponent's Active Pokémon has Fighting Resistance, this attack does 60 more damage.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 0.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.22
        },
        {
          "condition": "MP",
          "price": 0.16
        },
        {
          "condition": "HP",
          "price": 0.09
        },
        {
          "condition": "DMG",
          "price": 0.02
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:25:54.806Z",
      "trend_7d": {
        "direction": "down",
        "percent": -15.38
      }
    }
  }
}