Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Brave Stars (Charm)
Luxray

Luxray

Uncommon #024/127 Pokémon Stage 2 HP 150
Types
Lightning
Illustrator
Ayaka Yoshida
Expansion
Brave Stars (Charm) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Energy Crush 50
Colorless

This attack does 50 damage for each Energy attached to all of your opponent's Pokémon.

Flash Impact 110
Colorless

This attack also does 30 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/bsch-024?include=prices 200 40ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsch-024",
    "name": "Luxray",
    "number": "024/127",
    "printed_number": "024/127",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-024.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-024.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-024.large.webp"
      }
    ],
    "expansion": {
      "id": "bsch",
      "name": "Brave Stars (Charm)",
      "total": 176,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 176,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsch.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Charm)"
        }
      }
    },
    "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/bsch-024.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-024.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-024.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Energy Crush",
        "text": "This attack does 50 damage for each Energy attached to all of your opponent's Pokémon.",
        "damage": "50"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Flash Impact",
        "text": "This attack also does 30 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ayaka Yoshida",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:31:30.112Z"
    }
  }
}