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

← Deoxys
Boost Energy

Boost Energy

Uncommon #93 Energy Special
Illustrator
Shin-ichi Yoshikawa
Expansion
Deoxys · EX
Language
English
TCGplayer
83938
GET /api/v1/pokemon/cards/ex8-93?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex8-93",
    "name": "Boost Energy",
    "number": "93",
    "printed_number": "93",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/93.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/93.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/93.large.webp"
      }
    ],
    "expansion": {
      "id": "ex8",
      "name": "Deoxys",
      "total": 108,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "DX",
      "printed_total": 107,
      "release_date": "2005/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83938",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/93.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/93.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/93.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Special"
    ],
    "rarity": "Uncommon",
    "artist": "Shin-ichi Yoshikawa",
    "pricing": {
      "currency": "USD",
      "market": 1.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.26
        },
        {
          "condition": "LP",
          "price": 1.19
        },
        {
          "condition": "MP",
          "price": 0.73
        },
        {
          "condition": "HP",
          "price": 1.13
        },
        {
          "condition": "DMG",
          "price": 0.67
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 34.5,
          "low": 29,
          "high": 40,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 103,
          "low": 87.55,
          "high": 118.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:21:56.314Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}