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

← HGSS Black Star Promos
Cleffa

Cleffa

Promo #HGSS12 Pokémon Basic HP 30
Types
Colorless
Illustrator
Masakazu Fukuda
Expansion
HGSS Black Star Promos · HeartGold & SoulSilver
Language
English
TCGplayer
84368

Attacks

Eeeeeeek

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

GET /api/v1/pokemon/cards/hsp-HGSS12vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hsp-HGSS12vh",
    "name": "Cleffa",
    "number": "HGSS12",
    "printed_number": "HGSS12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hsp/HGSS12vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hsp/HGSS12vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hsp/HGSS12vh.large.webp"
      }
    ],
    "expansion": {
      "id": "hsp",
      "name": "HGSS Black Star Promos",
      "total": 25,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "PR-HS",
      "printed_total": 25,
      "release_date": "2010/02/10",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hsp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hsp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84368",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hsp/HGSS12vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hsp/HGSS12vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hsp/HGSS12vh.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": "Promo",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 17.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 17.5
        },
        {
          "condition": "LP",
          "price": 16.65
        },
        {
          "condition": "MP",
          "price": 9.48
        },
        {
          "condition": "HP",
          "price": 6.3
        },
        {
          "condition": "DMG",
          "price": 4.68
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 100,
          "low": 85,
          "high": 115,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 37,
          "low": 31.45,
          "high": 42.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:32:58.348Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.89
      }
    }
  }
}