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

← PCG Promos
Deoxys ex

Deoxys ex

Promo #27 Pokémon Basicex HP 110
Types
Psychic
Illustrator
Hiromichi Sugiyama
Expansion
PCG Promos · PCG
Language
Japanese
TCGplayer

Attacks

Fastwave 50
Colorless · Colorless · Colorless

This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.

GET /api/v1/pokemon/cards/pcgp_ja-27?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcgp_ja-27",
    "name": "Deoxys ex",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/27.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/27.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/27.large.webp"
      }
    ],
    "expansion": {
      "id": "pcgp_ja",
      "name": "PCG Promos",
      "total": 153,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 153,
      "release_date": "2003/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcgp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcgp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "PCG Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/27.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/27.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/27.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Form Change",
        "text": "Once during your turn (before your attack), you may search your deck for another Deoxys ex and switch it with Deoxys ex. (Any cards attached to Deoxys ex, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) If you do, put Deoxys ex on top of your deck. Shuffle your deck afterward. You can't use more than 1 Form Change Poké-Power each turn.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fastwave",
        "text": "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Hiromichi Sugiyama",
    "pricing": {
      "currency": "USD",
      "market": 74.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 74.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:28:30.409Z",
      "trend_7d": {
        "direction": "up",
        "percent": 87.52
      }
    }
  }
}