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

← Ascended Heroes
Lillie's Clefairy ex

Lillie's Clefairy ex

Double Rare #76 Pokémon Basicex HP 190
Types
Psychic
Illustrator
5ban Graphics
Expansion
Ascended Heroes · Mega Evolution
Language
English
TCGplayer
675888

Attacks

Full Moon Rondo 20+
Psychic · Colorless

This attack does 20 more damage for each Benched Pokémon (both yours and your opponent's).

GET /api/v1/pokemon/cards/me2pt5-76vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me2pt5-76vh",
    "name": "Lillie's Clefairy ex",
    "number": "76",
    "printed_number": "76",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/76vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/76vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/76vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me2pt5",
      "name": "Ascended Heroes",
      "total": 295,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "ASC",
      "printed_total": 217,
      "release_date": "2026/01/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2pt5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "675888",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/76vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/76vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/76vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "190",
    "abilities": [
      {
        "name": "Fairy Zone",
        "text": "The Weakness of each of your opponent's Dragon Pokémon in play is now Psychic. (Apply Weakness as ×2.)",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Full Moon Rondo",
        "text": "This attack does 20 more damage for each Benched Pokémon (both yours and your opponent's).",
        "damage": "20+"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.57
        },
        {
          "condition": "MP",
          "price": 1.27
        },
        {
          "condition": "DMG",
          "price": 0.65
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 44.99,
          "low": 38.24,
          "high": 51.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 302,
          "low": 32,
          "high": 593.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14,
          "low": 14,
          "high": 14,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:54:44.651Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.64
      }
    }
  }
}