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

← Collect 151 Journey
Hitmonlee

Hitmonlee

Uncommon #106/151 Pokémon Basic HP 120
Types
Fighting
Illustrator
Hitoshi Ariga
Expansion
Collect 151 Journey · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Twister Kick
Colorless

This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Switch this Pokémon with 1 of your Benched Pokémon.

Low Kick 100
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/c151j-106?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "c151j-106",
    "name": "Hitmonlee",
    "number": "106/151",
    "printed_number": "106/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-106.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-106.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-106.large.webp"
      }
    ],
    "expansion": {
      "id": "c151j",
      "name": "Collect 151 Journey",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 192,
      "release_date": "2025/01/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/c151j.logo.png",
      "translation": {
        "en": {
          "name": "Collect 151 Journey"
        }
      }
    },
    "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/c151j-106.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-106.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-106.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Twister Kick",
        "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Switch this Pokémon with 1 of your Benched Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Low Kick",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Hitoshi Ariga",
    "pricing": {
      "currency": "USD",
      "market": 0.99,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T11:32:51.944Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}