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

← Collection Y
Cloyster

Cloyster

Non #17 Pokémon Stage 1 HP 100
Types
Water
Illustrator
Masakazu Fukuda
Expansion
Collection Y · XY
Language
Japanese
TCGplayer
603154

Attacks

Clamp Crush 30
Water · Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed and discard and Energy attached to that Pokémon.

Spike Cannon 30×
Water · Water · Colorless

Flip 5 coins. This attack does 30 damage times the number of heads.

GET /api/v1/pokemon/cards/xy1y_ja-17?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy1y_ja-17",
    "name": "Cloyster",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/17.large.webp"
      }
    ],
    "expansion": {
      "id": "xy1y_ja",
      "name": "Collection Y",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY1",
      "printed_total": 60,
      "release_date": "2013/12/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy1y_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy1y_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Collection Y"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603154",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/17.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Clamp Crush",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed and discard and Energy attached to that Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Spike Cannon",
        "text": "Flip 5 coins. This attack does 30 damage times the number of heads.",
        "damage": "30×"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 0.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 79.01,
          "low": 67.16,
          "high": 90.86,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.01,
          "low": 11.91,
          "high": 16.11,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T03:24:22.253Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}