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

← Ancient Origins
Sableye

Sableye

Uncommon #44 Pokémon Basic HP 70
Types
Darkness
Illustrator
Hitoshi Ariga
Expansion
Ancient Origins · XY
Language
English
TCGplayer
101464

Attacks

Bewitching Eyes
Darkness

Choose a Supporter card from your opponent's discard pile and use it as the effect of this attack.

Furtive Drop
Darkness · Colorless

Put 3 damage counters on your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/xy7-44vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy7-44vrh",
    "name": "Sableye",
    "number": "44",
    "printed_number": "44",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/44vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/44vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/44vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy7",
      "name": "Ancient Origins",
      "total": 101,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "AOR",
      "printed_total": 98,
      "release_date": "2015/08/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "101464",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/44vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/44vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/44vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Bewitching Eyes",
        "text": "Choose a Supporter card from your opponent's discard pile and use it as the effect of this attack."
      },
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Furtive Drop",
        "text": "Put 3 damage counters on your opponent's Active Pokémon."
      }
    ],
    "rarity": "Uncommon",
    "artist": "Hitoshi Ariga",
    "pricing": {
      "currency": "USD",
      "market": 0.56,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.56
        },
        {
          "condition": "LP",
          "price": 0.54
        },
        {
          "condition": "MP",
          "price": 0.31
        },
        {
          "condition": "HP",
          "price": 0.43
        },
        {
          "condition": "DMG",
          "price": 0.37
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 61,
          "low": 51.85,
          "high": 70.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 14.99,
          "low": 12.74,
          "high": 17.24,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:21:33.519Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}