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

← Sky-Splitting Charisma
Whismur

Whismur

usually #71 Pokémon Basic HP 60
Types
Colorless
Illustrator
Shibuzoh.
Expansion
Sky-Splitting Charisma · Sun & Moon
Language
Japanese
TCGplayer
573359

Attacks

Bawl
Colorless

You can use this attack only if you go second, and only on your first turn. Your opponent can't play any Trainer cards from their hand during their next turn.

Pound 20
Colorless · Colorless
GET /api/v1/pokemon/cards/sm7_ja-71?include=prices 200 110ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm7_ja-71",
    "name": "Whismur",
    "number": "71",
    "printed_number": "71",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/71.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/71.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/71.large.webp"
      }
    ],
    "expansion": {
      "id": "sm7_ja",
      "name": "Sky-Splitting Charisma",
      "total": 112,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM7",
      "printed_total": 96,
      "release_date": "2018/06/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sky-Splitting Charisma"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573359",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/71.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/71.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/71.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Bawl",
        "text": "You can use this attack only if you go second, and only on your first turn. Your opponent can't play any Trainer cards from their hand during their next turn."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Pound",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Shibuzoh.",
    "pricing": {
      "currency": "USD",
      "market": 3.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.49
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:18:07.771Z",
      "trend_7d": {
        "direction": "up",
        "percent": 259.79
      }
    }
  }
}