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

← Shining Synergy (Supreme)
Aegislash

Aegislash

Rare #075/150 Pokémon Stage 2 HP 130
Types
Psychic
Illustrator
Eske Yoshinob
Expansion
Shining Synergy (Supreme) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Trash Slash 10
Colorless

This attack does 10 damage for each Item card in your discard pile. You can't do more than 130 damage in this way.

GET /api/v1/pokemon/cards/sssu-075?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssu-075",
    "name": "Aegislash",
    "number": "075/150",
    "printed_number": "075/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-075.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-075.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-075.large.webp"
      }
    ],
    "expansion": {
      "id": "sssu",
      "name": "Shining Synergy (Supreme)",
      "total": 193,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 193,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssu.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Supreme)"
        }
      }
    },
    "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/sssu-075.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-075.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-075.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Trash Slash",
        "text": "This attack does 10 damage for each Item card in your discard pile. You can't do more than 130 damage in this way.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 16.14,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:38:31.071Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}