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

← Pokémon VS
Lt. Surge's Lanturn

Lt. Surge's Lanturn

usually #54 Pokémon Basic
Types
Lightning
Illustrator
Etsuya Hattori
Expansion
Pokémon VS · VS
Language
Japanese
TCGplayer
630839

Attacks

Spark 20
Lightning · Lightning

If your opponent has any Benched Pokémon, choose 1 of them and this attack does 10 damage to it. (Don't apply Weakness or Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/vs1_ja-54?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vs1_ja-54",
    "name": "Lt. Surge's Lanturn",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/54.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/54.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/54.large.webp"
      }
    ],
    "expansion": {
      "id": "vs1_ja",
      "name": "Pokémon VS",
      "total": 151,
      "language": "Japanese",
      "language_code": "ja",
      "series": "VS",
      "printed_total": 141,
      "release_date": "2001/07/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vs1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vs1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon VS"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "630839",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/54.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/54.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/54.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Spark",
        "text": "If your opponent has any Benched Pokémon, choose 1 of them and this attack does 10 damage to it. (Don't apply Weakness or Resistance for Benched Pokémon.)",
        "damage": "20"
      }
    ],
    "rarity": "usually",
    "artist": "Etsuya Hattori",
    "pricing": {
      "currency": "USD",
      "market": 11.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 11.49
        },
        {
          "condition": "DMG",
          "price": 7.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 61,
          "low": 24,
          "high": 98,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 9.6,
          "low": 8.16,
          "high": 11.04,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 192.5,
          "low": 134.5,
          "high": 318.49,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 29.65,
          "low": 39,
          "high": 39,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:22:16.637Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}