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 Abyss
Sableye

Sableye

Rare #44 Pokémon Basic HP 80
Types
Psychic
Illustrator
Shibuzoh.
Expansion
Lost Abyss · Sword & Shield
Language
Japanese
TCGplayer
569975

Attacks

Scratch 20
Colorless
Lost Mine
Psychic

You can use this attack only if you have 10 or more cards in the Lost Zone. Put 12 damage counters on your opponent's Pokémon in any way you like.

GET /api/v1/pokemon/cards/swsh11_ja-44vh?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh11_ja-44vh",
    "name": "Sableye",
    "number": "44",
    "printed_number": "44",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/44vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/44vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/44vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh11_ja",
      "name": "Lost Abyss",
      "total": 127,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S11",
      "printed_total": 100,
      "release_date": "2022/07/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh11_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh11_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Lost Abyss"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569975",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/44vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/44vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/44vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Scratch",
        "damage": "20"
      },
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Lost Mine",
        "text": "You can use this attack only if you have 10 or more cards in the Lost Zone. Put 12 damage counters on your opponent's Pokémon in any way you like."
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Shibuzoh.",
    "pricing": {
      "currency": "USD",
      "market": 0.7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.7
        },
        {
          "condition": "MP",
          "price": 0.6
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 419.7,
          "low": 319.55,
          "high": 519.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:38:11.405Z",
      "trend_7d": {
        "direction": "down",
        "percent": -28.57
      }
    }
  }
}