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

← Celestial Storm
Claydol

Claydol

Rare #79 Pokémon Stage 1 HP 110
Types
Fighting
Illustrator
Yumi
Expansion
Celestial Storm · Sun & Moon
Language
English
TCGplayer
170901

Attacks

Psy Bolt 20
Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

Miraculous Spin 40
Fighting · Colorless · Colorless

This attack does 40 damage for each Steven's Resolve card in your discard pile.

GET /api/v1/pokemon/cards/sm7-79vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm7-79vrh",
    "name": "Claydol",
    "number": "79",
    "printed_number": "79",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/79vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/79vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/79vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm7",
      "name": "Celestial Storm",
      "total": 187,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CES",
      "printed_total": 168,
      "release_date": "2018/08/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "170901",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/79vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/79vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/79vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Psy Bolt",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "20"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Miraculous Spin",
        "text": "This attack does 40 damage for each Steven's Resolve card in your discard pile.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Yumi",
    "pricing": {
      "currency": "USD",
      "market": 0.65,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.65
        },
        {
          "condition": "LP",
          "price": 0.57
        },
        {
          "condition": "DMG",
          "price": 0.2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:31:57.330Z",
      "trend_7d": {
        "direction": "up",
        "percent": 14.04
      }
    }
  }
}