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

← Plasma Blast
Lileep

Lileep

Uncommon #3 Pokémon Restored HP 80
Types
Grass
Illustrator
Suwama Chiaki
Expansion
Plasma Blast · Black & White
Language
English
TCGplayer
86790

Attacks

Spiral Drain 20
Grass · Colorless

Heal 10 damage from this Pokémon.

GET /api/v1/pokemon/cards/bw10-3vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw10-3vrh",
    "name": "Lileep",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/3vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/3vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/3vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw10",
      "name": "Plasma Blast",
      "total": 105,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLB",
      "printed_total": 101,
      "release_date": "2013/08/14",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86790",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/3vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/3vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/3vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Restored"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Prehistoric Call",
        "text": "Once during your turn (before your attack), if this Pokémon is in your discard pile, you may put this Pokémon on the bottom of your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Spiral Drain",
        "text": "Heal 10 damage from this Pokémon.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 1.07,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.07
        },
        {
          "condition": "MP",
          "price": 0.88
        },
        {
          "condition": "HP",
          "price": 0.68
        },
        {
          "condition": "DMG",
          "price": 0.79
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:52:51.263Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}