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

← Fusion Arts
Boltund V

Boltund V

Super Rare #104 Pokémon BasicV HP 200
Types
Lightning
Illustrator
Eske Yoshinob
Expansion
Fusion Arts · Sword & Shield
Language
Japanese
TCGplayer
569605

Attacks

Smash Turn 30
Lightning

You may switch this Pokémon with 1 of your Benched Pokémon.

Electrobullet 120
Lightning · Lightning · Colorless

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

GET /api/v1/pokemon/cards/swsh8_ja-104vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8_ja-104vh",
    "name": "Boltund V",
    "number": "104",
    "printed_number": "104",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/104vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/104vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/104vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh8_ja",
      "name": "Fusion Arts",
      "total": 129,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S8",
      "printed_total": 100,
      "release_date": "2021/09/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Fusion Arts"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569605",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/104vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/104vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/104vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "200",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Smash Turn",
        "text": "You may switch this Pokémon with 1 of your Benched Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Electrobullet",
        "text": "This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 3.43,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.43
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 17.99,
          "low": 16,
          "high": 19,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 42.16,
          "low": 45.5,
          "high": 49.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20.5,
          "low": 17.43,
          "high": 23.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:21:01.545Z",
      "trend_7d": {
        "direction": "down",
        "percent": -11.37
      }
    }
  }
}