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

← Supreme Victors
Sandslash

Sandslash

Rare #42 Pokémon Stage 1 HP 90
Types
Fighting
Illustrator
Kagemaru Himeno
Expansion
Supreme Victors · Platinum
Language
English
TCGplayer
88933

Attacks

Needle 40
Fighting · Colorless · Colorless

Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned.

GET /api/v1/pokemon/cards/pl3-42?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl3-42",
    "name": "Sandslash",
    "number": "42",
    "printed_number": "42",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/42.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/42.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/42.large.webp"
      }
    ],
    "expansion": {
      "id": "pl3",
      "name": "Supreme Victors",
      "total": 153,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "SV",
      "printed_total": 147,
      "release_date": "2009/08/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88933",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/42.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/42.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/42.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Dig Down",
        "text": "Once during your turn (before your attack), you may look at the top 5 cards in your deck. Choose as many Fighting Energy cards as you like, show them to your opponent, and put them into your hand. Put the other cards back on top of your deck. Shuffle your deck afterward. This power can't be used if Sandslash is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Needle",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 4.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.5
        },
        {
          "condition": "LP",
          "price": 3.65
        },
        {
          "condition": "MP",
          "price": 2.32
        },
        {
          "condition": "HP",
          "price": 3
        },
        {
          "condition": "DMG",
          "price": 1.5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 16.5,
          "low": 14.03,
          "high": 18.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:56:00.782Z",
      "trend_7d": {
        "direction": "up",
        "percent": 82.19
      }
    }
  }
}