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

← Black & White
Sandile

Sandile

Common #63
Illustrator
Naoyo Kimura
Expansion
Black & White · Black & White
Language
English
TCGplayer
88912
GET /api/v1/pokemon/cards/bw1-63vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw1-63vh",
    "name": "Sandile",
    "number": "63",
    "printed_number": "63",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/63vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/63vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/63vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw1",
      "name": "Black & White",
      "total": 115,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "BLW",
      "printed_total": 114,
      "release_date": "2011/04/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88912",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/63vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/63vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/63vh.large.webp"
          }
        ]
      }
    ],
    "rarity": "Common",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 4.47,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.47
        },
        {
          "condition": "LP",
          "price": 2.01
        },
        {
          "condition": "MP",
          "price": 1.2
        },
        {
          "condition": "HP",
          "price": 0.5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 8.54,
          "low": 7.26,
          "high": 9.82,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 34.95,
          "low": 29.71,
          "high": 40.19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:55:59.457Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}