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

← Lost Thunder
Virizion-GX

Virizion-GX

Rare Rainbow #217 Pokémon BasicGX HP 170
Types
Grass
Illustrator
5ban Graphics
Expansion
Lost Thunder · Sun & Moon
Language
English
TCGplayer
178837

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/sm8-217vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8-217vh",
    "name": "Virizion-GX",
    "number": "217",
    "printed_number": "217",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/217vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/217vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/217vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8",
      "name": "Lost Thunder",
      "total": 240,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "LOT",
      "printed_total": 214,
      "release_date": "2018/11/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "178837",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/217vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/217vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/217vh.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": "Rare Rainbow",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 18.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 18.31
        },
        {
          "condition": "LP",
          "price": 13.52
        },
        {
          "condition": "MP",
          "price": 10
        },
        {
          "condition": "HP",
          "price": 7
        },
        {
          "condition": "DMG",
          "price": 14.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 109.5,
          "low": 52.5,
          "high": 109.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 196.85,
          "low": 204.9,
          "high": 244.1,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 19.5,
          "low": 19.5,
          "high": 19.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30.85,
          "low": 37.99,
          "high": 37.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:52:07.627Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}