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

← Shining Synergy (Supreme)
Hitmonlee

Hitmonlee

Common #084/150 Pokémon Basic HP 100
Types
Fighting
Illustrator
Tomokazu Komiya
Expansion
Shining Synergy (Supreme) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Special Combo
Colorless

You can use this attack only if your Hitmonchan used Hit and Run during your last turn. This attack does 90 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Mega Kick 90
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/sssu-084?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssu-084",
    "name": "Hitmonlee",
    "number": "084/150",
    "printed_number": "084/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-084.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-084.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-084.large.webp"
      }
    ],
    "expansion": {
      "id": "sssu",
      "name": "Shining Synergy (Supreme)",
      "total": 193,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 193,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssu.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Supreme)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-084.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-084.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-084.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Special Combo",
        "text": "You can use this attack only if your Hitmonchan used Hit and Run during your last turn. This attack does 90 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Mega Kick",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:38:30.861Z"
    }
  }
}