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

← Vivid Voltage
Whismur

Whismur

Common #135 Pokémon Basic HP 60
Types
Colorless
Illustrator
Tika Matsuno
Expansion
Vivid Voltage · Sword & Shield
Language
English
TCGplayer
226591

Attacks

Continuous Tumble 40
Colorless · Colorless

Flip a coin until you get tails. This attack does 40 damage for each heads.

GET /api/v1/pokemon/cards/swsh4-135vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh4-135vrh",
    "name": "Whismur",
    "number": "135",
    "printed_number": "135",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/135vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/135vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/135vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh4",
      "name": "Vivid Voltage",
      "total": 203,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "VIV",
      "printed_total": 185,
      "release_date": "2020/11/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "226591",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/135vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/135vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/135vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Continuous Tumble",
        "text": "Flip a coin until you get tails. This attack does 40 damage for each heads.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Tika Matsuno",
    "pricing": {
      "currency": "USD",
      "market": 0.33,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.33
        },
        {
          "condition": "LP",
          "price": 0.29
        },
        {
          "condition": "MP",
          "price": 0.27
        },
        {
          "condition": "HP",
          "price": 0.03
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:34:30.364Z",
      "trend_7d": {
        "direction": "up",
        "percent": 22.22
      }
    }
  }
}