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

← Black Bolt
Musharna

Musharna

Uncommon #39 Pokémon Stage 1 HP 120
Types
Psychic
Illustrator
Eri Kamei
Expansion
Black Bolt · Scarlet & Violet
Language
Japanese
TCGplayer
636393

Attacks

Dream Call
Colorless

Search your deck for any number of Fennel cards, reveal them, and put them into your hand. Then, shuffle your deck.

Sleep Pulse 50
Psychic

Your opponent's Active Pokémon is now Asleep.

GET /api/v1/pokemon/cards/sv11b_ja-39?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv11b_ja-39",
    "name": "Musharna",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/39.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/39.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/39.large.webp"
      }
    ],
    "expansion": {
      "id": "sv11b_ja",
      "name": "Black Bolt",
      "total": 174,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV11B",
      "printed_total": 86,
      "release_date": "2025/06/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Black Bolt"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "636393",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/39.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/39.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja/39.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Dream Call",
        "text": "Search your deck for any number of Fennel cards, reveal them, and put them into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Sleep Pulse",
        "text": "Your opponent's Active Pokémon is now Asleep.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Eri Kamei",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "LP",
          "price": 0.28
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:39:44.905Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}