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

← Beat of the Frontier
Sandslash

Sandslash

Rare #53 Pokémon Stage 1 HP 90
Types
Fighting
Illustrator
Kagemaru Himeno
Expansion
Beat of the Frontier · Platinum
Language
Japanese
TCGplayer
607427

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/pt3_ja-53?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pt3_ja-53",
    "name": "Sandslash",
    "number": "53",
    "printed_number": "53",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/53.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/53.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/53.large.webp"
      }
    ],
    "expansion": {
      "id": "pt3_ja",
      "name": "Beat of the Frontier",
      "total": 100,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "code": "PT3",
      "printed_total": 100,
      "release_date": "2009/03/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Beat of the Frontier"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "607427",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/53.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/53.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/53.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": 3.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.23
        },
        {
          "condition": "LP",
          "price": 2
        },
        {
          "condition": "MP",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 100,
          "low": 85,
          "high": 115,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T02:54:31.669Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}