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

← Pokémon VS
Bruno's Hitmontop

Bruno's Hitmontop

usually #86 Pokémon Basic
Types
Fighting
Illustrator
Yuka Morii
Expansion
Pokémon VS · VS
Language
Japanese
TCGplayer
631867

Attacks

Quick Rotation
Colorless

During your next turn, Bruno's Hitmontop's Spinning Head attack's base damage is 40 instead of 20.

Spinning Head 20
Fighting · Colorless

If you have any Benched Pokémon, flip a coin. If heads, switch Bruno's Hitmontop with 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/vs1_ja-86?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vs1_ja-86",
    "name": "Bruno's Hitmontop",
    "number": "86",
    "printed_number": "86",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/86.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/86.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/86.large.webp"
      }
    ],
    "expansion": {
      "id": "vs1_ja",
      "name": "Pokémon VS",
      "total": 151,
      "language": "Japanese",
      "language_code": "ja",
      "series": "VS",
      "printed_total": 141,
      "release_date": "2001/07/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vs1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vs1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon VS"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "631867",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/86.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/86.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/86.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Quick Rotation",
        "text": "During your next turn, Bruno's Hitmontop's Spinning Head attack's base damage is 40 instead of 20."
      },
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Spinning Head",
        "text": "If you have any Benched Pokémon, flip a coin. If heads, switch Bruno's Hitmontop with 1 of your Benched Pokémon.",
        "damage": "20"
      }
    ],
    "rarity": "usually",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 117.66,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 117.66
        },
        {
          "condition": "LP",
          "price": 72
        },
        {
          "condition": "MP",
          "price": 102.22
        },
        {
          "condition": "DMG",
          "price": 22.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 90.9,
          "low": 124.99,
          "high": 124.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 60,
          "low": 51,
          "high": 69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 26.5,
          "low": 22.53,
          "high": 30.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "SGC",
          "grade": "7",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:22:16.637Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.43
      }
    }
  }
}