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

← Twilight Masquerade
Enhanced Hammer

Enhanced Hammer

Uncommon #148 Trainer Item
Illustrator
Eske Yoshinob
Expansion
Twilight Masquerade · Scarlet & Violet
Language
English
TCGplayer
550192
GET /api/v1/pokemon/cards/sv6-148vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6-148vrh",
    "name": "Enhanced Hammer",
    "number": "148",
    "printed_number": "148",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/148vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/148vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/148vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv6",
      "name": "Twilight Masquerade",
      "total": 226,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TWM",
      "printed_total": 167,
      "release_date": "2024/05/24",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "550192",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/148vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/148vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/148vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Uncommon",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 0.68,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.68
        },
        {
          "condition": "LP",
          "price": 0.3
        },
        {
          "condition": "MP",
          "price": 0.25
        },
        {
          "condition": "HP",
          "price": 0.28
        },
        {
          "condition": "DMG",
          "price": 0.17
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:44:41.675Z",
      "trend_7d": {
        "direction": "up",
        "percent": 33.33
      }
    }
  }
}