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

← Neo Destiny 1st Edition
Hitmonlee

Hitmonlee

Uncommon #42 Pokémon Basic HP 60
Types
Fighting
Illustrator
Yukiko Baba
Expansion
Neo Destiny 1st Edition · Neo
Language
English
TCGplayer
86103

Attacks

One-Two Kick 20×
Fighting · Fighting

Flip 2 coins. This attack does 20 damage times the number of heads.

Heel Drop 60
Fighting · Fighting · Fighting

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/neo4-42v1e?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo4-42v1e",
    "name": "Hitmonlee",
    "number": "42",
    "printed_number": "42",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/42v1e.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/42v1e.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/42v1e.large.webp"
      }
    ],
    "expansion": {
      "id": "neo4-1st-edition",
      "name": "Neo Destiny 1st Edition",
      "total": 113,
      "language": "English",
      "language_code": "en",
      "series": "Neo",
      "printed_total": 113,
      "release_date": "2002/02/28",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86103",
    "variants": [
      {
        "name": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/42v1e.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/42v1e.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/42v1e.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "One-Two Kick",
        "text": "Flip 2 coins. This attack does 20 damage times the number of heads.",
        "damage": "20×"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 3,
        "name": "Heel Drop",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Yukiko Baba",
    "pricing": {
      "currency": "USD",
      "market": 13.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 13.99
        },
        {
          "condition": "LP",
          "price": 7.91
        },
        {
          "condition": "MP",
          "price": 5.21
        },
        {
          "condition": "HP",
          "price": 3.74
        },
        {
          "condition": "DMG",
          "price": 1.67
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "6",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 57,
          "low": 48.45,
          "high": 65.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 48.74,
          "low": 75,
          "high": 75,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:38:17.114Z",
      "trend_7d": {
        "direction": "up",
        "percent": 7.7
      }
    }
  }
}