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 (Supreme)
Gengar And Mimikyu Gx

Gengar And Mimikyu Gx

Rare #163/150 Pokémon Basic HP 240
Types
Psychic
Illustrator
Midori Harada
Expansion
Shining Synergy (Supreme) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Poltergeist 50
Colorless · Colorless

Your opponent reveals their hand. This attack does 50 damage for each Trainer card you find there.

Horror House-GX
Colorless

Your opponent can't play any cards from their hand during their next turn. If this Pokémon has at least 1 extra Psychic Energy attached to it (in addition to this attack's cost), each player draws cards until they have 7 cards in their hand. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sssu-163?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssu-163",
    "name": "Gengar And Mimikyu Gx",
    "number": "163/150",
    "printed_number": "163/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-163.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-163.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-163.large.webp"
      }
    ],
    "expansion": {
      "id": "sssu",
      "name": "Shining Synergy (Supreme)",
      "total": 193,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 193,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssu.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Supreme)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-163.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-163.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-163.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "240",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Poltergeist",
        "text": "Your opponent reveals their hand. This attack does 50 damage for each Trainer card you find there.",
        "damage": "50"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Horror House-GX",
        "text": "Your opponent can't play any cards from their hand during their next turn. If this Pokémon has at least 1 extra Psychic Energy attached to it (in addition to this attack's cost), each player draws cards until they have 7 cards in their hand. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 16.14,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:38:31.079Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}