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

← Chaos Rising
Gourgeist ex

Gourgeist ex

Ultra Rare #102 Pokémon Stage 1ex HP 270
Types
Psychic
Illustrator
5ban Graphics
Expansion
Chaos Rising · Mega Evolution
Language
English
TCGplayer
693498

Attacks

Horrifying Rondo 30+
Psychic

This attack does 50 more damage for each of your Benched Pokémon that has any damage counters on it.

Ghostly Touch 140
Psychic · Psychic

Discard a random card from your opponent's hand.

GET /api/v1/pokemon/cards/me4-102vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me4-102vh",
    "name": "Gourgeist ex",
    "number": "102",
    "printed_number": "102",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-102vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-102vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-102vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me4",
      "name": "Chaos Rising",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "CRI",
      "printed_total": 86,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/avatars/sets/me4/logo-1779247335774.png",
      "symbol": " "
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "693498",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-102vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-102vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-102vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "270",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Horrifying Rondo",
        "text": "This attack does 50 more damage for each of your Benched Pokémon that has any damage counters on it.",
        "damage": "30+"
      },
      {
        "cost": [
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Ghostly Touch",
        "text": "Discard a random card from your opponent's hand.",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Ultra Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.38,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.38
        },
        {
          "condition": "DMG",
          "price": 1.12
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 17.01,
          "low": 12.51,
          "high": 21.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 23.04,
          "low": 15.05,
          "high": 43.45,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17.4,
          "low": 16.32,
          "high": 19.47,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T02:29:05.702Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.5
      }
    }
  }
}