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

← Obsidian Flames
Claydol

Claydol

Rare #95 Pokémon Stage 1 HP 120
Types
Psychic
Illustrator
Shigenori Negishi
Expansion
Obsidian Flames · Scarlet & Violet
Language
English
TCGplayer
509924

Attacks

Kaboom Doll
Psychic

Put damage counters on your opponent's Active Pokémon until its remaining HP is 10. If you placed any damage counters in this way, this attack also does 120 damage to this Pokémon.

Mind Bend 30
Psychic

Your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/sv3-95vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3-95vh",
    "name": "Claydol",
    "number": "95",
    "printed_number": "95",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/95vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/95vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/95vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3",
      "name": "Obsidian Flames",
      "total": 230,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "OBF",
      "printed_total": 197,
      "release_date": "2023/08/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "509924",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/95vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/95vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/95vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Kaboom Doll",
        "text": "Put damage counters on your opponent's Active Pokémon until its remaining HP is 10. If you placed any damage counters in this way, this attack also does 120 damage to this Pokémon."
      },
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Mind Bend",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": 0.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.14
        },
        {
          "condition": "MP",
          "price": 0.07
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9.51,
          "low": 9.51,
          "high": 10.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:40:49.313Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}