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

← Sword
Boltund

Boltund

Rare #21 Pokémon Stage 1 HP 130
Types
Lightning
Illustrator
Misa Tsutsui
Expansion
Sword · Sword & Shield
Language
Japanese
TCGplayer
568534

Attacks

Big Bite 50
Colorless · Colorless

During your opponent's next turn, the Defending Pokémon can't retreat.

Fighting Fangs 90+
Lightning · Colorless · Colorless

If your opponent's Active Pokémon is a Pokémon V or Pokémon-GX, this attack does 90 more damage.

GET /api/v1/pokemon/cards/swsh1w_ja-21vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh1w_ja-21vh",
    "name": "Boltund",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/21vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/21vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/21vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh1w_ja",
      "name": "Sword",
      "total": 75,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S1W",
      "printed_total": 60,
      "release_date": "2019/12/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1w_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1w_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sword"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568534",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/21vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/21vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/21vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Big Bite",
        "text": "During your opponent's next turn, the Defending Pokémon can't retreat.",
        "damage": "50"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fighting Fangs",
        "text": "If your opponent's Active Pokémon is a Pokémon V or Pokémon-GX, this attack does 90 more damage.",
        "damage": "90+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Misa Tsutsui",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:04:24.151Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}