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

← Ultra Prism
Super Boost Energy ◇

Super Boost Energy ◇

Rare Prism Star #136 Energy SpecialPrism Star
Expansion
Ultra Prism · Sun & Moon
Language
English
TCGplayer
157752
GET /api/v1/pokemon/cards/sm5-136vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5-136vh",
    "name": "Super Boost Energy ◇",
    "number": "136",
    "printed_number": "136",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/136vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/136vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/136vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5",
      "name": "Ultra Prism",
      "total": 178,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UPR",
      "printed_total": 156,
      "release_date": "2018/02/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "157752",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/136vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/136vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/136vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Special",
      "Prism Star"
    ],
    "rarity": "Rare Prism Star",
    "pricing": {
      "currency": "USD",
      "market": 2.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.24
        },
        {
          "condition": "LP",
          "price": 1.75
        },
        {
          "condition": "MP",
          "price": 1.22
        },
        {
          "condition": "HP",
          "price": 0.85
        },
        {
          "condition": "DMG",
          "price": 0.76
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 114.98,
          "low": 114.98,
          "high": 114.98,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9,
          "low": 9,
          "high": 9.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:49:14.262Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.19
      }
    }
  }
}