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

← Clay Burst
Luxray

Luxray

Rare #21 Pokémon Stage 2 HP 150
Types
Lightning
Illustrator
aoki
Expansion
Clay Burst · Scarlet & Violet
Language
Japanese
TCGplayer
565883

Attacks

Wild Charge 180
Lightning · Colorless · Colorless

This Pokémon also does 20 damage to itself.

GET /api/v1/pokemon/cards/sv2d_ja-21vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2d_ja-21vh",
    "name": "Luxray",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/21vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/21vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/21vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv2d_ja",
      "name": "Clay Burst",
      "total": 99,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV2D",
      "printed_total": 71,
      "release_date": "2023/04/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Clay Burst"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "565883",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/21vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/21vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/21vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "150",
    "abilities": [
      {
        "name": "Swelling Flash",
        "text": "Once during your turn, if this Pokémon is in your hand and you have more Prize cards remaining than your opponent, you may use this Ability. If you do, you may put it onto your Bench.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Wild Charge",
        "text": "This Pokémon also does 20 damage to itself.",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "aoki",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        },
        {
          "condition": "LP",
          "price": 0.25
        },
        {
          "condition": "MP",
          "price": 0.2
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 38.5,
          "low": 32.73,
          "high": 44.28,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:02:12.316Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.06
      }
    }
  }
}