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

Illustration Rare #117 Pokémon Stage 1 HP 120
Types
Psychic
Illustrator
Mizue
Expansion
Black Bolt · Scarlet & Violet
Language
English
TCGplayer
642571

Attacks

Dream Calling
Colorless

You may 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/zsv10pt5-117vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "zsv10pt5-117vh",
    "name": "Musharna",
    "number": "117",
    "printed_number": "117",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/117vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/117vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/117vh.large.webp"
      }
    ],
    "expansion": {
      "id": "zsv10pt5",
      "name": "Black Bolt",
      "total": 172,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "BLK",
      "printed_total": 86,
      "release_date": "2025/07/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/zsv10pt5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/zsv10pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "642571",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/117vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/117vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/117vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Dream Calling",
        "text": "You may 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": "Illustration Rare",
    "artist": "Mizue",
    "pricing": {
      "currency": "USD",
      "market": 11.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 11.18
        },
        {
          "condition": "LP",
          "price": 10.63
        },
        {
          "condition": "DMG",
          "price": 6
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 20.68,
          "low": 13.3,
          "high": 25.26,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 48,
          "low": 40.8,
          "high": 55.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 12.3,
          "low": 10.14,
          "high": 14.46,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 279.05,
          "low": 243.86,
          "high": 327.25,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 15.3,
          "low": 17.2,
          "high": 17.2,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14.1,
          "low": 12.09,
          "high": 20.79,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.99,
          "low": 19.35,
          "high": 27.11,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-22T02:52:49.141Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.95
      }
    }
  }
}