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

← Gengar VMAX High-Class Deck
Single Strike Energy

Single Strike Energy

Common #19 エネルギー 一撃特別
Expansion
Gengar VMAX High-Class Deck · Sword & Shield
Language
Japanese
TCGplayer
593930
GET /api/v1/pokemon/cards/sgg_ja-19vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sgg_ja-19vh",
    "name": "Single Strike Energy",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-19vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-19vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-19vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sgg_ja",
      "name": "Gengar VMAX High-Class Deck",
      "total": 21,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "SGG",
      "printed_total": 19,
      "release_date": "2021/05/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sgg_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sgg_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Gengar VMAX High-Class Deck"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "593930",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-19vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-19vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sgg_ja-19vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "エネルギー",
    "subtypes": [
      "一撃",
      "特別"
    ],
    "rarity": "Common",
    "pricing": {
      "currency": "USD",
      "market": 1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T16:32:59.340Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}