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

← Scarlet & Violet Promos
Lillie's Comfey

Lillie's Comfey

Promo #199 Pokémon Basic HP 70
Types
Psychic
Illustrator
Narumi Sato
Expansion
Scarlet & Violet Promos · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Flower Invitation
Colorless

Search your deck for any number of Basic Lillie's Pokémon and put them onto your Bench. Then, shuffle your deck.

Fade Out 30
Psychic

Put this Pokémon and all attached cards into your hand.

GET /api/v1/pokemon/cards/svp_ja-199vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "svp_ja-199vh",
    "name": "Lillie's Comfey",
    "number": "199",
    "printed_number": "199",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/199vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/199vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/199vh.large.webp"
      }
    ],
    "expansion": {
      "id": "svp_ja",
      "name": "Scarlet & Violet Promos",
      "total": 303,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "PROMO",
      "printed_total": 303,
      "release_date": "2022/11/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/svp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/svp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Scarlet & Violet Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/199vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/199vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/199vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Flower Invitation",
        "text": "Search your deck for any number of Basic Lillie's Pokémon and put them onto your Bench. Then, shuffle your deck."
      },
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Fade Out",
        "text": "Put this Pokémon and all attached cards into your hand.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Narumi Sato",
    "pricing": {
      "currency": "USD",
      "market": 5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 8.67,
          "low": 8.67,
          "high": 8.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 33.5,
          "low": 28.48,
          "high": 38.53,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.5,
          "low": 12.33,
          "high": 16.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:27:14.453Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}