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

← Mask of Change
Luxray ex

Luxray ex

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

Attacks

Piercing Gleam 120
Colorless · Colorless

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

Volt Strike 250
Lightning · Lightning

Discard all Energy from this Pokémon.

GET /api/v1/pokemon/cards/sv6_ja-118vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6_ja-118vh",
    "name": "Luxray ex",
    "number": "118",
    "printed_number": "118",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/118vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/118vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/118vh.large.webp"
      }
    ],
    "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/118vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/118vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/118vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "ex"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "310",
    "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.",
        "damage": "120"
      },
      {
        "cost": [
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Volt Strike",
        "text": "Discard all Energy from this Pokémon.",
        "damage": "250"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "PLANETA Yamashita",
    "pricing": {
      "currency": "USD",
      "market": 3.48,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.48
        },
        {
          "condition": "LP",
          "price": 1.99
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 47.68,
          "low": 40.53,
          "high": 54.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 18.22,
          "low": 16,
          "high": 21,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 29.18,
          "low": 30,
          "high": 30,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:46:20.712Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.85
      }
    }
  }
}