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

← Burning Shadows
Darkness Energy

Darkness Energy

Rare Secret #168 Energy Basic
Expansion
Burning Shadows · Sun & Moon
Language
English
TCGplayer
138636
GET /api/v1/pokemon/cards/sm3-168vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3-168vh",
    "name": "Darkness Energy",
    "number": "168",
    "printed_number": "168",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/168vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/168vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/168vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3",
      "name": "Burning Shadows",
      "total": 177,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "BUS",
      "printed_total": 147,
      "release_date": "2017/08/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "138636",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/168vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/168vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/168vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Basic"
    ],
    "rarity": "Rare Secret",
    "pricing": {
      "currency": "USD",
      "market": 54.92,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 54.92
        },
        {
          "condition": "LP",
          "price": 49.48
        },
        {
          "condition": "MP",
          "price": 37.96
        },
        {
          "condition": "HP",
          "price": 30.9
        },
        {
          "condition": "DMG",
          "price": 27.06
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 259.3,
          "low": 399,
          "high": 399,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 20.59,
          "low": 21.55,
          "high": 29.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 35.36,
          "low": 36.54,
          "high": 36.54,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 43,
          "low": 40,
          "high": 43.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:47:31.121Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.02
      }
    }
  }
}