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

← Call of Legends
Darkness Energy

Darkness Energy

Uncommon #86 Energy Special
Illustrator
Kent Kanetsuna
Expansion
Call of Legends · HeartGold & SoulSilver
Language
English
TCGplayer
84694
GET /api/v1/pokemon/cards/col1-86?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "col1-86",
    "name": "Darkness Energy",
    "number": "86",
    "printed_number": "86",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/86.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/86.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/86.large.webp"
      }
    ],
    "expansion": {
      "id": "col1",
      "name": "Call of Legends",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "CL",
      "printed_total": 95,
      "release_date": "2011/02/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84694",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/86.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/86.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/86.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Special"
    ],
    "rarity": "Uncommon",
    "artist": "Kent Kanetsuna",
    "pricing": {
      "currency": "USD",
      "market": 1.07,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.07
        },
        {
          "condition": "LP",
          "price": 0.45
        },
        {
          "condition": "MP",
          "price": 0.47
        },
        {
          "condition": "HP",
          "price": 0.21
        },
        {
          "condition": "DMG",
          "price": 0.23
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 81,
          "low": 68.85,
          "high": 93.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:35:50.578Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.6
      }
    }
  }
}