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

← Brave Stars (Charm)
Hisuian Samurott Vstar

Hisuian Samurott Vstar

Rare #156/127 Pokémon VSTAR HP 270
Types
Darkness
Illustrator
Shibuzoh.
Expansion
Brave Stars (Charm) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Merciless Blade 110
Colorless · Colorless

If your opponent's Active Pokémon already has any damage counters on it, this attack does 110 more damage.

GET /api/v1/pokemon/cards/bsch-156?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsch-156",
    "name": "Hisuian Samurott Vstar",
    "number": "156/127",
    "printed_number": "156/127",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-156.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-156.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-156.large.webp"
      }
    ],
    "expansion": {
      "id": "bsch",
      "name": "Brave Stars (Charm)",
      "total": 176,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 176,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsch.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Charm)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-156.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-156.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-156.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VSTAR"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "270",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Merciless Blade",
        "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 110 more damage.",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Shibuzoh.",
    "pricing": {
      "currency": "USD",
      "market": 7.01,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T03:26:46.344Z",
      "trend_7d": {
        "direction": "down",
        "percent": -41.49
      }
    }
  }
}