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

← Phantom Forces
Aegislash-EX

Aegislash-EX

Rare Ultra #65a Pokémon BasicEX HP 170
Types
Metal
Illustrator
Ryo Ueda
Expansion
Phantom Forces · XY
Language
English
TCGplayer
148340

Attacks

Slash Blast 40
Colorless · Colorless · Colorless

This attack does 20 more damage for each Metal Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/xy4-65avh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy4-65avh",
    "name": "Aegislash-EX",
    "number": "65a",
    "printed_number": "65a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/65avh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/65avh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/65avh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy4",
      "name": "Phantom Forces",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PHF",
      "printed_total": 119,
      "release_date": "2014/11/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "148340",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/65avh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/65avh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/65avh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Metal"
    ],
    "hp": "170",
    "abilities": [
      {
        "name": "Mighty Shield",
        "text": "Prevent all damage done to this Pokémon by attacks from each of your opponent's Pokémon that has Special Energy attached to it.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Slash Blast",
        "text": "This attack does 20 more damage for each Metal Energy attached to this Pokémon.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare Ultra",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 13.52,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 13.52
        },
        {
          "condition": "LP",
          "price": 10.55
        },
        {
          "condition": "MP",
          "price": 9.91
        },
        {
          "condition": "HP",
          "price": 5.95
        },
        {
          "condition": "DMG",
          "price": 6.89
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:30:56.509Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.07
      }
    }
  }
}