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

← Pokémon TCG Classic - Venusaur
Hitmonchan

Hitmonchan

Common #12 Pokémon Basic HP 120
Illustrator
Shigenori Negishi
Expansion
Pokémon TCG Classic - Venusaur · Other
Language
English
TCGplayer
527899

Attacks

Coordinated Beatdown 20+
Fighting

If Hitmonlee is on your Bench, this attack does 20 more damage.

Mach Cross 60
Fighting · Fighting
GET /api/v1/pokemon/cards/clv-12vh?include=prices 200 66ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clv-12vh",
    "name": "Hitmonchan",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/12vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/12vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/12vh.large.webp"
      }
    ],
    "expansion": {
      "id": "clv",
      "name": "Pokémon TCG Classic - Venusaur",
      "total": 34,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "code": "CLV",
      "printed_total": 34,
      "release_date": "2023/11/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clv.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clv.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "527899",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/12vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/12vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/12vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Coordinated Beatdown",
        "text": "If Hitmonlee is on your Bench, this attack does 20 more damage.",
        "damage": "20+"
      },
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Mach Cross",
        "damage": "60"
      }
    ],
    "rarity": "Common",
    "artist": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": 7.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.4
        },
        {
          "condition": "LP",
          "price": 6.4
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "9.5",
          "value": 15.99,
          "low": 15.99,
          "high": 15.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 32,
          "low": 30.74,
          "high": 35.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 11.88,
          "low": 10.19,
          "high": 11.8,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 20,
          "low": 14.4,
          "high": 26.4,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 164.99,
          "low": 161,
          "high": 176.2,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 28.53,
          "low": 22.5,
          "high": 22.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:13:05.205Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.4
      }
    }
  }
}