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

← Pokémon TCG Classic - Venusaur (Grass Deck)
Sandslash

Sandslash

None #009/032 Pokémon Stage 1 HP 110
Types
Fighting
Expansion
Pokémon TCG Classic - Venusaur (Grass Deck)
Language
Japanese
TCGplayer
591951

Attacks

Continuous Scratch 30x
Colorless

Flip 4 coins. This attack does 30 damage for each heads.

] Sand Tomb 90
Colorless · Colorless · Fighting

During your opponent's next turn, the Defending Pokémon can't retreat.

GET /api/v1/pokemon/cards/clf_ja-9vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clf_ja-9vh",
    "name": "Sandslash",
    "number": "009/032",
    "printed_number": "009/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591951_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591951_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591951_in_1000x1000.jpg"
      }
    ],
    "expansion": {
      "id": "clf_ja",
      "name": "Pokémon TCG Classic - Venusaur (Grass Deck)",
      "total": 32,
      "language": "Japanese",
      "language_code": "ja",
      "release_date": "2023/02/27",
      "translation": {
        "en": {
          "name": "Pokémon TCG Classic - Venusaur (Grass Deck)"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "591951",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591951_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591951_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591951_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Continuous Scratch",
        "text": "Flip 4 coins. This attack does 30 damage for each heads.",
        "damage": "30x"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Fighting"
        ],
        "converted_energy_cost": 3,
        "name": "] Sand Tomb",
        "text": "During your opponent's next turn, the Defending Pokémon can't retreat.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass x2",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 1.95,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 16.25,
          "low": 10.85,
          "high": 24.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 10,
          "trend": {
            "direction": "down",
            "percent": -18.7
          }
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 3.25,
          "low": 3.04,
          "high": 16.62,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 73.75,
          "low": 59.99,
          "high": 59.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:44:27.857Z"
    }
  }
}