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

← Shining Legends
Warp Energy

Warp Energy

Non #72 Energy Special
Expansion
Shining Legends · Sun & Moon
Language
Japanese
TCGplayer
573986
GET /api/v1/pokemon/cards/sm3p_ja-72?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3p_ja-72",
    "name": "Warp Energy",
    "number": "72",
    "printed_number": "72",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/72.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/72.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/72.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3p_ja",
      "name": "Shining Legends",
      "total": 82,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM3+",
      "printed_total": 72,
      "release_date": "2017/07/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shining Legends"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573986",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/72.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/72.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/72.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Special"
    ],
    "rarity": "Non",
    "pricing": {
      "currency": "USD",
      "market": 0.67,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.67
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:00:24.324Z",
      "trend_7d": {
        "direction": "down",
        "percent": -30.93
      }
    }
  }
}