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

← Paradigm Trigger
Luxio

Luxio

usually #27 Pokémon Stage 1 HP 90
Types
Lightning
Illustrator
Eri Yamaki
Expansion
Paradigm Trigger · Sword & Shield
Language
Japanese
TCGplayer
570085

Attacks

Short Spark
Lightning

This attack does 90 damage to each of your opponent's Pokémon that has any Pokémon Tool attached to it. (Don't apply Weakness and Resistance for Benched Pokémon.)

Bite 40
Lightning · Colorless
GET /api/v1/pokemon/cards/swsh12_ja-27?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12_ja-27",
    "name": "Luxio",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/27.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/27.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/27.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh12_ja",
      "name": "Paradigm Trigger",
      "total": 125,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S12",
      "printed_total": 98,
      "release_date": "2022/10/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh12_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh12_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Paradigm Trigger"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570085",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/27.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/27.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/27.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Short Spark",
        "text": "This attack does 90 damage to each of your opponent's Pokémon that has any Pokémon Tool attached to it. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bite",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Eri Yamaki",
    "pricing": {
      "currency": "USD",
      "market": 0.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.19
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:41:43.982Z",
      "trend_7d": {
        "direction": "down",
        "percent": -42.42
      }
    }
  }
}