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

← Shining Synergy (Supreme)
Muk And Alolan Muk Gx

Muk And Alolan Muk Gx

Rare #161/150 Pokémon Basic HP 270
Types
Psychic
Illustrator
Masakazu Fukuda
Expansion
Shining Synergy (Supreme) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Severe Poison
Colorless · Colorless · Colorless

Your opponent's Active Pokémon is now Poisoned. Put 8 damage counters instead of 1 on that Pokémon between turns.

Poison Absorption 120
Colorless · Colorless · Colorless · Colorless

If your opponent's Active Pokémon is Poisoned, heal 100 damage from this Pokémon.

Nasty Goo Mix-GX

Your opponent's Active Pokémon is now Paralyzed and Poisoned. If this Pokémon has at least 4 extra Energy attached to it (in addition to this attack's cost), put 15 damage counters instead of 1 on that Pokémon between turns. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sssu-161?include=prices 200 30ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssu-161",
    "name": "Muk And Alolan Muk Gx",
    "number": "161/150",
    "printed_number": "161/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-161.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-161.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-161.large.webp"
      }
    ],
    "expansion": {
      "id": "sssu",
      "name": "Shining Synergy (Supreme)",
      "total": 193,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 193,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssu.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Supreme)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-161.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-161.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-161.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "270",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Severe Poison",
        "text": "Your opponent's Active Pokémon is now Poisoned. Put 8 damage counters instead of 1 on that Pokémon between turns."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Poison Absorption",
        "text": "If your opponent's Active Pokémon is Poisoned, heal 100 damage from this Pokémon.",
        "damage": "120"
      },
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Nasty Goo Mix-GX",
        "text": "Your opponent's Active Pokémon is now Paralyzed and Poisoned. If this Pokémon has at least 4 extra Energy attached to it (in addition to this attack's cost), put 15 damage counters instead of 1 on that Pokémon between turns. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 22.99,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-22T02:25:57.061Z",
      "trend_7d": {
        "direction": "down",
        "percent": -17.89
      }
    }
  }
}