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

← Awakening Legends
Lanturn

Lanturn

Uncommon #171 Pokémon Stage 1 HP 80
Types
Lightning
Illustrator
Kagemaru Himeno
Expansion
Awakening Legends · Neo
Language
Japanese
TCGplayer

Attacks

Blinding Light 30
Lightning · Colorless · Colorless

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

GET /api/v1/pokemon/cards/neo3_ja-26?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo3_ja-26",
    "name": "Lanturn",
    "number": "171",
    "printed_number": "171",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-26.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-26.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-26.large.webp"
      }
    ],
    "expansion": {
      "id": "neo3_ja",
      "name": "Awakening Legends",
      "total": 57,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Neo",
      "printed_total": 57,
      "release_date": "2000/11/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Awakening Legends"
        }
      }
    },
    "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/neo3_ja-26.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-26.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-26.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Submerge",
        "text": "Once during your turn (before your attack), you may change Lanturn's type to Water until the end of your turn. This power can't be used if Lanturn is Asleep, Confused, or Paralyzed. If Lanturn becomes Asleep, Confused, or Paralyzed after you have used this power, its type changes back to Lightning.",
        "type": "Pokémon Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Blinding Light",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Confused.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 2.86,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.86
        },
        {
          "condition": "LP",
          "price": 1.26
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 24.51,
          "low": 26.99,
          "high": 26.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:47:12.814Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.35
      }
    }
  }
}