Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Terastal Gathering
Alakazam

Alakazam

Rare #064/208 Pokémon Stage 2 HP 140
Types
Psychic
Illustrator
Masako Tomii
Expansion
Terastal Gathering · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Strange Hacking
Colorless

Your opponent's Active Pokémon is now Confused. You may move any number of damage counters from your opponent's Pokémon to their other Pokémon in any way you like.

Psychic 10
Colorless

This attack does 50 more damage for each Energy attached to your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/cn-terastal-gathering-064?include=prices 200 50ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cn-terastal-gathering-064",
    "name": "Alakazam",
    "number": "064/208",
    "printed_number": "064/208",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-064.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-064.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-064.large.webp"
      }
    ],
    "expansion": {
      "id": "cn-terastal-gathering",
      "name": "Terastal Gathering",
      "total": 259,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 259,
      "release_date": "2026/06/12",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cn-terastal-gathering.logo.png",
      "translation": {
        "en": {
          "name": "Terastal Gathering"
        }
      }
    },
    "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/cn-terastal-gathering-064.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-064.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-064.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Strange Hacking",
        "text": "Your opponent's Active Pokémon is now Confused. You may move any number of damage counters from your opponent's Pokémon to their other Pokémon in any way you like."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Psychic",
        "text": "This attack does 50 more damage for each Energy attached to your opponent's Active Pokémon.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Masako Tomii",
    "pricing": {
      "currency": "USD",
      "market": 6.99,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-08-13T02:35:29.061Z"
    }
  }
}