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

← Shining Synergy (Summon)
Mega Sableye And Tyranitar Gx

Mega Sableye And Tyranitar Gx

Double Rare #045/150 Pokémon Basic HP 280
Types
Darkness
Illustrator
Mitsuhiro Arita
Expansion
Shining Synergy (Summon) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Greedy Crush 210
Colorless · Colorless · Colorless · Colorless · Colorless

If your opponent's Pokémon-GX or Pokémon-EX is Knocked Out by damage from this attack, take 1 more Prize card.

Gigafall-GX 250
Colorless · Colorless · Colorless · Colorless · Colorless

If this Pokémon has at least 5 extra Energy attached to it (in addition to this attack's cost), discard the top 15 cards of your opponent's deck. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sssm-045vh?include=prices 200 25ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssm-045vh",
    "name": "Mega Sableye And Tyranitar Gx",
    "number": "045/150",
    "printed_number": "045/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-045vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-045vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-045vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sssm",
      "name": "Shining Synergy (Summon)",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 192,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssm.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Summon)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-045vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-045vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-045vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "280",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Greedy Crush",
        "text": "If your opponent's Pokémon-GX or Pokémon-EX is Knocked Out by damage from this attack, take 1 more Prize card.",
        "damage": "210"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Gigafall-GX",
        "text": "If this Pokémon has at least 5 extra Energy attached to it (in addition to this attack's cost), discard the top 15 cards of your opponent's deck. (You can't use more than 1 GX attack in a game.)",
        "damage": "250"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:34:33.582Z"
    }
  }
}