Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Brave Stars (Charm)
Claydol

Claydol

Uncommon #051/127 Pokémon Stage 1 HP 110
Types
Psychic
Illustrator
Kazuma Koda
Expansion
Brave Stars (Charm) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Spinning Attack 40
Colorless · Colorless
Coinciding Figures 90
Colorless · Colorless · Colorless

If you and your opponent have the same number of Benched Pokémon, this attack does 90 more damage.

GET /api/v1/pokemon/cards/bsch-051?include=prices 200 55ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsch-051",
    "name": "Claydol",
    "number": "051/127",
    "printed_number": "051/127",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-051.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-051.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-051.large.webp"
      }
    ],
    "expansion": {
      "id": "bsch",
      "name": "Brave Stars (Charm)",
      "total": 176,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 176,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsch.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Charm)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-051.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-051.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-051.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Spinning Attack",
        "damage": "40"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Coinciding Figures",
        "text": "If you and your opponent have the same number of Benched Pokémon, this attack does 90 more damage.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kazuma Koda",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:31:30.701Z"
    }
  }
}