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

← Intense Fight in the Destroyed Sky
Warp Energy

Warp Energy

Non #89 Energy
Illustrator
Takumi Akabane
Expansion
Intense Fight in the Destroyed Sky · Diamond & Pearl
Language
Japanese
TCGplayer
608235
GET /api/v1/pokemon/cards/dp6_ja-89?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp6_ja-89",
    "name": "Warp Energy",
    "number": "89",
    "printed_number": "89",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/89.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/89.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/89.large.webp"
      }
    ],
    "expansion": {
      "id": "dp6_ja",
      "name": "Intense Fight in the Destroyed Sky",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP6",
      "printed_total": 92,
      "release_date": "2008/07/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Intense Fight in the Destroyed Sky"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608235",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/89.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/89.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/89.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "rarity": "Non",
    "artist": "Takumi Akabane",
    "pricing": {
      "currency": "USD",
      "market": 1.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.98
        },
        {
          "condition": "MP",
          "price": 1.95
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:46:42.935Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.5
      }
    }
  }
}