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

← XY Promos
Lanturn

Lanturn

Promo #111 Pokémon Stage 1 HP 100
Types
Water
Illustrator
Kanako Eo
Expansion
XY Promos · XY
Language
Japanese
TCGplayer

Attacks

Drain Fin 20
Water

Heal 20 damage from this Pokémon.

Light Wave 80
Water · Water · Colorless

Discard an Energy attached to this Pokémon. Your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/xyp_ja-111?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp_ja-111",
    "name": "Lanturn",
    "number": "111",
    "printed_number": "111",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/111.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/111.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/111.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp_ja",
      "name": "XY Promos",
      "total": 299,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "printed_total": 299,
      "release_date": "2013/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "XY Promos"
        }
      }
    },
    "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/xyp_ja/111.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/111.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/111.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Drain Fin",
        "text": "Heal 20 damage from this Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Light Wave",
        "text": "Discard an Energy attached to this Pokémon. Your opponent's Active Pokémon is now Confused.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Kanako Eo",
    "pricing": {
      "currency": "USD",
      "market": 28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 28
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 79,
          "low": 79,
          "high": 79,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 130,
          "low": 85.99,
          "high": 187.28,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T08:05:55.131Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}