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

← Unified Minds
Munchlax

Munchlax

Uncommon #173 Pokémon Basic HP 60
Types
Colorless
Illustrator
sowsow
Expansion
Unified Minds · Sun & Moon
Language
English
TCGplayer
195173
GET /api/v1/pokemon/cards/sm11-173vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11-173vrh",
    "name": "Munchlax",
    "number": "173",
    "printed_number": "173",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/173vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/173vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/173vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11",
      "name": "Unified Minds",
      "total": 261,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNM",
      "printed_total": 236,
      "release_date": "2019/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "195173",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/173vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/173vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/173vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Snack Search",
        "text": "Once during your turn (before your attack), you may flip a coin. If heads, put a card from your discard pile on top of your deck. If you use this Ability, your turn ends.",
        "type": "Ability"
      }
    ],
    "rarity": "Uncommon",
    "artist": "sowsow",
    "pricing": {
      "currency": "USD",
      "market": 22.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 22.14
        },
        {
          "condition": "LP",
          "price": 17.39
        },
        {
          "condition": "MP",
          "price": 13.88
        },
        {
          "condition": "DMG",
          "price": 8.66
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 41.55,
          "low": 29.99,
          "high": 29.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:35:58.618Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.49
      }
    }
  }
}