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

← Journey Together
Lillie's Comfey

Lillie's Comfey

Common #68 Pokémon Basic HP 70
Types
Psychic
Illustrator
Narumi Sato
Expansion
Journey Together · Scarlet & Violet
Language
English
TCGplayer
623495

Attacks

Inviting Flowers
Colorless

You may 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/sv9-68?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv9-68",
    "name": "Lillie's Comfey",
    "number": "68",
    "printed_number": "68",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/68.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/68.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/68.large.webp"
      }
    ],
    "expansion": {
      "id": "sv9",
      "name": "Journey Together",
      "total": 190,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "JTG",
      "printed_total": 159,
      "release_date": "2025/03/28",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "623495",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/68.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/68.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/68.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Inviting Flowers",
        "text": "You may 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": "Common",
    "artist": "Narumi Sato",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        },
        {
          "condition": "LP",
          "price": 0.1
        },
        {
          "condition": "MP",
          "price": 0.15
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 49.99,
          "low": 42.49,
          "high": 57.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:12:09.107Z",
      "trend_7d": {
        "direction": "up",
        "percent": 25
      }
    }
  }
}