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

← Evolving Skies
Lilligant

Lilligant

Rare #10 Pokémon Stage 1 HP 100
Types
Grass
Illustrator
Kagemaru Himeno
Expansion
Evolving Skies · Sword & Shield
Language
English
TCGplayer
246824

Attacks

Dizzying Flower 70
Grass · Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Asleep. If tails, your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/swsh7-10?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh7-10",
    "name": "Lilligant",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/10.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/10.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/10.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh7",
      "name": "Evolving Skies",
      "total": 237,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "EVS",
      "printed_total": 203,
      "release_date": "2021/08/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "246824",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/10.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/10.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/10.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Dizzying Flower",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Asleep. If tails, your opponent's Active Pokémon is now Confused.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 0.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.18
        },
        {
          "condition": "LP",
          "price": 0.14
        },
        {
          "condition": "MP",
          "price": 0.06
        },
        {
          "condition": "HP",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:17:11.943Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.26
      }
    }
  }
}