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

← Unbroken Bonds
Hitmontop

Hitmontop

Uncommon #101 Pokémon Basic HP 90
Types
Fighting
Illustrator
Tomokazu Komiya
Expansion
Unbroken Bonds · Sun & Moon
Language
English
TCGplayer
189200

Attacks

Finishing Combo
Fighting

You can use this attack only if your Hitmonlee used Special Combo during your last turn. This attack does 60 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Spinning Attack 50
Colorless · Colorless
GET /api/v1/pokemon/cards/sm10-101vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10-101vrh",
    "name": "Hitmontop",
    "number": "101",
    "printed_number": "101",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/101vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/101vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/101vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10",
      "name": "Unbroken Bonds",
      "total": 238,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNB",
      "printed_total": 214,
      "release_date": "2019/05/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "189200",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/101vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/101vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/101vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Finishing Combo",
        "text": "You can use this attack only if your Hitmonlee used Special Combo during your last turn. This attack does 60 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Spinning Attack",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 4.75,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.75
        },
        {
          "condition": "LP",
          "price": 3.47
        },
        {
          "condition": "MP",
          "price": 2.62
        },
        {
          "condition": "HP",
          "price": 4
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 241.5,
          "low": 205.28,
          "high": 277.72,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:23:44.093Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.71
      }
    }
  }
}