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

← Mysterious Treasures
Sandslash

Sandslash

Uncommon #61 Pokémon Stage 1 HP 90
Types
Fighting
Illustrator
Atsuko Nishida
Expansion
Mysterious Treasures · Diamond & Pearl
Language
English
TCGplayer
88932

Attacks

Spike Armor
Colorless

During your opponent's next turn, if Sandslash is damaged by an opponent's attack (even if Sandslash is Knocked Out), put 4 damage counters on the Attacking Pokémon.

Poison Spike 60
Fighting · Fighting · Colorless

If the Defending Pokémon already has any damage counters on it, that Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/dp2-61vrh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp2-61vrh",
    "name": "Sandslash",
    "number": "61",
    "printed_number": "61",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/61vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/61vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/61vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp2",
      "name": "Mysterious Treasures",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "MT",
      "printed_total": 123,
      "release_date": "2007/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88932",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/61vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/61vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/61vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Spike Armor",
        "text": "During your opponent's next turn, if Sandslash is damaged by an opponent's attack (even if Sandslash is Knocked Out), put 4 damage counters on the Attacking Pokémon."
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Poison Spike",
        "text": "If the Defending Pokémon already has any damage counters on it, that Pokémon is now Poisoned.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 4.55,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.55
        },
        {
          "condition": "LP",
          "price": 2.17
        },
        {
          "condition": "MP",
          "price": 1.18
        },
        {
          "condition": "HP",
          "price": 0.94
        },
        {
          "condition": "DMG",
          "price": 0.88
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 21.5,
          "low": 18.27,
          "high": 24.73,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 38,
          "low": 32.3,
          "high": 43.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "7",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "7.5",
          "value": 2.5,
          "low": 2.13,
          "high": 2.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:30:25.245Z",
      "trend_7d": {
        "direction": "up",
        "percent": 11.79
      }
    }
  }
}