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

← Black Bolt
Lampent

Lampent

Common #16 Pokémon Stage 1
Types
Fire
Illustrator
satoma
Expansion
Black Bolt · Scarlet & Violet
Language
Japanese
TCGplayer
636370

Attacks

Fire Blast
Fire

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/sv11b_ja-16?include=prices 200 90ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv11b_ja-16",
    "name": "Lampent",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/16.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/16.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/16.large.png"
      }
    ],
    "expansion": {
      "id": "sv11b_ja",
      "name": "Black Bolt",
      "total": 174,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV11B",
      "printed_total": 86,
      "release_date": "2025/06/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Black Bolt"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "636370",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/16.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/16.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/16.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Fire Blast",
        "text": "Discard an Energy from this Pokémon."
      }
    ],
    "rarity": "Common",
    "artist": "satoma",
    "pricing": {
      "currency": "USD",
      "market": 0.61,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.61
        },
        {
          "condition": "LP",
          "price": 0.03
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-30T09:05:09.245Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}