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

← Vivid Voltage
Shedinja

Shedinja

Rare #66 Pokémon Basic HP 30
Types
Psychic
Illustrator
Tomokazu Komiya
Expansion
Vivid Voltage · Sword & Shield
Language
English
TCGplayer
226470

Attacks

Life Squeeze
Colorless · Colorless · Colorless

Put damage counters on your opponent's Active Pokémon until its remaining HP is 10.

GET /api/v1/pokemon/cards/swsh4-66?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh4-66",
    "name": "Shedinja",
    "number": "66",
    "printed_number": "66",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/66.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/66.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/66.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh4",
      "name": "Vivid Voltage",
      "total": 203,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "VIV",
      "printed_total": 185,
      "release_date": "2020/11/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "226470",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/66.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/66.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/66.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "30",
    "abilities": [
      {
        "name": "Shell Survival",
        "text": "Put this Pokémon into play only with the effect of Ninjask's Cast-Off Shell Ability. (When you are setting up to play, you cannot put it face down as your Active Pokémon or on your Bench.)",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Life Squeeze",
        "text": "Put damage counters on your opponent's Active Pokémon until its remaining HP is 10."
      }
    ],
    "rarity": "Rare",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 0.36,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.36
        },
        {
          "condition": "MP",
          "price": 0.34
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:33:17.454Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.88
      }
    }
  }
}