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

← Space Time Creation
Luxio

Luxio

Common #465 Pokémon Stage 1 HP 80
Types
Lightning
Illustrator
Ken Sugimori
Expansion
Space Time Creation · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Fasten Claws 10+
Colorless

Flip a coin. If heads, this attack does 10 damage plus 30 more damage.

Thunder Fang 30
Lightning · Lightning

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/dp1_ja-465?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp1_ja-465",
    "name": "Luxio",
    "number": "465",
    "printed_number": "465",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-465.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-465.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-465.large.webp"
      }
    ],
    "expansion": {
      "id": "dp1_ja",
      "name": "Space Time Creation",
      "total": 130,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP1",
      "printed_total": 130,
      "release_date": "2006/11/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Space Time Creation"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-465.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-465.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-465.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Fasten Claws",
        "text": "Flip a coin. If heads, this attack does 10 damage plus 30 more damage.",
        "damage": "10+"
      },
      {
        "cost": [
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Thunder Fang",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        },
        {
          "condition": "LP",
          "price": 1.49
        },
        {
          "condition": "MP",
          "price": 1.15
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:48:34.432Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}