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

← VMAX Rising
Boltund V

Boltund V

Double Rare #31 Pokémon BasicV HP 200
Types
Lightning
Illustrator
aky CG Works
Expansion
VMAX Rising · Sword & Shield
Language
Japanese
TCGplayer
570214

Attacks

Electrify
Lightning

Search your deck for up to 2 Lightning Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck.

Bolt Storm 10+
Lightning · Colorless

This attack does 30 more damage for each Lightning Energy attached to all of your Pokémon.

GET /api/v1/pokemon/cards/swsh1a_ja-31vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh1a_ja-31vh",
    "name": "Boltund V",
    "number": "31",
    "printed_number": "31",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/31vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/31vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/31vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh1a_ja",
      "name": "VMAX Rising",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S1a",
      "printed_total": 70,
      "release_date": "2020/02/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "VMAX Rising"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570214",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/31vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/31vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/31vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "200",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Electrify",
        "text": "Search your deck for up to 2 Lightning Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck."
      },
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bolt Storm",
        "text": "This attack does 30 more damage for each Lightning Energy attached to all of your Pokémon.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "aky CG Works",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        },
        {
          "condition": "LP",
          "price": 0.55
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:42:05.119Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.54
      }
    }
  }
}