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

← Premium Champion Pack
Hoopa-EX

Hoopa-EX

Common #64 Pokémon BasicEX
Types
Psychic
Illustrator
Ryota Murayama
Expansion
Premium Champion Pack · XY
Language
Japanese
TCGplayer
605561

Attacks

Hyperspace Fury
Psychic · Psychic · Psychic

Discard 20 Energy attached to this Pokémon. This attack does 100 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/cp4_ja-64?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp4_ja-64",
    "name": "Hoopa-EX",
    "number": "64",
    "printed_number": "64",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/64.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/64.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/64.large.webp"
      }
    ],
    "expansion": {
      "id": "cp4_ja",
      "name": "Premium Champion Pack",
      "total": 140,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP4",
      "printed_total": 131,
      "release_date": "2016/04/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Premium Champion Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "605561",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/64.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/64.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/64.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Psychic"
    ],
    "abilities": [
      {
        "name": "Scoundrel Ring",
        "text": "When you play this Pokémon from your hand onto your Bench, you may search your deck for up to 3 Pokémon-EX (except for Hoopa-EX), reveal them, and put them into your hand. Shuffle your deck afterward.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 3,
        "name": "Hyperspace Fury",
        "text": "Discard 20 Energy attached to this Pokémon. This attack does 100 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "rarity": "Common",
    "artist": "Ryota Murayama",
    "pricing": {
      "currency": "USD",
      "market": 9.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.99
        },
        {
          "condition": "MP",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 71.78,
          "low": 115.5,
          "high": 115.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:58:35.724Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}