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

← Mega Evolution Energies
Basic Darkness Energy

Basic Darkness Energy

Common #7 Energy Basic
Expansion
Mega Evolution Energies · Mega Evolution
Language
English
TCGplayer
656269
GET /api/v1/pokemon/cards/mee-7vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mee-7vrh",
    "name": "Basic Darkness Energy",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mee-7vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mee-7vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mee-7vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "mee",
      "name": "Mega Evolution Energies",
      "total": 8,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEE",
      "printed_total": 8,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mee.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mee.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "656269",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mee-7vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mee-7vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mee-7vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Basic"
    ],
    "rarity": "Common",
    "pricing": {
      "currency": "USD",
      "market": 0.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.27
        },
        {
          "condition": "LP",
          "price": 0.23
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:57:48.888Z",
      "trend_7d": {
        "direction": "up",
        "percent": 8
      }
    }
  }
}