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

← Miracle of the Desert
Lileep

Lileep

Non #9 Pokémon Stage 1 HP 80
Types
Grass
Illustrator
Midori Harada
Expansion
Miracle of the Desert · ADV
Language
Japanese
TCGplayer
613552

Attacks

Influence
Colorless

Search your deck for Omanyte, Kabuto, Aerodactyl, Lileep, or Anorith and put up to 2 of them onto your Bench. Shuffle your deck afterward. Treat the new Benched Pokémon as Basic Pokémon.

Time Spiral
Colorless · Colorless

If your opponent has any Evolved Pokémon in play, choose 1 of them and flip a coin. If heads, remove the highest Stage Evolution card on that Pokémon and have your opponent shuffle it into his or her deck.

GET /api/v1/pokemon/cards/adv2_ja-9?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv2_ja-9",
    "name": "Lileep",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/9.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/9.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/9.large.webp"
      }
    ],
    "expansion": {
      "id": "adv2_ja",
      "name": "Miracle of the Desert",
      "total": 53,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 53,
      "release_date": "2003/04/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Miracle of the Desert"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613552",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/9.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/9.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/9.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Influence",
        "text": "Search your deck for Omanyte, Kabuto, Aerodactyl, Lileep, or Anorith and put up to 2 of them onto your Bench. Shuffle your deck afterward. Treat the new Benched Pokémon as Basic Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Time Spiral",
        "text": "If your opponent has any Evolved Pokémon in play, choose 1 of them and flip a coin. If heads, remove the highest Stage Evolution card on that Pokémon and have your opponent shuffle it into his or her deck."
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 4.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.99
        },
        {
          "condition": "MP",
          "price": 1.49
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-14T05:29:24.213Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}