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

← HGSS Trainer Kit Raichu
Lightning Energy

Lightning Energy

Common #10 Energy
Expansion
HGSS Trainer Kit Raichu · HeartGold & SoulSilver
Language
English
TCGplayer
86774
GET /api/v1/pokemon/cards/tk4a-10?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk4a-10",
    "name": "Lightning Energy",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-10.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-10.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-10.large.webp"
      }
    ],
    "expansion": {
      "id": "tk4a",
      "name": "HGSS Trainer Kit Raichu",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "printed_total": 30,
      "release_date": "2010/05/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk4a.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk4a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86774",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-10.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-10.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-10.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "rarity": "Common",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.97
        },
        {
          "condition": "LP",
          "price": 0.46
        },
        {
          "condition": "MP",
          "price": 0.3
        },
        {
          "condition": "HP",
          "price": 0.25
        }
      ],
      "graded": []
    }
  }
}