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

← Regigigas Half Deck
Luxio

Luxio

Common #DP-P Pokémon Basic
Types
Darkness
Illustrator
AKIRA EGAWA
Expansion
Regigigas Half Deck · Sword & Shield
Language
Japanese
TCGplayer
571805

Attacks

Cry of Destruction
Colorless · Colorless

Discard up to 3 Special Energy from your opponent's Pokémon.

Dark Feather 100
Darkness · Colorless · Colorless
GET /api/v1/pokemon/cards/regigigashd_ja-luxio?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "regigigashd_ja-luxio",
    "name": "Luxio",
    "number": "DP-P",
    "printed_number": "DP-P",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8a_ja/13vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8a_ja/13vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8a_ja/13vh.large.webp"
      }
    ],
    "expansion": {
      "id": "regigigashd_ja",
      "name": "Regigigas Half Deck",
      "total": 38,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S8a",
      "printed_total": 28,
      "release_date": "2008/09/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Regigigas Half Deck"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571805",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8a_ja/13vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8a_ja/13vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8a_ja/13vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Cry of Destruction",
        "text": "Discard up to 3 Special Energy from your opponent's Pokémon."
      },
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dark Feather",
        "damage": "100"
      }
    ],
    "rarity": "Common",
    "artist": "AKIRA EGAWA",
    "pricing": {
      "currency": "USD",
      "market": 2.41,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 68.01,
          "low": 64.52,
          "high": 71.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:21:47.095Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}