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

← Full Metal Wall
Hitmontop

Hitmontop

usually #26 Pokémon Basic HP 90
Types
Fighting
Illustrator
Tomokazu Komiya
Expansion
Full Metal Wall · Sun & Moon
Language
Japanese
TCGplayer
574132

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/sm9b_ja-26?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm9b_ja-26",
    "name": "Hitmontop",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/26.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/26.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/26.large.webp"
      }
    ],
    "expansion": {
      "id": "sm9b_ja",
      "name": "Full Metal Wall",
      "total": 69,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM9b",
      "printed_total": 54,
      "release_date": "2019/02/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Full Metal Wall"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574132",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/26.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/26.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/26.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": "usually",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1
        },
        {
          "condition": "LP",
          "price": 0.7
        },
        {
          "condition": "DMG",
          "price": 0.5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 57.5,
          "low": 48.88,
          "high": 66.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:32:15.910Z",
      "trend_7d": {
        "direction": "up",
        "percent": 203.03
      }
    }
  }
}