Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Nihil Zero
Gengar

Gengar

Non #49 Pokémon Stage 2
Types
Darkness
Illustrator
Masako Tomii
Expansion
Nihil Zero · Mega Evolution
Language
Japanese
TCGplayer
674368

Attacks

Mind Jack
Darkness

This attack does 30 more damage for each of your opponent's Benched Pokémon.

GET /api/v1/pokemon/cards/m3_ja-49?include=prices 200 70ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m3_ja-49",
    "name": "Gengar",
    "number": "49",
    "printed_number": "49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/49.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/49.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/49.large.png"
      }
    ],
    "expansion": {
      "id": "m3_ja",
      "name": "Nihil Zero",
      "total": 117,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M3",
      "printed_total": 80,
      "release_date": "2026/01/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Nihil Zero"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "674368",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/49.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/49.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/49.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Darkness"
    ],
    "abilities": [
      {
        "name": "Infinite Shadow",
        "text": "If this Pokémon is Knocked Out by damage from an attack from your opponent's Pokémon, put it into your hand instead of the discard pile. (Discard all attached cards.)",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Mind Jack",
        "text": "This attack does 30 more damage for each of your opponent's Benched Pokémon."
      }
    ],
    "rarity": "Non",
    "artist": "Masako Tomii",
    "pricing": {
      "currency": "USD",
      "market": 1.53,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.53
        },
        {
          "condition": "LP",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 39,
          "low": 34.5,
          "high": 41,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 14.57,
          "low": 12.38,
          "high": 15.42,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 124.99,
          "low": 89.7,
          "high": 140,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25,
          "low": 19.4,
          "high": 28.8,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7
        }
      ],
      "market_updated_at": "2026-07-29T16:05:26.841Z",
      "trend_7d": {
        "direction": "up",
        "percent": 212.24
      }
    }
  }
}