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

← SM Trainer Kit Lycanroc
Fighting Energy

Fighting Energy

Common #8 Energy
Expansion
SM Trainer Kit Lycanroc · Sun & Moon
Language
English
TCGplayer
152822
GET /api/v1/pokemon/cards/tk10a-8?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk10a-8",
    "name": "Fighting Energy",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-8.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-8.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-8.large.webp"
      }
    ],
    "expansion": {
      "id": "tk10a",
      "name": "SM Trainer Kit Lycanroc",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "printed_total": 30,
      "release_date": "2017/04/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk10a.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk10a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "152822",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-8.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-8.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-8.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "rarity": "Common",
    "pricing": {
      "currency": "USD",
      "market": 0.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.13
        },
        {
          "condition": "LP",
          "price": 0.04
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:40:57.104Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}