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

← Double Crisis
Team Aqua's Muk

Team Aqua's Muk

Rare Holo #8 Pokémon Stage 1 HP 110
Types
Psychic
Illustrator
Kouki Saitou
Expansion
Double Crisis · XY
Language
English
TCGplayer
97054

Attacks

Pester 60
Psychic · Colorless · Colorless

If your opponent's Active Pokémon is affected by a Special Condition, this attack does 60 more damage.

GET /api/v1/pokemon/cards/dc1-8vrh?include=prices 200 102ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dc1-8vrh",
    "name": "Team Aqua's Muk",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/8vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/8vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/8vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "dc1",
      "name": "Double Crisis",
      "total": 34,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "DCR",
      "printed_total": 34,
      "release_date": "2015/03/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dc1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dc1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "97054",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/8vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/8vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/8vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Sludge Festival",
        "text": "The Retreat Cost of each Pokémon in play (except for Team Aqua Pokémon) is Colorless more.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Pester",
        "text": "If your opponent's Active Pokémon is affected by a Special Condition, this attack does 60 more damage.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 8.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.2
        },
        {
          "condition": "LP",
          "price": 4.73
        },
        {
          "condition": "MP",
          "price": 2.97
        },
        {
          "condition": "HP",
          "price": 3.5
        },
        {
          "condition": "DMG",
          "price": 1.95
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "4",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 34.05,
          "low": 39,
          "high": 39,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 46,
          "low": 39.1,
          "high": 52.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:56:06.007Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.12
      }
    }
  }
}