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

← Platinum Promos
Luxray GL

Luxray GL

Common #14 Pokémon BasicSP HP 80
Types
Lightning
Illustrator
Kouki Saitou
Expansion
Platinum Promos · Platinum
Language
Japanese
TCGplayer

Attacks

Bite 30
Colorless · Colorless
Trash Bolt 70
Lightning · Colorless · Colorless

Discard an Energy card from your hand. (If you can't discard a card from your hand, this attack does nothing.)

GET /api/v1/pokemon/cards/ptp_ja-14vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ptp_ja-14vh",
    "name": "Luxray GL",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/14vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/14vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/14vh.large.webp"
      }
    ],
    "expansion": {
      "id": "ptp_ja",
      "name": "Platinum Promos",
      "total": 51,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "printed_total": 51,
      "release_date": "2008/10/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ptp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ptp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Platinum Promos"
        }
      }
    },
    "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/ptp_ja/14vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/14vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/14vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "SP"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bite",
        "damage": "30"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Trash Bolt",
        "text": "Discard an Energy card from your hand. (If you can't discard a card from your hand, this attack does nothing.)",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 244.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 244.4
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 138.4,
          "low": 117.64,
          "high": 159.16,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1254.91,
          "low": 1504.49,
          "high": 1540.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-07-28T21:32:17.944Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}