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

← Fusion Strike
Cloyster

Cloyster

Rare #51 Pokémon Stage 1Rapid Strike HP 130
Types
Water
Illustrator
nagimiso
Expansion
Fusion Strike · Sword & Shield
Language
English
TCGplayer
253182

Attacks

Aqua Split 60
Water · Colorless

This attack also does 30 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/swsh8-51?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8-51",
    "name": "Cloyster",
    "number": "51",
    "printed_number": "51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/51.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/51.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/51.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh8",
      "name": "Fusion Strike",
      "total": 284,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "FST",
      "printed_total": 264,
      "release_date": "2021/11/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "253182",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/51.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/51.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/51.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "Rapid Strike"
    ],
    "types": [
      "Water"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Shell Armor",
        "text": "This Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Aqua Split",
        "text": "This attack also does 30 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 0.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.05
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-10T03:21:27.360Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}