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

← Majestic Dawn
Munchlax

Munchlax

Common #68 Pokémon Basic HP 60
Types
Colorless
Illustrator
Masakazu Fukuda
Expansion
Majestic Dawn · Diamond & Pearl
Language
English
TCGplayer
87638

Attacks

Lick 20
Colorless · Colorless

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/dp5-68?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp5-68",
    "name": "Munchlax",
    "number": "68",
    "printed_number": "68",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/68.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/68.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/68.large.webp"
      }
    ],
    "expansion": {
      "id": "dp5",
      "name": "Majestic Dawn",
      "total": 100,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "MD",
      "printed_total": 100,
      "release_date": "2008/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87638",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/68.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/68.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/68.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Baby Evolution",
        "text": "Once during your turn (before your attack), you may put Snorlax from your hand onto Munchlax (this counts as evolving Munchlax) and remove all damage counters from Munchlax.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Lick",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+10"
      }
    ],
    "rarity": "Common",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 16.69,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 16.69
        },
        {
          "condition": "LP",
          "price": 9.83
        },
        {
          "condition": "MP",
          "price": 7.43
        },
        {
          "condition": "HP",
          "price": 5.39
        },
        {
          "condition": "DMG",
          "price": 5.49
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "5",
          "value": 46.83,
          "low": 39.81,
          "high": 53.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 29.5,
          "low": 25.08,
          "high": 33.92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 45.5,
          "low": 38.67,
          "high": 52.33,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 37,
          "low": 31.45,
          "high": 42.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 33,
          "low": 28.05,
          "high": 37.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:36:44.623Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}