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

← Dragons Exalted
Claydol

Claydol

Rare #64 Pokémon Stage 1 HP 90
Types
Fighting
Illustrator
Shin Nagasawa
Expansion
Dragons Exalted · Black & White
Language
English
TCGplayer
84339

Attacks

Rapid Spin 30
Colorless · Colorless

Switch this Pokémon with 1 of your Benched Pokémon. Then, your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.

Rock Smash 60
Fighting · Colorless · Colorless

Flip a coin. If heads, this attack does 30 more damage.

GET /api/v1/pokemon/cards/bw6-64?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw6-64",
    "name": "Claydol",
    "number": "64",
    "printed_number": "64",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/64.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/64.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/64.large.webp"
      }
    ],
    "expansion": {
      "id": "bw6",
      "name": "Dragons Exalted",
      "total": 128,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DRX",
      "printed_total": 124,
      "release_date": "2012/08/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84339",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/64.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/64.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/64.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Rapid Spin",
        "text": "Switch this Pokémon with 1 of your Benched Pokémon. Then, your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rock Smash",
        "text": "Flip a coin. If heads, this attack does 30 more damage.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 0.61,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.61
        },
        {
          "condition": "LP",
          "price": 0.46
        },
        {
          "condition": "MP",
          "price": 0.3
        },
        {
          "condition": "HP",
          "price": 0.19
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:21:06.790Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}