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

← Intense Fight in the Destroyed Sky
Sableye

Sableye

Non #62 Pokémon Basic HP 60
Types
Darkness
Illustrator
Kyoko Umemoto
Expansion
Intense Fight in the Destroyed Sky · Diamond & Pearl
Language
Japanese
TCGplayer
608211

Attacks

Impersonate

Search your deck for a Supporter card and discard it. Shuffle your deck afterward. Then, use the effect of that card as the effect of this attack.

Overconfident 10
Darkness

If the Defending Pokémon has fewer remaining HP than Sableye, this attack's base damage is 40.

GET /api/v1/pokemon/cards/dp6_ja-62?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp6_ja-62",
    "name": "Sableye",
    "number": "62",
    "printed_number": "62",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/62.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/62.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/62.large.webp"
      }
    ],
    "expansion": {
      "id": "dp6_ja",
      "name": "Intense Fight in the Destroyed Sky",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP6",
      "printed_total": 92,
      "release_date": "2008/07/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Intense Fight in the Destroyed Sky"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608211",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/62.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/62.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/62.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Overeager",
        "text": "If Sableye is your Active Pokémon at the beginning of the game, you go first. (If each player's Active Pokémon has the Overeager Poké-Body, this power does nothing.)",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Impersonate",
        "text": "Search your deck for a Supporter card and discard it. Shuffle your deck afterward. Then, use the effect of that card as the effect of this attack."
      },
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Overconfident",
        "text": "If the Defending Pokémon has fewer remaining HP than Sableye, this attack's base damage is 40.",
        "damage": "10"
      }
    ],
    "resistances": [
      {
        "type": "Colorless",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Kyoko Umemoto",
    "pricing": {
      "currency": "USD",
      "market": 4.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.39
        },
        {
          "condition": "MP",
          "price": 4
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 89.95,
          "low": 76.46,
          "high": 103.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-05-31T04:18:31.474Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}