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

← Expansion Pack
Clefairy Doll

Clefairy Doll

Rare #91 Trainer HP 10
Illustrator
Keiji Kinebuchi
Expansion
Expansion Pack · Original
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/base1_ja-91?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "base1_ja-91",
    "name": "Clefairy Doll",
    "number": "91",
    "printed_number": "91",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base1_ja-91.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base1_ja-91.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base1_ja-91.large.webp"
      }
    ],
    "expansion": {
      "id": "base1_ja",
      "name": "Expansion Pack",
      "total": 102,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Original",
      "printed_total": 102,
      "release_date": "1996/10/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/base1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/base1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Expansion Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base1_ja-91.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base1_ja-91.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base1_ja-91.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "hp": "10",
    "rarity": "Rare",
    "artist": "Keiji Kinebuchi",
    "pricing": {
      "currency": "USD",
      "market": 6.5,
      "is_stale": true,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 52,
          "low": 51.61,
          "high": 71.2,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-16T14:23:48.683Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}