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 Bolt
Sandile

Sandile

Illustration Rare #135 Pokémon Basic HP 70
Types
Darkness
Illustrator
Fujimoto Gold
Expansion
Black Bolt · Scarlet & Violet
Language
English
TCGplayer
642590

Attacks

Tighten Up 10
Darkness

Your opponent discards a card from their hand.

GET /api/v1/pokemon/cards/zsv10pt5-135vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "zsv10pt5-135vh",
    "name": "Sandile",
    "number": "135",
    "printed_number": "135",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/135vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/135vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/135vh.large.webp"
      }
    ],
    "expansion": {
      "id": "zsv10pt5",
      "name": "Black Bolt",
      "total": 172,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "BLK",
      "printed_total": 86,
      "release_date": "2025/07/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/zsv10pt5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/zsv10pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "642590",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/135vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/135vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/135vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Tighten Up",
        "text": "Your opponent discards a card from their hand.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Illustration Rare",
    "artist": "Fujimoto Gold",
    "pricing": {
      "currency": "USD",
      "market": 14.88,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.88
        },
        {
          "condition": "LP",
          "price": 13.07
        },
        {
          "condition": "HP",
          "price": 7
        },
        {
          "condition": "DMG",
          "price": 2.66
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 51.12,
          "low": 43.45,
          "high": 58.79,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 97.49,
          "low": 67.5,
          "high": 114.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 13.74,
          "low": 12.5,
          "high": 12.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 280.31,
          "low": 314.5,
          "high": 390.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16.66,
          "low": 13.3,
          "high": 23.7,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 27.5,
          "low": 18.17,
          "high": 31.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 8
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 20,
          "low": 20,
          "high": 20,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:52:49.141Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.59
      }
    }
  }
}