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

← Battle Partners
Spike Energy

Spike Energy

Non #100 Energy Special
Expansion
Battle Partners · Scarlet & Violet
Language
Japanese
TCGplayer
614951
GET /api/v1/pokemon/cards/sv9_ja-100?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv9_ja-100",
    "name": "Spike Energy",
    "number": "100",
    "printed_number": "100",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/100.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/100.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/100.large.webp"
      }
    ],
    "expansion": {
      "id": "sv9_ja",
      "name": "Battle Partners",
      "total": 132,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV9",
      "printed_total": 100,
      "release_date": "2025/01/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Battle Partners"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "614951",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/100.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/100.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/100.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Special"
    ],
    "rarity": "Non",
    "pricing": {
      "currency": "USD",
      "market": 0.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.51
        },
        {
          "condition": "LP",
          "price": 0.06
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 25.38,
          "low": 21.57,
          "high": 29.19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T15:05:01.021Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.92
      }
    }
  }
}