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

← Nihil Zero
Gengar

Gengar

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

Attacks

Mind Jack 10+
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 17ms
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.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/49.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/49.large.webp"
      }
    ],
    "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.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/49.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/49.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "130",
    "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.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Masako Tomii",
    "pricing": {
      "currency": "USD",
      "market": 0.67,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.67
        },
        {
          "condition": "LP",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 40.63,
          "low": 40.18,
          "high": 42.39,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10.25,
          "low": 7.75,
          "high": 20,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 16,
          "trend": {
            "direction": "down",
            "percent": -24.9
          }
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 15,
          "low": 15,
          "high": 15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 45.5,
          "low": 35.81,
          "high": 70,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 81,
          "trend": {
            "direction": "flat",
            "percent": 0
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11.33,
          "low": 8.27,
          "high": 18.27,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11.07,
          "low": 9.63,
          "high": 26.74,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 12
        }
      ],
      "market_updated_at": "2026-09-21T03:27:37.319Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.9
      }
    }
  }
}