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

← Surging Sparks
Kilowattrel

Kilowattrel

Uncommon #67 Pokémon Stage 1 HP 120
Types
Lightning
Illustrator
KEIICHIRO ITO
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
589976

Attacks

Glide 50
Colorless · Colorless
Storm Bolt 160
Lightning · Lightning · Colorless

Move all Energy from this Pokémon to your Benched Pokémon in any way you like.

GET /api/v1/pokemon/cards/sv8-67?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-67",
    "name": "Kilowattrel",
    "number": "67",
    "printed_number": "67",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/67.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/67.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/67.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8",
      "name": "Surging Sparks",
      "total": 252,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SSP",
      "printed_total": 191,
      "release_date": "2024/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "589976",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/67.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/67.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/67.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Glide",
        "damage": "50"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Storm Bolt",
        "text": "Move all Energy from this Pokémon to your Benched Pokémon in any way you like.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "KEIICHIRO ITO",
    "pricing": {
      "currency": "USD",
      "market": 0.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.95,
          "low": 12.71,
          "high": 17.19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:03:31.267Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}