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

← Mega Evolution
Sandslash

Sandslash

Common #69 Pokémon Stage 1 HP 120
Types
Fighting
Illustrator
imoniii
Expansion
Mega Evolution · Mega Evolution
Language
English
TCGplayer
654408

Attacks

Sand Attack 50
Colorless · Colorless

During your opponent's next turn, if the Defending Pokémon tries to use an attack, your opponent flips a coin. If tails, that attack doesn't happen.

Mud Shot 100
Fighting · Colorless · Colorless
GET /api/v1/pokemon/cards/me1-69?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me1-69",
    "name": "Sandslash",
    "number": "69",
    "printed_number": "69",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/69.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/69.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/69.large.webp"
      }
    ],
    "expansion": {
      "id": "me1",
      "name": "Mega Evolution",
      "total": 188,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEG",
      "printed_total": 132,
      "release_date": "2025/09/26",
      "logo": "https://images.scrydex.com/pokemon/me1-logo/logo",
      "symbol": "https://images.scrydex.com/pokemon/me1-symbol/symbol"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "654408",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/69.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/69.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/69.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Sand Attack",
        "text": "During your opponent's next turn, if the Defending Pokémon tries to use an attack, your opponent flips a coin. If tails, that attack doesn't happen.",
        "damage": "50"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Mud Shot",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "imoniii",
    "pricing": {
      "currency": "USD",
      "market": 0.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-20T06:23:07.188Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}