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

← Forbidden Light
Aegislash

Aegislash

Rare #49 Pokémon Stage 2 HP 150
Types
Psychic
Illustrator
Anesaki Dynamic
Expansion
Forbidden Light · Sun & Moon
Language
English
TCGplayer
165700

Attacks

Ticking Knock Out
Colorless

During your next turn, if the Defending Pokémon is damaged by an attack, it will be Knocked Out.

Draining Blade 90
Psychic · Psychic · Psychic

Heal 30 damage from this Pokémon.

GET /api/v1/pokemon/cards/sm6-49?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6-49",
    "name": "Aegislash",
    "number": "49",
    "printed_number": "49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/49.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/49.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/49.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6",
      "name": "Forbidden Light",
      "total": 150,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "FLI",
      "printed_total": 131,
      "release_date": "2018/05/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "165700",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/49.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/49.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/49.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Ticking Knock Out",
        "text": "During your next turn, if the Defending Pokémon is damaged by an attack, it will be Knocked Out."
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 3,
        "name": "Draining Blade",
        "text": "Heal 30 damage from this Pokémon.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 0.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.39
        },
        {
          "condition": "LP",
          "price": 0.31
        },
        {
          "condition": "MP",
          "price": 0.34
        },
        {
          "condition": "HP",
          "price": 0.07
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:18:42.165Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.41
      }
    }
  }
}