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

← GX Ultra Shiny
Sableye

Sableye

Common #67 Pokémon Basic HP 70
Types
Darkness
Illustrator
Yukiko Baba
Expansion
GX Ultra Shiny · Sun & Moon
Language
Japanese
TCGplayer
574686

Attacks

Disable 10
Colorless

Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.

GET /api/v1/pokemon/cards/sm8b_ja-67?include=prices 200 13ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8b_ja-67",
    "name": "Sableye",
    "number": "67",
    "printed_number": "67",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/67.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/67.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/67.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8b_ja",
      "name": "GX Ultra Shiny",
      "total": 250,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM8b",
      "printed_total": 150,
      "release_date": "2018/11/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "GX Ultra Shiny"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574686",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/67.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/67.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/67.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Excavate",
        "text": "Once during your turn (before your attack), you may look at the top card of your deck. You may discard that card.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Disable",
        "text": "Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.",
        "damage": "10"
      }
    ],
    "rarity": "Common",
    "artist": "Yukiko Baba",
    "pricing": {
      "currency": "USD",
      "market": 1.42,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.42
        },
        {
          "condition": "LP",
          "price": 1.33
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 58.23,
          "low": 52.35,
          "high": 64.12,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:16:32.168Z",
      "trend_7d": {
        "direction": "up",
        "percent": 46.39
      }
    }
  }
}