Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Pitch Black
Vikavolt

Vikavolt

Uncommon #26 Pokémon Stage 2 HP 160
Types
Lightning
Illustrator
KEIICHIRO ITO
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704783

Attacks

Quick Dive
Lightning

This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Giga Railgun 260
Lightning · Lightning

If this Pokémon has no Voltaic Lightning Energy attached, this attack does nothing.

GET /api/v1/pokemon/cards/me5-26?include=prices 200 72ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-26",
    "name": "Vikavolt",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-26.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-26.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-26.large.png"
      }
    ],
    "expansion": {
      "id": "me5",
      "name": "Pitch Black",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PBL",
      "printed_total": 84,
      "release_date": "2026/07/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "704783",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-26.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-26.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-26.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Quick Dive",
        "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Giga Railgun",
        "text": "If this Pokémon has no Voltaic Lightning Energy attached, this attack does nothing.",
        "damage": "260"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "KEIICHIRO ITO",
    "pricing": {
      "currency": "USD",
      "market": 0.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.09
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T09:36:21.568Z",
      "trend_7d": {
        "direction": "down",
        "percent": -65.38
      }
    }
  }
}