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

← Dark Explorers
Sandile

Sandile

Common #64 Pokémon Basic HP 70
Types
Darkness
Illustrator
Hajime Kusajima
Expansion
Dark Explorers · Black & White
Language
English
TCGplayer
88915

Attacks

Sand Dive
Colorless

Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn.

Corkscrew Punch 40
Darkness · Colorless · Colorless
GET /api/v1/pokemon/cards/bw5-64vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw5-64vrh",
    "name": "Sandile",
    "number": "64",
    "printed_number": "64",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/64vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/64vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/64vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw5",
      "name": "Dark Explorers",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DEX",
      "printed_total": 108,
      "release_date": "2012/05/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88915",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/64vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/64vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/64vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sand Dive",
        "text": "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn."
      },
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Corkscrew Punch",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 2.84,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.84
        },
        {
          "condition": "LP",
          "price": 0.91
        },
        {
          "condition": "MP",
          "price": 1.43
        },
        {
          "condition": "HP",
          "price": 2.75
        },
        {
          "condition": "DMG",
          "price": 0.09
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 99,
          "low": 84.15,
          "high": 113.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:25:34.444Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.35
      }
    }
  }
}