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

← Boundaries Crossed
Sandslash

Sandslash

Uncommon #79 Pokémon Stage 1 HP 90
Types
Fighting
Illustrator
BERUBURI
Expansion
Boundaries Crossed · Black & White
Language
English
TCGplayer
88935

Attacks

Sand-Attack 20
Fighting · Colorless

If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.

Earthquake 80
Fighting · Colorless · Colorless

Does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/bw7-79vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw7-79vrh",
    "name": "Sandslash",
    "number": "79",
    "printed_number": "79",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/79vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/79vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/79vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw7",
      "name": "Boundaries Crossed",
      "total": 153,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "BCR",
      "printed_total": 149,
      "release_date": "2012/11/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88935",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/79vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/79vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/79vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Sand-Attack",
        "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.",
        "damage": "20"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Earthquake",
        "text": "Does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "BERUBURI",
    "pricing": {
      "currency": "USD",
      "market": 3.38,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.38
        },
        {
          "condition": "LP",
          "price": 0.95
        },
        {
          "condition": "MP",
          "price": 1.08
        },
        {
          "condition": "HP",
          "price": 0.56
        },
        {
          "condition": "DMG",
          "price": 0.49
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:47:48.827Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.97
      }
    }
  }
}