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

← Reviving Legends
Darkness Energy

Darkness Energy

Non #80 Energy Special
Illustrator
Kent Kanetsuna
Expansion
Reviving Legends · LEGEND
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/l2_ja-80?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l2_ja-80",
    "name": "Darkness Energy",
    "number": "80",
    "printed_number": "80",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/80.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/80.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/80.large.webp"
      }
    ],
    "expansion": {
      "id": "l2_ja",
      "name": "Reviving Legends",
      "total": 81,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L2",
      "printed_total": 80,
      "release_date": "2010/02/11",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Reviving Legends"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/80.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/80.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/80.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Special"
    ],
    "rarity": "Non",
    "artist": "Kent Kanetsuna",
    "pricing": {
      "currency": "USD",
      "market": 2.72,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.72
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T18:18:26.159Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}