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 Darkness
Muk

Muk

Non #97 Pokémon Stage 1 HP 80
Types
Psychic
Illustrator
Daisuke Ito
Expansion
Shining Darkness · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Panic Liquid 50
Psychic · Psychic · Colorless

The Defending Pokémon is now Confused and can't retreat during your opponent's next turn.

GET /api/v1/pokemon/cards/dp3_ja-97?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp3_ja-97",
    "name": "Muk",
    "number": "97",
    "printed_number": "97",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-97.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-97.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-97.large.webp"
      }
    ],
    "expansion": {
      "id": "dp3_ja",
      "name": "Shining Darkness",
      "total": 119,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP3",
      "printed_total": 119,
      "release_date": "2007/07/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shining Darkness"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-97.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-97.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-97.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Toxic Sludge",
        "text": "At the end of each player's turn, each of your opponent's Active Pokémon that has any Grass Energy attached to it is now Poisoned. If that Pokémon is already Poisoned, Toxic Sludge Poké-Body does nothing to that Pokémon.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Panic Liquid",
        "text": "The Defending Pokémon is now Confused and can't retreat during your opponent's next turn.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+20"
      }
    ],
    "rarity": "Non",
    "artist": "Daisuke Ito",
    "pricing": {
      "currency": "USD",
      "market": 2.82,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.82
        },
        {
          "condition": "LP",
          "price": 2
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:51:18.828Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.08
      }
    }
  }
}