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

← Guardians Rising
Enhanced Hammer

Enhanced Hammer

Rare Secret #162 Trainer Item
Illustrator
Yoshinobu Saito
Expansion
Guardians Rising · Sun & Moon
Language
English
TCGplayer
131058
GET /api/v1/pokemon/cards/sm2-162vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2-162vh",
    "name": "Enhanced Hammer",
    "number": "162",
    "printed_number": "162",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/162vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/162vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/162vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2",
      "name": "Guardians Rising",
      "total": 180,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "GRI",
      "printed_total": 145,
      "release_date": "2017/05/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "131058",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/162vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/162vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/162vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Rare Secret",
    "artist": "Yoshinobu Saito",
    "pricing": {
      "currency": "USD",
      "market": 8.06,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.06
        },
        {
          "condition": "LP",
          "price": 6.97
        },
        {
          "condition": "MP",
          "price": 5.54
        },
        {
          "condition": "HP",
          "price": 5.19
        },
        {
          "condition": "DMG",
          "price": 5.14
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 63,
          "low": 56,
          "high": 63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:18:34.787Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.25
      }
    }
  }
}