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

← BREAKthrough
Burning Energy

Burning Energy

Uncommon #151 Energy Special
Illustrator
5ban Graphics
Expansion
BREAKthrough · XY
Language
English
TCGplayer
107270
GET /api/v1/pokemon/cards/xy8-151?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy8-151",
    "name": "Burning Energy",
    "number": "151",
    "printed_number": "151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/151.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/151.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/151.large.webp"
      }
    ],
    "expansion": {
      "id": "xy8",
      "name": "BREAKthrough",
      "total": 165,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "BKT",
      "printed_total": 162,
      "release_date": "2015/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "107270",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/151.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/151.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/151.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Special"
    ],
    "rarity": "Uncommon",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.39
        },
        {
          "condition": "LP",
          "price": 0.63
        },
        {
          "condition": "MP",
          "price": 0.51
        },
        {
          "condition": "HP",
          "price": 0.36
        },
        {
          "condition": "DMG",
          "price": 0.45
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:49:47.264Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.21
      }
    }
  }
}