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

← Plasma Gale
Elgyem

Elgyem

usually #38 Pokémon Basic HP 60
Types
Psychic
Illustrator
Mitsuhiro Arita
Expansion
Plasma Gale · Black & White
Language
Japanese
TCGplayer
601837

Attacks

Reflect
Colorless

During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).

Smash Punch 30
Psychic · Colorless

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/bw7_ja-38?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw7_ja-38",
    "name": "Elgyem",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/38.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/38.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/38.large.webp"
      }
    ],
    "expansion": {
      "id": "bw7_ja",
      "name": "Plasma Gale",
      "total": 79,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW7",
      "printed_total": 70,
      "release_date": "2012/09/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Plasma Gale"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601837",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/38.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/38.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/38.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Reflect",
        "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Smash Punch",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-14T04:08:45.127Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}