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

← Abyss Eye
Vikavolt

Vikavolt

Non #25 Pokémon Stage 2 HP 160
Types
Lightning
Illustrator
KEIICHIRO ITO
Expansion
Abyss Eye · Mega Evolution
Language
Japanese
TCGplayer
695077

Attacks

Quick Dive
Lightning

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

Giga Electromagnetic Blaster
Lightning · Lightning

If this Pokemon doesn't have any Bolty [L] Energy attached, this attack does nothing.

GET /api/v1/pokemon/cards/m5_ja-25?include=prices 200 50ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m5_ja-25",
    "name": "Vikavolt",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-25.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-25.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-25.large.png"
      }
    ],
    "expansion": {
      "id": "m5_ja",
      "name": "Abyss Eye",
      "total": 118,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M5",
      "printed_total": 81,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Abyss Eye"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "695077",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-25.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-25.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-25.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 Pokemon. (Don't apply Weakness and Resistance for Benched Pokemon.)"
      },
      {
        "cost": [
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Giga Electromagnetic Blaster",
        "text": "If this Pokemon doesn't have any Bolty [L] Energy attached, this attack does nothing."
      }
    ],
    "weaknesses": [
      {
        "type": "闘",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "KEIICHIRO ITO",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        },
        {
          "condition": "LP",
          "price": 0.15
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T16:04:57.081Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}