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

← Twilight Masquerade
Kilowattrel

Kilowattrel

Uncommon #76 Pokémon Stage 1 HP 120
Types
Lightning
Illustrator
Anesaki Dynamic
Expansion
Twilight Masquerade · Scarlet & Violet
Language
English
TCGplayer
550120

Attacks

Wind Power Charge 10
Colorless

During your next turn, attacks used by this Pokémon do 120 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).

Strong Volt 100
Lightning · Colorless

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/sv6-76?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6-76",
    "name": "Kilowattrel",
    "number": "76",
    "printed_number": "76",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/76.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/76.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/76.large.webp"
      }
    ],
    "expansion": {
      "id": "sv6",
      "name": "Twilight Masquerade",
      "total": 226,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TWM",
      "printed_total": 167,
      "release_date": "2024/05/24",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "550120",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/76.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/76.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/76.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Wind Power Charge",
        "text": "During your next turn, attacks used by this Pokémon do 120 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
        "damage": "10"
      },
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Strong Volt",
        "text": "Discard an Energy from this Pokémon.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 0.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:44:41.675Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}