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

← Rage of the Broken Heavens
Espeon-EX

Espeon-EX

Super Rare #84 Pokémon BasicEX HP 170
Types
Psychic
Illustrator
Ryo Ueda
Expansion
Rage of the Broken Heavens · XY
Language
Japanese
TCGplayer
604146

Attacks

Miraculous Shine
Colorless

Devolve each of your opponents evolved Pokémon and put the highest Stage Evolution card on it into your opponents hand.

Psyshock 70
Psychic · Colorless · Colorless

This attacks damage isn't affected by any effects on your opponents Active Pokémon.

GET /api/v1/pokemon/cards/xy9_ja-84vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy9_ja-84vh",
    "name": "Espeon-EX",
    "number": "84",
    "printed_number": "84",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/84vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/84vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/84vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy9_ja",
      "name": "Rage of the Broken Heavens",
      "total": 89,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY9",
      "printed_total": 80,
      "release_date": "2015/12/11",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rage of the Broken Heavens"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "604146",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/84vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/84vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/84vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Miraculous Shine",
        "text": "Devolve each of your opponents evolved Pokémon and put the highest Stage Evolution card on it into your opponents hand."
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Psyshock",
        "text": "This attacks damage isn't affected by any effects on your opponents Active Pokémon.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 501.6,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 360,
          "low": 306,
          "high": 414,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 930,
          "low": 914,
          "high": 1094.8,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 361.15,
          "low": 394.72,
          "high": 554.97,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-04-27T09:41:57.353Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}