Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Brave Stars (Courage)
Serperior Vstar

Serperior Vstar

Triple Rare #033/128 Pokémon VSTAR HP 270
Types
Grass
Illustrator
PLANETA Mochizuki
Expansion
Brave Stars (Courage) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Regal Blender 190
Colorless · Colorless · Colorless

You may move any amount of Energy from your Pokémon to your other Pokémon in any way you like.

Star Winder 60
Colorless

This attack does 60 damage for each Energy attached to this Pokémon. Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 VSTAR Power in a game.)

GET /api/v1/pokemon/cards/bsco-033vh?include=prices 200 46ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsco-033vh",
    "name": "Serperior Vstar",
    "number": "033/128",
    "printed_number": "033/128",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-033vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-033vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-033vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bsco",
      "name": "Brave Stars (Courage)",
      "total": 178,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 178,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsco.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Courage)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-033vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-033vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-033vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VSTAR"
    ],
    "types": [
      "Grass"
    ],
    "hp": "270",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Regal Blender",
        "text": "You may move any amount of Energy from your Pokémon to your other Pokémon in any way you like.",
        "damage": "190"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Star Winder",
        "text": "This attack does 60 damage for each Energy attached to this Pokémon. Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 VSTAR Power in a game.)",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Triple Rare",
    "artist": "PLANETA Mochizuki",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:34:43.777Z"
    }
  }
}