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

← Future Flash
Zebstrika

Zebstrika

Non #24 Pokémon Stage 1 HP 120
Types
Lightning
Illustrator
GOSSAN
Expansion
Future Flash · Scarlet & Violet
Language
Japanese
TCGplayer
565984

Attacks

Burst of Braying
Lightning

Choose Basic Lightning Energy cards from your discard pile up to the number of Prize cards your opponent has taken and attach them to your Pokémon in any way you like.

Thunder 150
Lightning · Colorless · Colorless

This Pokémon also does 50 damage to itself.

GET /api/v1/pokemon/cards/sv4m_ja-24?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4m_ja-24",
    "name": "Zebstrika",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/24.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/24.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/24.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4m_ja",
      "name": "Future Flash",
      "total": 95,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV4M",
      "printed_total": 66,
      "release_date": "2023/10/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4m_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4m_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Future Flash"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "565984",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/24.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/24.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/24.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Burst of Braying",
        "text": "Choose Basic Lightning Energy cards from your discard pile up to the number of Prize cards your opponent has taken and attach them to your Pokémon in any way you like."
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Thunder",
        "text": "This Pokémon also does 50 damage to itself.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "GOSSAN",
    "pricing": {
      "currency": "USD",
      "market": 0.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.09
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:33:35.813Z",
      "trend_7d": {
        "direction": "down",
        "percent": -10
      }
    }
  }
}