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

← Dark Phantasma
Magnezone VSTAR

Magnezone VSTAR

Hyper Rare #90 Pokémon VSTAR HP 270
Types
Lightning
Illustrator
PLANETA Mochizuki
Expansion
Dark Phantasma · Sword & Shield
Language
Japanese
TCGplayer
570753

Attacks

Magnetic Grip 180
Lightning · Colorless · Colorless

Search your deck for up to 2 Item cards, reveal them, and put them into your hand. Then, shuffle your deck.

Electro Star
Lightning · Lightning

This attack also does 90 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 VSTAR Power in a game.)

GET /api/v1/pokemon/cards/swsh10a_ja-90vh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10a_ja-90vh",
    "name": "Magnezone VSTAR",
    "number": "90",
    "printed_number": "90",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/90vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/90vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/90vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10a_ja",
      "name": "Dark Phantasma",
      "total": 99,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S10a",
      "printed_total": 71,
      "release_date": "2022/05/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dark Phantasma"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570753",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/90vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/90vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/90vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VSTAR"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "270",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Magnetic Grip",
        "text": "Search your deck for up to 2 Item cards, reveal them, and put them into your hand. Then, shuffle your deck.",
        "damage": "180"
      },
      {
        "cost": [
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Electro Star",
        "text": "This attack also does 90 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 VSTAR Power in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Hyper Rare",
    "artist": "PLANETA Mochizuki",
    "pricing": {
      "currency": "USD",
      "market": 6.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.32
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15,
          "low": 14,
          "high": 15.69,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 41.23,
          "low": 54.95,
          "high": 54.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 36.27,
          "low": 30.83,
          "high": 41.71,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:20:31.757Z",
      "trend_7d": {
        "direction": "up",
        "percent": 61.64
      }
    }
  }
}