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

← Shield
Musharna

Musharna

Non #24 Pokémon Stage 1 HP 120
Types
Psychic
Illustrator
MAHOU
Expansion
Shield · Sword & Shield
Language
Japanese
TCGplayer
568476

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/swsh1h_ja-24?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh1h_ja-24",
    "name": "Musharna",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1h_ja/24.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1h_ja/24.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1h_ja/24.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh1h_ja",
      "name": "Shield",
      "total": 75,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S1H",
      "printed_total": 60,
      "release_date": "2019/12/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1h_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1h_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shield"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568476",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1h_ja/24.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1h_ja/24.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1h_ja/24.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": "Non",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 0.52,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.52
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:13:32.450Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.45
      }
    }
  }
}