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

← Plasma Storm
Clefable

Clefable

Rare #98 Pokémon Stage 1 HP 90
Types
Colorless
Illustrator
Kagemaru Himeno
Expansion
Plasma Storm · Black & White
Language
English
TCGplayer
84349

Attacks

Moon Impact 50
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/bw8-98?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8-98",
    "name": "Clefable",
    "number": "98",
    "printed_number": "98",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/98.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/98.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/98.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8",
      "name": "Plasma Storm",
      "total": 138,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLS",
      "printed_total": 135,
      "release_date": "2013/02/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84349",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/98.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/98.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/98.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Moon Guidance",
        "text": "Once during your turn (before your attack), you may flip a coin. If heads, search your deck for a card that evolves from 1 of your Pokémon and put it onto that Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Moon Impact",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 4.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.15
        },
        {
          "condition": "LP",
          "price": 1.59
        },
        {
          "condition": "MP",
          "price": 2.31
        },
        {
          "condition": "HP",
          "price": 1.01
        },
        {
          "condition": "DMG",
          "price": 1.71
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:18:42.799Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.24
      }
    }
  }
}