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

← Guardians Rising
Lightning Energy

Lightning Energy

Rare Secret #168 Energy Basic
Expansion
Guardians Rising · Sun & Moon
Language
English
TCGplayer
131064
GET /api/v1/pokemon/cards/sm2-168vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2-168vh",
    "name": "Lightning Energy",
    "number": "168",
    "printed_number": "168",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/168vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/168vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/168vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2",
      "name": "Guardians Rising",
      "total": 180,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "GRI",
      "printed_total": 145,
      "release_date": "2017/05/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "131064",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/168vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/168vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/168vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Basic"
    ],
    "rarity": "Rare Secret",
    "pricing": {
      "currency": "USD",
      "market": 22.02,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 22.02
        },
        {
          "condition": "LP",
          "price": 16.88
        },
        {
          "condition": "MP",
          "price": 14.16
        },
        {
          "condition": "HP",
          "price": 11.89
        },
        {
          "condition": "DMG",
          "price": 8.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 79.5,
          "low": 67.58,
          "high": 91.43,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 32.5,
          "low": 12.76,
          "high": 32.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 29.99,
          "low": 25.49,
          "high": 34.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:18:34.787Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.36
      }
    }
  }
}