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

← Ancient Origins
Claydol

Claydol

Rare #33 Pokémon Stage 1 HP 100
Types
Psychic
Illustrator
Satoshi Shirai
Expansion
Ancient Origins · XY
Language
English
TCGplayer
101456

Attacks

Rewind
Psychic

Devolve each of your opponent's evolved Pokémon and put the highest Stage Evolution card on it into your opponent's hand.

Hyper Beam 30
Psychic · Colorless

Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/xy7-33?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy7-33",
    "name": "Claydol",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/33.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/33.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/33.large.webp"
      }
    ],
    "expansion": {
      "id": "xy7",
      "name": "Ancient Origins",
      "total": 101,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "AOR",
      "printed_total": 98,
      "release_date": "2015/08/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "101456",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/33.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/33.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/33.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Rewind",
        "text": "Devolve each of your opponent's evolved Pokémon and put the highest Stage Evolution card on it into your opponent's hand."
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hyper Beam",
        "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Satoshi Shirai",
    "pricing": {
      "currency": "USD",
      "market": 0.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.17
        },
        {
          "condition": "LP",
          "price": 0.16
        },
        {
          "condition": "DMG",
          "price": 0.13
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 36,
          "low": 30.6,
          "high": 41.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:03:44.352Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}