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

← Emerging Powers
Lilligant

Lilligant

Uncommon #14 Pokémon Stage 1 HP 90
Types
Grass
Illustrator
Shin Nagasawa
Expansion
Emerging Powers · Black & White
Language
English
TCGplayer
86793

Attacks

Bemusing Aroma 20
Grass

Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned. If tails, the Defending Pokémon is now Confused.

Cut 60
Grass · Colorless · Colorless
GET /api/v1/pokemon/cards/bw2-14vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw2-14vrh",
    "name": "Lilligant",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/14vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/14vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/14vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw2",
      "name": "Emerging Powers",
      "total": 98,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "EPO",
      "printed_total": 98,
      "release_date": "2011/08/31",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86793",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/14vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/14vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/14vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Bemusing Aroma",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned. If tails, the Defending Pokémon is now Confused.",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Cut",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 0.93,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.93
        },
        {
          "condition": "LP",
          "price": 0.7
        },
        {
          "condition": "MP",
          "price": 0.43
        },
        {
          "condition": "HP",
          "price": 0.88
        },
        {
          "condition": "DMG",
          "price": 0.4
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 35,
          "low": 35,
          "high": 35,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:43:24.154Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.09
      }
    }
  }
}