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

← White Flare
Lampent

Lampent

Illustration Rare #102 Pokémon Stage 1 HP 80
Types
Fire
Illustrator
Ligton
Expansion
White Flare · Scarlet & Violet
Language
English
TCGplayer
642550

Attacks

Fire Blast 50
Fire

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/rsv10pt5-102vh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "rsv10pt5-102vh",
    "name": "Lampent",
    "number": "102",
    "printed_number": "102",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/102vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/102vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/102vh.large.webp"
      }
    ],
    "expansion": {
      "id": "rsv10pt5",
      "name": "White Flare",
      "total": 173,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "WHT",
      "printed_total": 86,
      "release_date": "2025/07/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/rsv10pt5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/rsv10pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "642550",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/102vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/102vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/102vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Fire Blast",
        "text": "Discard an Energy from this Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Illustration Rare",
    "artist": "Ligton",
    "pricing": {
      "currency": "USD",
      "market": 18.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 18.04
        },
        {
          "condition": "LP",
          "price": 16.97
        },
        {
          "condition": "MP",
          "price": 10.38
        },
        {
          "condition": "DMG",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 13.61,
          "low": 11.57,
          "high": 15.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 22.8,
          "low": 22.8,
          "high": 25.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 8.25,
          "low": 8.06,
          "high": 8.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 354.99,
          "low": 309.4,
          "high": 391,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14,
          "low": 14,
          "high": 14.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20.02,
          "low": 20,
          "high": 20,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 200,
          "low": 170,
          "high": 230,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 24.5,
          "low": 20.83,
          "high": 20.83,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:08:33.713Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.06
      }
    }
  }
}