Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Abyss Eye
Sizzlipede

Sizzlipede

usually #8 Pokémon Basic HP 80
Types
Fire
Illustrator
Yuya Oka
Expansion
Abyss Eye · Mega Evolution
Language
Japanese
TCGplayer
695059

Attacks

Controlled Burn
Fire

Discard the top card of your opponent's deck.

Bug Panic
Colorless · Colorless · Colorless

Reveal the bottom 7 cards of your deck. This attack does 50 damage times the number of Pokemon that have the attack Bug Panic. Then, shuffle those Pokemon back into your deck and discard all other revealed cards.

GET /api/v1/pokemon/cards/m5_ja-8?include=prices 200 56ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m5_ja-8",
    "name": "Sizzlipede",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-8.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-8.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-8.large.png"
      }
    ],
    "expansion": {
      "id": "m5_ja",
      "name": "Abyss Eye",
      "total": 118,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M5",
      "printed_total": 81,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Abyss Eye"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "695059",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-8.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-8.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-8.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Controlled Burn",
        "text": "Discard the top card of your opponent's deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Bug Panic",
        "text": "Reveal the bottom 7 cards of your deck. This attack does 50 damage times the number of Pokemon that have the attack Bug Panic. Then, shuffle those Pokemon back into your deck and discard all other revealed cards."
      }
    ],
    "weaknesses": [
      {
        "type": "水",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Yuya Oka",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T16:04:57.081Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}