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

← Strength Expansion Pack Sun & Moon
Vikavolt-GX

Vikavolt-GX

Double Rare #21 Pokémon Stage 2GX HP 240
Types
Lightning
Illustrator
5ban Graphics
Expansion
Strength Expansion Pack Sun & Moon · Sun & Moon
Language
Japanese
TCGplayer
597757

Attacks

Charge Beam 50
Lightning

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

Super Zap Cannon 180
Lightning · Colorless · Colorless · Colorless

Discard 2 Energy from this Pokémon.

Gigatron-GX
Lightning · 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/sm1p_ja-21vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm1p_ja-21vh",
    "name": "Vikavolt-GX",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-21vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-21vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-21vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm1p_ja",
      "name": "Strength Expansion Pack Sun & Moon",
      "total": 73,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM1+",
      "printed_total": 51,
      "release_date": "2017/01/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Strength Expansion Pack Sun & Moon"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "597757",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-21vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-21vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-21vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "GX"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "240",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Charge Beam",
        "text": "Attach an Energy card from your discard pile to this Pokémon.",
        "damage": "50"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Super Zap Cannon",
        "text": "Discard 2 Energy from this Pokémon.",
        "damage": "180"
      },
      {
        "cost": [
          "Lightning",
          "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": 1.59,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.59
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:00:57.054Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.85
      }
    }
  }
}