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

Deoxys

Promo #17 Pokémon Basic
Types
Psychic
Illustrator
Hironobu Yoshida
Expansion
PCG Promos · PCG
Language
Japanese
TCGplayer

Attacks

Barrier Attack 20
Psychic · Colorless

During your opponent's next turn, any damage done to Deoxys by attacks is reduced by 30 (after applying Weakness and Resistance).

GET /api/v1/pokemon/cards/pcgp_ja-17vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcgp_ja-17vh",
    "name": "Deoxys",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/17vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/17vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/17vh.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": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/17vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/17vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/17vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "abilities": [
      {
        "name": "Form Change",
        "text": "Once during your turn (before your attack), you may search your deck for another Deoxys and switch it with Deoxys. (Any cards attached to Deoxys, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) If you do, put Deoxys 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": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Barrier Attack",
        "text": "During your opponent's next turn, any damage done to Deoxys by attacks is reduced by 30 (after applying Weakness and Resistance).",
        "damage": "20"
      }
    ],
    "rarity": "Promo",
    "artist": "Hironobu Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 19.2,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 19.2
        },
        {
          "condition": "MP",
          "price": 5.78
        },
        {
          "condition": "HP",
          "price": 7
        },
        {
          "condition": "DMG",
          "price": 5.93
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 122,
          "low": 100,
          "high": 144,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-31T04:52:56.277Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}