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

← Power Keepers
Sableye

Sableye

Rare #22 Pokémon Basic HP 60
Types
Psychic
Illustrator
Ken Sugimori
Expansion
Power Keepers · EX
Language
English
TCGplayer
88851

Attacks

Down Draw
Colorless

Draw 2 cards from the bottom of your deck.

Feint Attack
Psychic · Colorless

Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon.

GET /api/v1/pokemon/cards/ex16-22?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex16-22",
    "name": "Sableye",
    "number": "22",
    "printed_number": "22",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/22.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/22.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/22.large.webp"
      }
    ],
    "expansion": {
      "id": "ex16",
      "name": "Power Keepers",
      "total": 108,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "PK",
      "printed_total": 108,
      "release_date": "2007/02/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex16.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex16.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88851",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/22.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/22.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/22.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Synergy Effect",
        "text": "If Phoebe's Stadium is in play, prevent all damage done to Sableye by attacks from your opponent's Pokémon-ex.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Down Draw",
        "text": "Draw 2 cards from the bottom of your deck."
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Feint Attack",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon."
      }
    ],
    "resistances": [
      {
        "type": "Colorless",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 1.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.57
        },
        {
          "condition": "LP",
          "price": 0.72
        },
        {
          "condition": "MP",
          "price": 0.48
        },
        {
          "condition": "HP",
          "price": 0.48
        },
        {
          "condition": "DMG",
          "price": 0.39
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 41.5,
          "low": 35.28,
          "high": 47.72,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 13.5,
          "low": 11.48,
          "high": 15.52,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 146,
          "low": 124.1,
          "high": 167.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 38.5,
          "low": 32.73,
          "high": 44.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 64.01,
          "low": 79.37,
          "high": 85.26,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:09:57.202Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.37
      }
    }
  }
}