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

← Golden Sky, Silvery Ocean
Hitmontop

Hitmontop

Rare #75 Pokémon Basic HP 70
Types
Fighting
Illustrator
Hisao Nakamura
Expansion
Golden Sky, Silvery Ocean · PCG
Language
Japanese
TCGplayer
611885

Attacks

Upward Kick 20+
Fighting · Colorless

If the Defending Pokémon already has at least 2 damage counters on it, this attack does 20 damage plus 30 more damage.

Spiral Kick 50
Colorless · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/pcg4_ja-75?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg4_ja-75",
    "name": "Hitmontop",
    "number": "75",
    "printed_number": "75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/75.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/75.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/75.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg4_ja",
      "name": "Golden Sky, Silvery Ocean",
      "total": 106,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 106,
      "release_date": "2005/04/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Golden Sky, Silvery Ocean"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "611885",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/75.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/75.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/75.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Stages of Evolution",
        "text": "As long as Hitmontop is an Evolved Pokémon, is your Active Pokémon, and is damaged by an opponent's attack (even if Hitmontop is Knocked Out), put 2 damage counters on the Attacking Pokémon.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Upward Kick",
        "text": "If the Defending Pokémon already has at least 2 damage counters on it, this attack does 20 damage plus 30 more damage.",
        "damage": "20+"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Spiral Kick",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Hisao Nakamura",
    "pricing": {
      "currency": "USD",
      "market": 3.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.99
        },
        {
          "condition": "MP",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 41.24,
          "low": 35.05,
          "high": 47.43,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-07T03:58:30.893Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}