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

← Storming Emergence (Verdant)
Rayquaza Gx

Rayquaza Gx

Double Rare #104/151 Pokémon Basic HP 180
Types
Dragon
Illustrator
5ban Graphics
Expansion
Storming Emergence (Verdant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Dragon Break 30
Colorless · Colorless · Colorless

This attack does 30 damage times the amount of basic Grass and basic Lightning Energy attached to your Pokémon.

Tempest-GX
Colorless

Discard your hand and draw 10 cards. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sev-104vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sev-104vh",
    "name": "Rayquaza Gx",
    "number": "104/151",
    "printed_number": "104/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-104vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-104vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-104vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sev",
      "name": "Storming Emergence (Verdant)",
      "total": 204,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 204,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sev.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Verdant)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-104vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-104vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-104vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dragon Break",
        "text": "This attack does 30 damage times the amount of basic Grass and basic Lightning Energy attached to your Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tempest-GX",
        "text": "Discard your hand and draw 10 cards. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:36:56.404Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}