Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Twilight Masquerade
Lampent

Lampent

Common #37 Pokémon Stage 1 HP 80
Types
Fire
Illustrator
Rond
Expansion
Twilight Masquerade · Scarlet & Violet
Language
English
TCGplayer
550081

Attacks

Live Coal 20
Fire
Burn It All Up 60
Fire · Colorless

Discard all Energy from this Pokémon.

GET /api/v1/pokemon/cards/sv6-37vrh?include=prices 200 113ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6-37vrh",
    "name": "Lampent",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/37vrh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/37vrh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/37vrh.large.png"
      }
    ],
    "expansion": {
      "id": "sv6",
      "name": "Twilight Masquerade",
      "total": 226,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TWM",
      "printed_total": 167,
      "release_date": "2024/05/24",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "550081",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/37vrh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/37vrh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/37vrh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Live Coal",
        "damage": "20"
      },
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Burn It All Up",
        "text": "Discard all Energy from this Pokémon.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Rond",
    "pricing": {
      "currency": "USD",
      "market": 0.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.23
        },
        {
          "condition": "LP",
          "price": 0.21
        },
        {
          "condition": "MP",
          "price": 0.06
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T14:21:26.774Z",
      "trend_7d": {
        "direction": "down",
        "percent": -11.54
      }
    }
  }
}