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

← Awakening Psychic King
M Alakazam-EX

M Alakazam-EX

Super Rare #81 Pokémon MEGAEX HP 210
Types
Psychic
Illustrator
5ban Graphics
Expansion
Awakening Psychic King · XY
Language
Japanese
TCGplayer

Attacks

Zen Force 10+
Psychic · Colorless

This attack does 30 more damage for each damage counter on your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/xy10_ja-81vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy10_ja-81vh",
    "name": "M Alakazam-EX",
    "number": "81",
    "printed_number": "81",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/81vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/81vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/81vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy10_ja",
      "name": "Awakening Psychic King",
      "total": 88,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY10",
      "printed_total": 78,
      "release_date": "2016/03/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy10_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy10_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Awakening Psychic King"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/81vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/81vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/81vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "MEGA",
      "EX"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Zen Force",
        "text": "This attack does 30 more damage for each damage counter on your opponent's Active Pokémon.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 290.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 290.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 323.6,
          "low": 405,
          "high": 405,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 382.05,
          "low": 299,
          "high": 299,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 90,
          "low": 76.5,
          "high": 103.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 245.95,
          "low": 290.98,
          "high": 298.87,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "SGC",
          "grade": "9",
          "value": 250,
          "low": 212.5,
          "high": 287.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2025-11-18T02:09:48.179Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}