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

← Flashfire
Luxray

Luxray

Rare #34 Pokémon Stage 2 HP 140
Types
Lightning
Illustrator
Hitoshi Ariga
Expansion
Flashfire · XY
Language
English
TCGplayer
91167

Attacks

Fang Snipe 40
Lightning · Colorless

Your opponent reveals his or her hand. Discard a Trainer card you find there.

Wild Charge 120
Lightning · Lightning · Colorless

This Pokémon does 30 damage to itself.

GET /api/v1/pokemon/cards/xy2-34?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy2-34",
    "name": "Luxray",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/34.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/34.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/34.large.webp"
      }
    ],
    "expansion": {
      "id": "xy2",
      "name": "Flashfire",
      "total": 110,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FLF",
      "printed_total": 106,
      "release_date": "2014/05/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "91167",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/34.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/34.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/34.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Fang Snipe",
        "text": "Your opponent reveals his or her hand. Discard a Trainer card you find there.",
        "damage": "40"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Wild Charge",
        "text": "This Pokémon does 30 damage to itself.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Hitoshi Ariga",
    "pricing": {
      "currency": "USD",
      "market": 0.58,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.58
        },
        {
          "condition": "MP",
          "price": 0.55
        },
        {
          "condition": "HP",
          "price": 0.32
        },
        {
          "condition": "DMG",
          "price": 0.47
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 11.19,
          "low": 9.51,
          "high": 12.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:37:40.580Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.69
      }
    }
  }
}