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

← White Collection
Lilligant

Lilligant

Non #7 Pokémon Stage 1 HP 80
Types
Grass
Illustrator
Atsuko Nishida
Expansion
White Collection · Black & White
Language
Japanese
TCGplayer

Attacks

Petal Dance 30×
Grass

Flip 3 coins. This attack does 30 damage times the number of heads. This Pokémon is now Confused.

Leaf Storm 30
Grass · Colorless

Heal 20 damage from each of your Grass Pokémon.

GET /api/v1/pokemon/cards/bw1w_ja-7?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw1w_ja-7",
    "name": "Lilligant",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/7.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/7.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/7.large.webp"
      }
    ],
    "expansion": {
      "id": "bw1w_ja",
      "name": "White Collection",
      "total": 56,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW1",
      "printed_total": 53,
      "release_date": "2010/12/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw1w_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw1w_ja.symbol.png",
      "translation": {
        "en": {
          "name": "White Collection"
        }
      }
    },
    "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/bw1w_ja/7.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/7.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/7.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Petal Dance",
        "text": "Flip 3 coins. This attack does 30 damage times the number of heads. This Pokémon is now Confused.",
        "damage": "30×"
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Leaf Storm",
        "text": "Heal 20 damage from each of your Grass Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        },
        {
          "condition": "DMG",
          "price": 0.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-17T05:49:20.560Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}