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

← Flashfire
Lysandre

Lysandre

Rare Ultra #104 Trainer Supporter
Illustrator
Ken Sugimori
Expansion
Flashfire · XY
Language
English
TCGplayer
91227
GET /api/v1/pokemon/cards/xy2-104vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy2-104vh",
    "name": "Lysandre",
    "number": "104",
    "printed_number": "104",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/104vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/104vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/104vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy2",
      "name": "Flashfire",
      "total": 110,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FLF",
      "printed_total": 106,
      "release_date": "2014/05/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "91227",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/104vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/104vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/104vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Rare Ultra",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 16
        },
        {
          "condition": "MP",
          "price": 15.29
        },
        {
          "condition": "HP",
          "price": 13.84
        },
        {
          "condition": "DMG",
          "price": 8.37
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 37.99,
          "low": 37.99,
          "high": 38.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 85,
          "low": 85,
          "high": 85,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 259,
          "low": 259,
          "high": 304.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 6,
          "low": 6,
          "high": 15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 20.69,
          "low": 20.05,
          "high": 20.45,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 38.5,
          "low": 33.5,
          "high": 42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:37:40.580Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.88
      }
    }
  }
}