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

← SM Black Star Promos
Alolan Sandslash-GX

Alolan Sandslash-GX

Promo #SM236 Pokémon Stage 1GX HP 200
Types
Water
Illustrator
5ban Graphics
Expansion
SM Black Star Promos · Sun & Moon
Language
English
TCGplayer
207496

Attacks

Frost Breath 120
Water · Colorless · Colorless
Spiky Storm-GX
Water · Colorless · Colorless

This attack does 100 damage to each of your opponent's Pokémon that has any damage counters on it. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/smp-SM236vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp-SM236vh",
    "name": "Alolan Sandslash-GX",
    "number": "SM236",
    "printed_number": "SM236",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM236vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM236vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM236vh.large.webp"
      }
    ],
    "expansion": {
      "id": "smp",
      "name": "SM Black Star Promos",
      "total": 251,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "PR-SM",
      "printed_total": 248,
      "release_date": "2017/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "207496",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM236vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM236vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM236vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "GX"
    ],
    "types": [
      "Water"
    ],
    "hp": "200",
    "abilities": [
      {
        "name": "Spiky Shield",
        "text": "If this Pokémon is your Active Pokémon and is damaged by an opponent's attack (even if this Pokémon is Knocked Out), put 3 damage counters on the Attacking Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Frost Breath",
        "damage": "120"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Spiky Storm-GX",
        "text": "This attack does 100 damage to each of your opponent's Pokémon that has any damage counters on it. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 15.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15.8
        },
        {
          "condition": "LP",
          "price": 11.7
        },
        {
          "condition": "MP",
          "price": 9.96
        },
        {
          "condition": "HP",
          "price": 5.3
        },
        {
          "condition": "DMG",
          "price": 5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 85,
          "low": 70,
          "high": 100,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9.99,
          "low": 8.49,
          "high": 11.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 81,
          "low": 50,
          "high": 97.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 6.5,
          "low": 6.5,
          "high": 6.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11,
          "low": 11,
          "high": 11,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:50:16.813Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.5
      }
    }
  }
}