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

← Darkness, and to Light...
Light Ledian

Light Ledian

Rare #166 Pokémon Stage 1 HP 70
Types
Grass
Illustrator
Tomokazu Komiya
Expansion
Darkness, and to Light... · Neo
Language
Japanese
TCGplayer

Attacks

Flash Touch
Grass

If you have any Benched Pokémon, switch 1 of them with Light Ledian. As long as that Pokémon is your Active Pokémon, it can't become Asleep, Confused, Paralyzed, or Poisoned. (All other effects of attacks, Pokémon Powers, and Trainer cards still happen.)

Comet Punch 20×
Grass · Colorless · Colorless

Flip 4 coins. This attack does 20 damage times the number of heads.

GET /api/v1/pokemon/cards/neo4_ja-10?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo4_ja-10",
    "name": "Light Ledian",
    "number": "166",
    "printed_number": "166",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-10.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-10.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-10.large.webp"
      }
    ],
    "expansion": {
      "id": "neo4_ja",
      "name": "Darkness, and to Light...",
      "total": 113,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Neo",
      "printed_total": 113,
      "release_date": "2001/04/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Darkness, and to Light..."
        }
      }
    },
    "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/neo4_ja-10.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-10.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-10.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Flash Touch",
        "text": "If you have any Benched Pokémon, switch 1 of them with Light Ledian. As long as that Pokémon is your Active Pokémon, it can't become Asleep, Confused, Paralyzed, or Poisoned. (All other effects of attacks, Pokémon Powers, and Trainer cards still happen.)"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Comet Punch",
        "text": "Flip 4 coins. This attack does 20 damage times the number of heads.",
        "damage": "20×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 1.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 30.5,
          "low": 20.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 36.5,
          "low": 31.03,
          "high": 41.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 30,
          "high": 30.61,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-28T05:05:12.409Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}