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

← Lost Thunder
Sableye

Sableye

Uncommon #96 Pokémon Basic HP 80
Types
Psychic
Illustrator
Miki Tanaka
Expansion
Lost Thunder · Sun & Moon
Language
English
TCGplayer
178907

Attacks

Quick Hunt
Colorless

If you go first, you can use this attack on your first turn. Search your deck for a card and put it into your hand. Then, shuffle your deck.

Cursed Drop
Psychic

Put 3 damage counters on your opponent's Pokémon in any way you like.

GET /api/v1/pokemon/cards/sm8-96?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8-96",
    "name": "Sableye",
    "number": "96",
    "printed_number": "96",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/96.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/96.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/96.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8",
      "name": "Lost Thunder",
      "total": 240,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "LOT",
      "printed_total": 214,
      "release_date": "2018/11/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "178907",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/96.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/96.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/96.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Quick Hunt",
        "text": "If you go first, you can use this attack on your first turn. Search your deck for a card and put it into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Cursed Drop",
        "text": "Put 3 damage counters on your opponent's Pokémon in any way you like."
      }
    ],
    "rarity": "Uncommon",
    "artist": "Miki Tanaka",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        },
        {
          "condition": "LP",
          "price": 0.27
        },
        {
          "condition": "MP",
          "price": 0.14
        },
        {
          "condition": "HP",
          "price": 0.07
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:52:07.627Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.13
      }
    }
  }
}