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

← POP Series 8
Luxray

Luxray

Rare #3 Pokémon Stage 2 HP 120
Types
Lightning
Illustrator
Ken Sugimori
Expansion
POP Series 8 · POP
Language
English
TCGplayer
86948

Attacks

Thunder 120
Lightning · Lightning · Lightning · Colorless

Flip a coin. If tails, Luxray does 40 damage to itself.

GET /api/v1/pokemon/cards/pop8-3vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop8-3vh",
    "name": "Luxray",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/3vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/3vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/3vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pop8",
      "name": "POP Series 8",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2008/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86948",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/3vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/3vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/3vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Intimidating Fang",
        "text": "As long as Luxray is your Active Pokémon, any damage done by an opponent's attack is reduced by 10 (before applying Weakness and Resistance).",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Thunder",
        "text": "Flip a coin. If tails, Luxray does 40 damage to itself.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+30"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 34.94,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 34.94
        },
        {
          "condition": "LP",
          "price": 9.7
        },
        {
          "condition": "MP",
          "price": 5.82
        },
        {
          "condition": "HP",
          "price": 2.8
        },
        {
          "condition": "DMG",
          "price": 2.55
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 80,
          "low": 68,
          "high": 92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 2100,
          "low": 1785,
          "high": 2415,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 47.5,
          "low": 47.31,
          "high": 47.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 62.5,
          "low": 53.13,
          "high": 71.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:12:01.088Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}