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

← Plasma Freeze
Muk

Muk

Rare #46 Pokémon Stage 1Team Plasma HP 100
Types
Psychic
Illustrator
5ban Graphics
Expansion
Plasma Freeze · Black & White
Language
English
TCGplayer
87627

Attacks

Poison Suction 60
Psychic · Colorless · Colorless

If the Defending Pokémon is Poisoned, heal 60 damage from this Pokémon.

Sludge Crash 80
Psychic · Psychic · Colorless · Colorless

Flip a coin until you get tails. For each heads, discard an Energy attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/bw9-46?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw9-46",
    "name": "Muk",
    "number": "46",
    "printed_number": "46",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/46.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/46.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/46.large.webp"
      }
    ],
    "expansion": {
      "id": "bw9",
      "name": "Plasma Freeze",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLF",
      "printed_total": 116,
      "release_date": "2013/05/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87627",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/46.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/46.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/46.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "Team Plasma"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Poison Suction",
        "text": "If the Defending Pokémon is Poisoned, heal 60 damage from this Pokémon.",
        "damage": "60"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Sludge Crash",
        "text": "Flip a coin until you get tails. For each heads, discard an Energy attached to the Defending Pokémon.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.24
        },
        {
          "condition": "LP",
          "price": 1.05
        },
        {
          "condition": "MP",
          "price": 0.67
        },
        {
          "condition": "HP",
          "price": 0.43
        },
        {
          "condition": "DMG",
          "price": 0.43
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 10.5,
          "low": 10.5,
          "high": 10.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:11:45.869Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.81
      }
    }
  }
}