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

← Black & White
Lilligant

Lilligant

Rare #10 Pokémon Stage 1 HP 80
Types
Grass
Illustrator
Atsuko Nishida
Expansion
Black & White · Black & White
Language
English
TCGplayer
86792

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/bw1-10vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw1-10vrh",
    "name": "Lilligant",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/10vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/10vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/10vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw1",
      "name": "Black & White",
      "total": 115,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "BLW",
      "printed_total": 114,
      "release_date": "2011/04/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86792",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/10vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/10vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/10vrh.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": "Rare",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 4.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.14
        },
        {
          "condition": "LP",
          "price": 3.01
        },
        {
          "condition": "MP",
          "price": 1.84
        },
        {
          "condition": "HP",
          "price": 1.38
        },
        {
          "condition": "DMG",
          "price": 1.37
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 94,
          "low": 79.9,
          "high": 108.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:55:59.457Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.24
      }
    }
  }
}