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 Climax
Boltund V

Boltund V

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

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/swsh8b_ja-55vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8b_ja-55vh",
    "name": "Boltund V",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/55vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/55vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/55vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh8b_ja",
      "name": "VMAX Climax",
      "total": 293,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S8b",
      "printed_total": 184,
      "release_date": "2021/12/03",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "VMAX Climax"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571308",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/55vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/55vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/55vh.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.42,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.42
        },
        {
          "condition": "LP",
          "price": 0.33
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 10.75,
          "low": 10,
          "high": 30,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 1.5,
          "low": 1.5,
          "high": 1.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 30.5,
          "low": 25.93,
          "high": 35.07,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "7.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:44:35.947Z",
      "trend_7d": {
        "direction": "down",
        "percent": -56.7
      }
    }
  }
}