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

← Vivid Voltage
Hitmontop

Hitmontop

Uncommon #88 Pokémon Basic HP 90
Types
Fighting
Illustrator
Sanosuke Sakuma
Expansion
Vivid Voltage · Sword & Shield
Language
English
TCGplayer
226521

Attacks

Cycle Draw
Colorless

Discard a card from your hand. If you do, draw 3 cards.

Tornado Kick 50
Fighting · Colorless · Colorless

If you played Bea from your hand during this turn, this attack does 80 more damage.

GET /api/v1/pokemon/cards/swsh4-88?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh4-88",
    "name": "Hitmontop",
    "number": "88",
    "printed_number": "88",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/88.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/88.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/88.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh4",
      "name": "Vivid Voltage",
      "total": 203,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "VIV",
      "printed_total": 185,
      "release_date": "2020/11/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "226521",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/88.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/88.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/88.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Cycle Draw",
        "text": "Discard a card from your hand. If you do, draw 3 cards."
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Tornado Kick",
        "text": "If you played Bea from your hand during this turn, this attack does 80 more damage.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Sanosuke Sakuma",
    "pricing": {
      "currency": "USD",
      "market": 0.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 33.5,
          "low": 28.48,
          "high": 38.53,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-08T06:12:02.283Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}