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

← World Champions Pack
Claydol ex

Claydol ex

Rare Holo ex #37 Pokémon Stage 1ex HP 120
Types
Psychic
Illustrator
Ryo Ueda
Expansion
World Champions Pack · PCG
Language
Japanese
TCGplayer
609276

Attacks

Psychic Boom 20+
Colorless · Colorless

Does 20 damage plus 10 more damage for each Energy attached to the Defending Pokémon.

Shadow Crush 60
Psychic · Psychic · Colorless

You may discard a Psychic Energy card attached to Claydol ex. If you do, discard an Energy card attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/pcg10_ja-37vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg10_ja-37vh",
    "name": "Claydol ex",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/37vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/37vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/37vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg10_ja",
      "name": "World Champions Pack",
      "total": 108,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 108,
      "release_date": "2007/07/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg10_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg10_ja.symbol.png",
      "translation": {
        "en": {
          "name": "World Champions Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "609276",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/37vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/37vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/37vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Type Shift",
        "text": "Once during your turn (before your attack), you may use this power. Claydol ex's type is Fighting until the end of your turn.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Psychic Boom",
        "text": "Does 20 damage plus 10 more damage for each Energy attached to the Defending Pokémon.",
        "damage": "20+"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Shadow Crush",
        "text": "You may discard a Psychic Energy card attached to Claydol ex. If you do, discard an Energy card attached to the Defending Pokémon.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo ex",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 38.7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 38.7
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 350,
          "low": 297.5,
          "high": 402.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 105.5,
          "low": 105.5,
          "high": 121.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 59.99,
          "low": 50.99,
          "high": 68.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25,
          "low": 25,
          "high": 29,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2025-11-18T02:12:01.392Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}