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

← GX Ultra Shiny
Buzzwole

Buzzwole

Common #62 Pokémon Basic HP 130
Types
Fighting
Illustrator
Masakazu Fukuda
Expansion
GX Ultra Shiny · Sun & Moon
Language
Japanese
TCGplayer
574681

Attacks

Sledgehammer 30+
Fighting

If your opponent has exactly 4 Prize cards remaining, this attack does 90 more damage.

Swing Around 80+
Fighting · Fighting · Colorless

Flip 2 coins. This attack does 20 more damage for each heads.

GET /api/v1/pokemon/cards/sm8b_ja-62vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8b_ja-62vh",
    "name": "Buzzwole",
    "number": "62",
    "printed_number": "62",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja-62vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja-62vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja-62vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8b_ja",
      "name": "GX Ultra Shiny",
      "total": 250,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM8b",
      "printed_total": 150,
      "release_date": "2018/11/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "GX Ultra Shiny"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574681",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja-62vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja-62vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja-62vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Sledgehammer",
        "text": "If your opponent has exactly 4 Prize cards remaining, this attack does 90 more damage.",
        "damage": "30+"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Swing Around",
        "text": "Flip 2 coins. This attack does 20 more damage for each heads.",
        "damage": "80+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 1.33,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.33
        },
        {
          "condition": "LP",
          "price": 1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:16:32.168Z",
      "trend_7d": {
        "direction": "up",
        "percent": 8.13
      }
    }
  }
}