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

← Premium Champion Pack
Lampent

Lampent

Common #58 Pokémon Stage 1
Types
Psychic
Illustrator
kawayoo
Expansion
Premium Champion Pack · XY
Language
Japanese
TCGplayer
605555

Attacks

Cursed Drop
Psychic

Put 3 damage counters on your opponent's Pokémon in any way you like.

Night March 20×
Psychic · Colorless · Colorless

This attack does 20 damage times the number of Pokémon in your discard pile that have the Night March attack.

GET /api/v1/pokemon/cards/cp4_ja-58?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp4_ja-58",
    "name": "Lampent",
    "number": "58",
    "printed_number": "58",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/58.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/58.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/58.large.webp"
      }
    ],
    "expansion": {
      "id": "cp4_ja",
      "name": "Premium Champion Pack",
      "total": 140,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP4",
      "printed_total": 131,
      "release_date": "2016/04/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Premium Champion Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "605555",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/58.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/58.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/58.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Cursed Drop",
        "text": "Put 3 damage counters on your opponent's Pokémon in any way you like."
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Night March",
        "text": "This attack does 20 damage times the number of Pokémon in your discard pile that have the Night March attack.",
        "damage": "20×"
      }
    ],
    "rarity": "Common",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 3.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15.6,
          "low": 13.26,
          "high": 17.94,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:58:35.724Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.69
      }
    }
  }
}