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

← Silver Lance
Tornadus VMAX

Tornadus VMAX

Triple Rare #58 Pokémon Single StrikeVMAX HP 320
Types
Colorless
Illustrator
Mitsuhiro Arita
Expansion
Silver Lance · Sword & Shield
Language
Japanese
TCGplayer
569190

Attacks

Blasting Wind 60
Colorless · Colorless
Max Fujin 120+
Colorless · Colorless · Colorless · Colorless

If a Stadium is in play, this attack does 120 more damage. Then, discard that Stadium.

GET /api/v1/pokemon/cards/swsh6h_ja-58vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh6h_ja-58vh",
    "name": "Tornadus VMAX",
    "number": "58",
    "printed_number": "58",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/58vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/58vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/58vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh6h_ja",
      "name": "Silver Lance",
      "total": 95,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S6H",
      "printed_total": 70,
      "release_date": "2021/04/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6h_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6h_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Silver Lance"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569190",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/58vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/58vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/58vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Single Strike",
      "VMAX"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "320",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Blasting Wind",
        "damage": "60"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Max Fujin",
        "text": "If a Stadium is in play, this attack does 120 more damage. Then, discard that Stadium.",
        "damage": "120+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Triple Rare",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 0.81,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.81
        },
        {
          "condition": "LP",
          "price": 0.71
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 11,
          "low": 11,
          "high": 15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 5.45,
          "low": 6,
          "high": 6,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 30.75,
          "low": 49.99,
          "high": 49.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 10,
          "low": 10,
          "high": 10,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:20:01.412Z",
      "trend_7d": {
        "direction": "down",
        "percent": -37.69
      }
    }
  }
}