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

← Storming Emergence (Verdant)
Vikavolt Gx

Vikavolt Gx

Double Rare #066/151 Pokémon Stage 2 HP 240
Types
Lightning
Illustrator
5ban Graphics
Expansion
Storming Emergence (Verdant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Charge Beam 50
Colorless

Attach an Energy card from your discard pile to this Pokémon.

Super Zap Cannon 180
Colorless · Colorless · Colorless · Colorless

Discard 2 Energy from this Pokémon.

Gigatron-GX
Colorless · Colorless · Colorless · Colorless

This attack does 60 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sev-066vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sev-066vh",
    "name": "Vikavolt Gx",
    "number": "066/151",
    "printed_number": "066/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-066vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-066vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-066vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sev",
      "name": "Storming Emergence (Verdant)",
      "total": 204,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 204,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sev.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Verdant)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-066vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-066vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-066vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "240",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Charge Beam",
        "text": "Attach an Energy card from your discard pile to this Pokémon.",
        "damage": "50"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Super Zap Cannon",
        "text": "Discard 2 Energy from this Pokémon.",
        "damage": "180"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Gigatron-GX",
        "text": "This attack does 60 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:36:55.999Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}