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

← Collect 151 Journey
Gengar

Gengar

Rare #094/151 Pokémon Stage 2 HP 130
Types
Psychic
Illustrator
Tomokazu Komiya
Expansion
Collect 151 Journey · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Poltergeist 50
Colorless

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

Hollow Dive 110
Colorless · Colorless

Put 3 damage counters on your opponent's Benched Pokémon in any way you like.

GET /api/v1/pokemon/cards/c151j-094?include=prices 200 24ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "c151j-094",
    "name": "Gengar",
    "number": "094/151",
    "printed_number": "094/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-094.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-094.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-094.large.webp"
      }
    ],
    "expansion": {
      "id": "c151j",
      "name": "Collect 151 Journey",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 192,
      "release_date": "2025/01/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/c151j.logo.png",
      "translation": {
        "en": {
          "name": "Collect 151 Journey"
        }
      }
    },
    "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/c151j-094.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-094.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-094.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Poltergeist",
        "text": "Your opponent reveals their hand. This attack does 50 damage for each Trainer card you find there.",
        "damage": "50"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hollow Dive",
        "text": "Put 3 damage counters on your opponent's Benched Pokémon in any way you like.",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 3,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 61,
          "low": 51.5,
          "high": 62.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 15.57,
          "low": 15.46,
          "high": 15.69,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9.5",
          "value": 33,
          "low": 28.05,
          "high": 37.95,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 46.95,
          "low": 39.48,
          "high": 47.98,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9.5",
          "value": 32,
          "low": 31.5,
          "high": 32.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 28,
          "low": 23.5,
          "high": 28.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T11:32:35.575Z",
      "trend_7d": {
        "direction": "down",
        "percent": -39.88
      }
    }
  }
}