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

← Perfect Order
Mega Clefable ex

Mega Clefable ex

Ultra Rare #103 Pokémon Stage 1MEGAex HP 320
Types
Psychic
Illustrator
aky CG Works
Expansion
Perfect Order · Mega Evolution
Language
English
TCGplayer
684384

Attacks

Shooting Moons 120+
Psychic · Psychic

You may discard up to 4 Energy cards from your hand, and this attack does 40 more damage for each card you discarded in this way.

GET /api/v1/pokemon/cards/me3-103vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me3-103vh",
    "name": "Mega Clefable ex",
    "number": "103",
    "printed_number": "103",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-103vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-103vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-103vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me3",
      "name": "Perfect Order",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "POR",
      "printed_total": 88,
      "release_date": "2026/03/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "684384",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-103vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-103vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-103vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "MEGA",
      "ex"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "320",
    "abilities": [
      {
        "name": "Luminous Wing",
        "text": "Prevent all effects of your opponent's Pokémon's Abilities done to this Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Shooting Moons",
        "text": "You may discard up to 4 Energy cards from your hand, and this attack does 40 more damage for each card you discarded in this way.",
        "damage": "120+"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Ultra Rare",
    "artist": "aky CG Works",
    "pricing": {
      "currency": "USD",
      "market": 4.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.28
        },
        {
          "condition": "DMG",
          "price": 4.2
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 35.57,
          "low": 22.76,
          "high": 41.58,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "ACE",
          "grade": "9",
          "value": 17.99,
          "low": 15.29,
          "high": 20.69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 39.75,
          "low": 26.43,
          "high": 51.62,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 42.5,
          "low": 37.8,
          "high": 98,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 33,
          "trend": {
            "direction": "down",
            "percent": -31.5
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14.75,
          "low": 13.1,
          "high": 18.85,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21.5,
          "low": 14.9,
          "high": 33.94,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 17,
          "trend": {
            "direction": "flat",
            "percent": 0
          }
        },
        {
          "company": "SGC",
          "grade": "5",
          "value": 7.5,
          "low": 7.5,
          "high": 7.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 48.94,
          "low": 51,
          "high": 51,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:59:00.217Z",
      "trend_7d": {
        "direction": "down",
        "percent": -10.83
      }
    }
  }
}