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

← Unseen Forces
Lanturn

Lanturn

Uncommon #40 Pokémon Stage 1 HP 80
Types
Lightning
Illustrator
Hajime Kusajima
Expansion
Unseen Forces · EX
Language
English
TCGplayer
86605

Attacks

Energy Stream 20
Lightning

Search your discard pile for a basic Energy card and attach it to Lanturn.

Take Down 50
Colorless · Colorless · Colorless

Lanturn does 10 damage to itself.

GET /api/v1/pokemon/cards/ex10-40?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex10-40",
    "name": "Lanturn",
    "number": "40",
    "printed_number": "40",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/40.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/40.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/40.large.webp"
      }
    ],
    "expansion": {
      "id": "ex10",
      "name": "Unseen Forces",
      "total": 145,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "UF",
      "printed_total": 115,
      "release_date": "2005/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86605",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/40.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/40.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/40.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Energy Stream",
        "text": "Search your discard pile for a basic Energy card and attach it to Lanturn.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Take Down",
        "text": "Lanturn does 10 damage to itself.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 1.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.04
        },
        {
          "condition": "LP",
          "price": 0.87
        },
        {
          "condition": "MP",
          "price": 0.5
        },
        {
          "condition": "HP",
          "price": 0.43
        },
        {
          "condition": "DMG",
          "price": 0.9
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 54.38,
          "low": 25,
          "high": 54.38,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 121.5,
          "low": 103.28,
          "high": 139.73,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 99.99,
          "low": 84.99,
          "high": 114.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-11T03:18:24.749Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}