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

← Chilling Reign
Sandaconda VMAX

Sandaconda VMAX

Rare Rainbow #206 Pokémon VMAX HP 320
Types
Fighting
Illustrator
aky CG Works
Expansion
Chilling Reign · Sword & Shield
Language
English
TCGplayer
241759

Attacks

Sand Pulse 60
Fighting

This attack also does 20 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

G-Max Cyclone 180
Fighting · Fighting · Colorless

Move any amount of Energy from your Pokémon to your other Pokémon in any way you like.

GET /api/v1/pokemon/cards/swsh6-206vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh6-206vh",
    "name": "Sandaconda VMAX",
    "number": "206",
    "printed_number": "206",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/206vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/206vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/206vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh6",
      "name": "Chilling Reign",
      "total": 233,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "CRE",
      "printed_total": 198,
      "release_date": "2021/06/18",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "241759",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/206vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/206vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/206vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "320",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Sand Pulse",
        "text": "This attack also does 20 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "60"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "G-Max Cyclone",
        "text": "Move any amount of Energy from your Pokémon to your other Pokémon in any way you like.",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare Rainbow",
    "artist": "aky CG Works",
    "pricing": {
      "currency": "USD",
      "market": 7.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.15
        },
        {
          "condition": "LP",
          "price": 6.79
        },
        {
          "condition": "MP",
          "price": 5.59
        },
        {
          "condition": "HP",
          "price": 3.45
        },
        {
          "condition": "DMG",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 23.5,
          "low": 9,
          "high": 25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 39,
          "low": 30.2,
          "high": 48.49,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:01:06.865Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.12
      }
    }
  }
}