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

← Sword & Shield
Musharna

Musharna

Rare #88 Pokémon Stage 1 HP 120
Types
Psychic
Illustrator
MAHOU
Expansion
Sword & Shield · Sword & Shield
Language
English
TCGplayer
208397

Attacks

Sleepy Pulse
Colorless

Your opponent's Active Pokémon is now Asleep. During Pokémon Checkup, your opponent flips 2 coins instead of 1. If either of them is tails, that Pokémon is still Asleep.

Super Hypnoblast 10
Psychic · Colorless

If your opponent's Active Pokémon is Asleep, this attack does 120 more damage.

GET /api/v1/pokemon/cards/swsh1-88vrh?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh1-88vrh",
    "name": "Musharna",
    "number": "88",
    "printed_number": "88",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/88vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/88vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/88vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh1",
      "name": "Sword & Shield",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "SSH",
      "printed_total": 202,
      "release_date": "2020/02/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "208397",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/88vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/88vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/88vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sleepy Pulse",
        "text": "Your opponent's Active Pokémon is now Asleep. During Pokémon Checkup, your opponent flips 2 coins instead of 1. If either of them is tails, that Pokémon is still Asleep."
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Super Hypnoblast",
        "text": "If your opponent's Active Pokémon is Asleep, this attack does 120 more damage.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 0.46,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.46
        },
        {
          "condition": "LP",
          "price": 0.45
        },
        {
          "condition": "MP",
          "price": 0.23
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:14:03.757Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.13
      }
    }
  }
}