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

← Mega Evolution Black Star Promos
Alakazam

Alakazam

Promo #3 Pokémon Stage 2 HP 140
Types
Psychic
Illustrator
cochi8i
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
654597

Attacks

Powerful Hand
Psychic

Place 2 damage counters on your opponent's Active Pokémon for each card in your hand.

GET /api/v1/pokemon/cards/mep-3vh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-3vh",
    "name": "Alakazam",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/3vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/3vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/3vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mep",
      "name": "Mega Evolution Black Star Promos",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEP",
      "printed_total": 112,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "654597",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/3vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/3vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/3vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "140",
    "abilities": [
      {
        "name": "Psychic Draw",
        "text": "Once during your turn, when you play this Pokémon from your hand to evolve 1 of your Pokémon, you may use this Ability. Draw 3 cards.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Powerful Hand",
        "text": "Place 2 damage counters on your opponent's Active Pokémon for each card in your hand."
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Promo",
    "artist": "cochi8i",
    "pricing": {
      "currency": "USD",
      "market": 21.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 21.1
        },
        {
          "condition": "LP",
          "price": 20.48
        },
        {
          "condition": "MP",
          "price": 14
        },
        {
          "condition": "HP",
          "price": 17.99
        },
        {
          "condition": "DMG",
          "price": 16.56
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 71.42,
          "low": 77.19,
          "high": 77.19,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "ACE",
          "grade": "9",
          "value": 16.68,
          "low": 16.4,
          "high": 35.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 122.2,
          "low": 122.2,
          "high": 122.2,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 497,
          "low": 248.45,
          "high": 583.49,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 100,
          "low": 85,
          "high": 115,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18.85,
          "low": 18.76,
          "high": 35.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 173.58,
          "low": 179.79,
          "high": 179.97,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 44.5,
          "low": 44.5,
          "high": 46.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:57:46.786Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.14
      }
    }
  }
}