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

← Gym Heroes 1st Edition
Misty's Cloyster

Misty's Cloyster

Rare #29 Pokémon Stage 1 HP 70
Types
Water
Illustrator
Ken Sugimori
Expansion
Gym Heroes 1st Edition · Gym
Language
English
TCGplayer
87525

Attacks

Triple Cannon 20×
Water · Water · Colorless

Flip 3 coins. This attack does 20 damage times the number of heads.

GET /api/v1/pokemon/cards/gym1-29v1e?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym1-29v1e",
    "name": "Misty's Cloyster",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/29v1e.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/29v1e.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/29v1e.large.webp"
      }
    ],
    "expansion": {
      "id": "gym1-1st-edition",
      "name": "Gym Heroes 1st Edition",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Gym",
      "printed_total": 132,
      "release_date": "2000/08/14",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87525",
    "variants": [
      {
        "name": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/29v1e.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/29v1e.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/29v1e.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Shell Armor",
        "text": "You may reduce all damage done by attacks to Misty's Cloyster by 10 (after applying Weakness and Resistance). (Any other effects of attacks still happen). This power can't be used if Misty's Cloyster is Asleep, Confused, or Paralyzed.",
        "type": "Pokémon Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Triple Cannon",
        "text": "Flip 3 coins. This attack does 20 damage times the number of heads.",
        "damage": "20×"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 26.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 26.51
        },
        {
          "condition": "LP",
          "price": 19.75
        },
        {
          "condition": "MP",
          "price": 20.7
        },
        {
          "condition": "DMG",
          "price": 9
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 29.99,
          "low": 25.49,
          "high": 34.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 48.1,
          "low": 79.99,
          "high": 79.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 89.75,
          "low": 76.29,
          "high": 103.21,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 33,
          "low": 28.05,
          "high": 37.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 28.45,
          "low": 40,
          "high": 40,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 28,
          "low": 26.5,
          "high": 28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:41:39.429Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.53
      }
    }
  }
}