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

← Mask of Change
Luxray ex

Luxray ex

Double Rare #41 Pokémon Stage 2ex
Types
Lightning
Illustrator
PLANETA Yamashita
Expansion
Mask of Change · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Piercing Gleam
Colorless · Colorless

Your opponent reveals their hand, and you discard a card you find there.

Volt Strike
Lightning · Lightning

Discard all Energy from this Pokémon.

GET /api/v1/pokemon/cards/sv6_ja-41vh?include=prices 200 134ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6_ja-41vh",
    "name": "Luxray ex",
    "number": "41",
    "printed_number": "41",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/41vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/41vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/41vh.large.png"
      }
    ],
    "expansion": {
      "id": "sv6_ja",
      "name": "Mask of Change",
      "total": 133,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV6",
      "printed_total": 101,
      "release_date": "2024/04/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mask of Change"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/41vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/41vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/41vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "ex"
    ],
    "types": [
      "Lightning"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Piercing Gleam",
        "text": "Your opponent reveals their hand, and you discard a card you find there."
      },
      {
        "cost": [
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Volt Strike",
        "text": "Discard all Energy from this Pokémon."
      }
    ],
    "rarity": "Double Rare",
    "artist": "PLANETA Yamashita",
    "pricing": {
      "currency": "USD",
      "market": 0.61,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.61
        },
        {
          "condition": "LP",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 9,
          "low": 7,
          "high": 12.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9.55,
          "low": 8.99,
          "high": 8.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 14.5,
          "low": 14,
          "high": 21.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-30T08:03:03.063Z",
      "trend_7d": {
        "direction": "down",
        "percent": -61.88
      }
    }
  }
}