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

← Primal Clash
Enhanced Hammer

Enhanced Hammer

Rare Secret #162 Trainer Item
Illustrator
Ryo Ueda
Expansion
Primal Clash · XY
Language
English
TCGplayer
96060
GET /api/v1/pokemon/cards/xy5-162vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy5-162vh",
    "name": "Enhanced Hammer",
    "number": "162",
    "printed_number": "162",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/162vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/162vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/162vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy5",
      "name": "Primal Clash",
      "total": 164,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PRC",
      "printed_total": 160,
      "release_date": "2015/02/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "96060",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/162vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/162vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/162vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Rare Secret",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 21.7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 21.7
        },
        {
          "condition": "LP",
          "price": 17.06
        },
        {
          "condition": "MP",
          "price": 10.23
        },
        {
          "condition": "HP",
          "price": 9.07
        },
        {
          "condition": "DMG",
          "price": 7.52
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 34.98,
          "low": 28.84,
          "high": 28.84,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 25,
          "low": 25,
          "high": 25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.01,
          "low": 16.16,
          "high": 21.86,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:31:16.225Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.46
      }
    }
  }
}