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

← HeartGold & SoulSilver
Cleffa

Cleffa

Rare #17 Pokémon Basic HP 30
Types
Colorless
Illustrator
Masakazu Fukuda
Expansion
HeartGold & SoulSilver · HeartGold & SoulSilver
Language
English
TCGplayer
84367

Attacks

Eeeeeeek

Shuffle your hand into your deck, then draw 6 cards. Cleffa is now Asleep.

GET /api/v1/pokemon/cards/hgss1-17?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss1-17",
    "name": "Cleffa",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/17.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss1",
      "name": "HeartGold & SoulSilver",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "HS",
      "printed_total": 123,
      "release_date": "2010/02/10",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84367",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/17.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "30",
    "abilities": [
      {
        "name": "Sweet Sleeping Face",
        "text": "As long as Cleffa is Asleep, prevent all damage done to Cleffa by attacks.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Eeeeeeek",
        "text": "Shuffle your hand into your deck, then draw 6 cards. Cleffa is now Asleep."
      }
    ],
    "rarity": "Rare",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 6.45,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.45
        },
        {
          "condition": "LP",
          "price": 4.54
        },
        {
          "condition": "MP",
          "price": 3.81
        },
        {
          "condition": "HP",
          "price": 2.77
        },
        {
          "condition": "DMG",
          "price": 1.63
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 37,
          "low": 37,
          "high": 38.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:33:23.964Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.46
      }
    }
  }
}