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

← Rapid Strike Master
Victini VMAX

Victini VMAX

Triple Rare #13 Pokémon VMAX HP 310
Types
Fire
Illustrator
PLANETA Mochizuki
Expansion
Rapid Strike Master · Sword & Shield
Language
Japanese
TCGplayer
569054

Attacks

Spreading Flames
Colorless

Attach up to 3 Fire Energy cards from your discard pile to your Pokémon in any way you like.

Max Victory 100+
Fire · Colorless

If your opponent's Active Pokémon is a Pokémon V, this attack does 120 more damage.

GET /api/v1/pokemon/cards/swsh5r_ja-13vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5r_ja-13vh",
    "name": "Victini VMAX",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/13vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/13vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/13vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh5r_ja",
      "name": "Rapid Strike Master",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S5R",
      "printed_total": 70,
      "release_date": "2021/01/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5r_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5r_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rapid Strike Master"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569054",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/13vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/13vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/13vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX"
    ],
    "types": [
      "Fire"
    ],
    "hp": "310",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Spreading Flames",
        "text": "Attach up to 3 Fire Energy cards from your discard pile to your Pokémon in any way you like."
      },
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Max Victory",
        "text": "If your opponent's Active Pokémon is a Pokémon V, this attack does 120 more damage.",
        "damage": "100+"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Triple Rare",
    "artist": "PLANETA Mochizuki",
    "pricing": {
      "currency": "USD",
      "market": 2.65,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.65
        },
        {
          "condition": "LP",
          "price": 2.28
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 17.15,
          "low": 11.38,
          "high": 32.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 41.26,
          "low": 29.67,
          "high": 41.51,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:59:13.298Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.71
      }
    }
  }
}