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

← Awakened Heroes
Gourgeist

Gourgeist

Non #25 Pokémon Stage 1 HP 120
Types
Psychic
Illustrator
kirisAki
Expansion
Awakened Heroes · Sun & Moon
Language
Japanese
TCGplayer
573017

Attacks

Confuse Ray
Psychic

Your opponent's Active Pokémon is now Confused.

Pumpkin Bomb 10+
Colorless · Colorless

Before doing damage, you may discard any number of Pokémon Tool cards from your Pokémon. This attack does 40 more damage for each card you discarded in this way.

GET /api/v1/pokemon/cards/sm4s_ja-25?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4s_ja-25",
    "name": "Gourgeist",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4s_ja/25.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4s_ja/25.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4s_ja/25.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4s_ja",
      "name": "Awakened Heroes",
      "total": 62,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM4S",
      "printed_total": 50,
      "release_date": "2017/09/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Awakened Heroes"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573017",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4s_ja/25.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4s_ja/25.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4s_ja/25.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Confuse Ray",
        "text": "Your opponent's Active Pokémon is now Confused."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Pumpkin Bomb",
        "text": "Before doing damage, you may discard any number of Pokémon Tool cards from your Pokémon. This attack does 40 more damage for each card you discarded in this way.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 1.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.98
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-13T14:32:07.900Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}