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

← Unbroken Bonds
Cleffa

Cleffa

Uncommon #131 Pokémon Basic HP 60
Types
Fairy
Illustrator
Shibuzoh.
Expansion
Unbroken Bonds · Sun & Moon
Language
English
TCGplayer
189229
GET /api/v1/pokemon/cards/sm10-131vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10-131vrh",
    "name": "Cleffa",
    "number": "131",
    "printed_number": "131",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/131vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/131vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/131vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10",
      "name": "Unbroken Bonds",
      "total": 238,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNB",
      "printed_total": 214,
      "release_date": "2019/05/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "189229",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/131vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/131vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/131vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Excitable Draw",
        "text": "Once during your turn (before your attack), you may flip a coin. If heads, shuffle your hand into your deck and then draw 6 cards. If you use this Ability, your turn ends.",
        "type": "Ability"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Shibuzoh.",
    "pricing": {
      "currency": "USD",
      "market": 33.55,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 33.55
        },
        {
          "condition": "LP",
          "price": 27.62
        },
        {
          "condition": "MP",
          "price": 23.17
        },
        {
          "condition": "HP",
          "price": 17.46
        },
        {
          "condition": "DMG",
          "price": 8.72
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 85,
          "low": 72.25,
          "high": 97.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:12:06.336Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.97
      }
    }
  }
}