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
Rayquaza

Rayquaza

Promo #94 Pokémon Basic
Types
Colorless
Illustrator
Hiromichi Sugiyama
Expansion
PCG Promos · PCG
Language
Japanese
TCGplayer

Attacks

Tumbling Attack 20+
Colorless · Colorless

Flip a coin. If heads, this attack does 20 damage plus 20 more damage.

GET /api/v1/pokemon/cards/pcgp_ja-94?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcgp_ja-94",
    "name": "Rayquaza",
    "number": "94",
    "printed_number": "94",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/94.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/94.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/94.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/94.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/94.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/94.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "abilities": [
      {
        "name": "Dragon Aura",
        "text": "As long as Rayquaza has any basic Fire Energy cards and any basic Lightning Energy cards attached to it, prevent all effects, except damage, by an opponent's attack done to Rayquaza.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tumbling Attack",
        "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage.",
        "damage": "20+"
      }
    ],
    "rarity": "Promo",
    "artist": "Hiromichi Sugiyama",
    "pricing": {
      "currency": "USD",
      "market": 750.69,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 750.69
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-14T05:14:43.816Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}