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

← Thunderclap Spark
Virizion-GX

Virizion-GX

Super Rare #61 Pokémon BasicGX HP 170
Types
Grass
Illustrator
5ban Graphics
Expansion
Thunderclap Spark · Sun & Moon
Language
Japanese
TCGplayer
572521

Attacks

Double Draw
Colorless

Draw 2 cards.

Sensitive Blade 50+
Grass · Grass

If you played a Supporter card from your hand during this turn, this attack does 80 more damage.

Breeze Away-GX
Colorless

Put any number of your Pokémon in play and all cards attached to them into your hand. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm7a_ja-61vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm7a_ja-61vh",
    "name": "Virizion-GX",
    "number": "61",
    "printed_number": "61",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/61vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/61vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/61vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm7a_ja",
      "name": "Thunderclap Spark",
      "total": 73,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM7a",
      "printed_total": 60,
      "release_date": "2018/07/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Thunderclap Spark"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572521",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/61vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/61vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/61vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Grass"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Double Draw",
        "text": "Draw 2 cards."
      },
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Sensitive Blade",
        "text": "If you played a Supporter card from your hand during this turn, this attack does 80 more damage.",
        "damage": "50+"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Breeze Away-GX",
        "text": "Put any number of your Pokémon in play and all cards attached to them into your hand. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 3.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.18
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25,
          "low": 14,
          "high": 25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 13.2,
          "low": 11.22,
          "high": 15.18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 28.45,
          "low": 17,
          "high": 39.89,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:02:33.247Z",
      "trend_7d": {
        "direction": "down",
        "percent": -18.25
      }
    }
  }
}