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

← Neo Genesis 1st Edition
Cleffa

Cleffa

Rare #20 Pokémon Baby HP 30
Types
Colorless
Illustrator
Kagemaru Himeno
Expansion
Neo Genesis 1st Edition · Neo
Language
English
TCGplayer
84362

Attacks

Eeeeeeek
Colorless

Shuffle your hand into your deck, then draw 7 cards.

GET /api/v1/pokemon/cards/neo1-20v1e?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo1-20v1e",
    "name": "Cleffa",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/20v1e.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/20v1e.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/20v1e.large.webp"
      }
    ],
    "expansion": {
      "id": "neo1-1st-edition",
      "name": "Neo Genesis 1st Edition",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Neo",
      "printed_total": 111,
      "release_date": "2000/12/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84362",
    "variants": [
      {
        "name": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/20v1e.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/20v1e.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/20v1e.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Baby"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "30",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Eeeeeeek",
        "text": "Shuffle your hand into your deck, then draw 7 cards."
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 22.75,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 22.75
        },
        {
          "condition": "LP",
          "price": 15.92
        },
        {
          "condition": "MP",
          "price": 12.11
        },
        {
          "condition": "HP",
          "price": 8.67
        },
        {
          "condition": "DMG",
          "price": 10.01
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 57.5,
          "low": 48.88,
          "high": 66.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 24.99,
          "low": 21.24,
          "high": 28.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 25,
          "low": 25,
          "high": 25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 116.5,
          "low": 116.5,
          "high": 123.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 34,
          "low": 45,
          "high": 45,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 24.51,
          "low": 21.95,
          "high": 33.55,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 60.37,
          "low": 68.4,
          "high": 74.27,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:44:21.374Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.04
      }
    }
  }
}