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

← Mask of Change
Volbeat

Volbeat

usually #4 Pokémon Basic HP 70
Types
Grass
Illustrator
Orca
Expansion
Mask of Change · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Fast Sign
Colorless

If you go first, you can use this attack during your first turn. Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck.

Coordinated Strike 20+
Colorless · Colorless

If Illumise is on your Bench, this attack does 60 more damage.

GET /api/v1/pokemon/cards/sv6_ja-4?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6_ja-4",
    "name": "Volbeat",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/4.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/4.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/4.large.webp"
      }
    ],
    "expansion": {
      "id": "sv6_ja",
      "name": "Mask of Change",
      "total": 133,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV6",
      "printed_total": 101,
      "release_date": "2024/04/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mask of Change"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/4.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/4.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/4.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Fast Sign",
        "text": "If you go first, you can use this attack during your first turn. Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Coordinated Strike",
        "text": "If Illumise is on your Bench, this attack does 60 more damage.",
        "damage": "20+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Orca",
    "pricing": {
      "currency": "USD",
      "market": 0.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.51
        },
        {
          "condition": "LP",
          "price": 0.1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T13:51:17.380Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.92
      }
    }
  }
}