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

← Sky-Splitting Charisma
Rayquaza-GX

Rayquaza-GX

Super Rare #101 Pokémon BasicGX HP 180
Types
Dragon
Illustrator
5ban Graphics
Expansion
Sky-Splitting Charisma · Sun & Moon
Language
Japanese
TCGplayer
573389

Attacks

Dragon Break 30×
Grass · Lightning · Colorless

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

Tempest-GX
Grass

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

GET /api/v1/pokemon/cards/sm7_ja-101vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm7_ja-101vh",
    "name": "Rayquaza-GX",
    "number": "101",
    "printed_number": "101",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/101vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/101vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/101vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm7_ja",
      "name": "Sky-Splitting Charisma",
      "total": 112,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM7",
      "printed_total": 96,
      "release_date": "2018/06/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sky-Splitting Charisma"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573389",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/101vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/101vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/101vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "180",
    "abilities": [
      {
        "name": "Stormy Winds",
        "text": "When you play this Pokémon from your hand onto your Bench during your turn, you may discard the top 3 cards of your deck. If you do, attach a basic Energy card from your discard pile to this Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Lightning",
          "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": [
          "Grass"
        ],
        "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": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 445.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 445.2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 76.5,
          "low": 32,
          "high": 76.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 115,
          "low": 115,
          "high": 115,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 513.85,
          "low": 614.5,
          "high": 650.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 45,
          "low": 45,
          "high": 58.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:02:33.525Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.59
      }
    }
  }
}