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

← Cruel Traitor
Hoopa

Hoopa

Rare #23 Pokémon Basic HP 130
Types
Psychic
Illustrator
Yoshinobu Saito
Expansion
Cruel Traitor · XY
Language
Japanese
TCGplayer
603284

Attacks

Hyperspace Punch
Colorless

This attack does 20 damage to 2 of your opponent's Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)

Portal Strike 130
Psychic · Psychic · Psychic

This Pokémon can't use Portal Strike during your next turn.

GET /api/v1/pokemon/cards/xy11c_ja-23vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11c_ja-23vh",
    "name": "Hoopa",
    "number": "23",
    "printed_number": "23",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/23vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/23vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/23vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11c_ja",
      "name": "Cruel Traitor",
      "total": 59,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY11",
      "printed_total": 54,
      "release_date": "2016/06/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy11c_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy11c_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Cruel Traitor"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603284",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/23vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/23vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/23vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Hyperspace Punch",
        "text": "This attack does 20 damage to 2 of your opponent's Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 3,
        "name": "Portal Strike",
        "text": "This Pokémon can't use Portal Strike during your next turn.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Yoshinobu Saito",
    "pricing": {
      "currency": "USD",
      "market": 4.79,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.79
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 122.5,
          "low": 149.99,
          "high": 149.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-07-16T02:22:19.487Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}