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

← Vivid Portrayals (Indigo)
Alakazam V

Alakazam V

Rare #125/115 Pokémon Basic HP 190
Types
Psychic
Illustrator
Ayaka Yoshida
Expansion
Vivid Portrayals (Indigo) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Zen Spoon
Colorless

Put 3 damage counters on your opponent's Pokémon in any way you like.

Mind Ruler 30
Colorless · Colorless

This attack does 30 damage for each card in your opponent's hand.

GET /api/v1/pokemon/cards/vpi-125?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vpi-125",
    "name": "Alakazam V",
    "number": "125/115",
    "printed_number": "125/115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-125.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-125.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-125.large.webp"
      }
    ],
    "expansion": {
      "id": "vpi",
      "name": "Vivid Portrayals (Indigo)",
      "total": 143,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 143,
      "release_date": "2023/08/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vpi.logo.png",
      "translation": {
        "en": {
          "name": "Vivid Portrayals (Indigo)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-125.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-125.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-125.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "190",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Zen Spoon",
        "text": "Put 3 damage counters on your opponent's Pokémon in any way you like."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Mind Ruler",
        "text": "This attack does 30 damage for each card in your opponent's hand.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Ayaka Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 3,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 4300,
          "low": 3655,
          "high": 4945,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 173.51,
          "low": 172.95,
          "high": 172.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 549.97,
          "low": 198.59,
          "high": 550,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-22T02:09:06.867Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}