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
Sandslash

Sandslash

Common #9 Pokémon Stage 1 HP 110
Illustrator
Shigenori Negishi
Expansion
Pokémon TCG Classic - Venusaur · Other
Language
English
TCGplayer
527894

Attacks

Continuous Scratch 30×
Colorless

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

Sand Tomb 90
Fighting · Colorless · Colorless

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

GET /api/v1/pokemon/cards/clv-9vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clv-9vh",
    "name": "Sandslash",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/9vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/9vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/9vh.large.webp"
      }
    ],
    "expansion": {
      "id": "clv",
      "name": "Pokémon TCG Classic - Venusaur",
      "total": 34,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "code": "CLV",
      "printed_total": 34,
      "release_date": "2023/11/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clv.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clv.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "527894",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/9vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/9vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/9vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "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": "30×"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "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",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": 1.58,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.58
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "9.5",
          "value": 38.73,
          "low": 24.37,
          "high": 53.09,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 12.75,
          "low": 11,
          "high": 19.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7.9,
          "low": 5.61,
          "high": 13.8,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 6.91,
          "low": 4.35,
          "high": 4.35,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 58.45,
          "low": 68.8,
          "high": 68.8,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 5.51,
          "low": 4.68,
          "high": 6.34,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:13:05.205Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.64
      }
    }
  }
}