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

← Emerald Break
Rayquaza-EX

Rayquaza-EX

Double Rare #61 Pokémon BasicEX HP 170
Types
Colorless
Illustrator
Ryota Murayama
Expansion
Emerald Break · XY
Language
Japanese
TCGplayer
603855

Attacks

Intensifying Burn 10+
Colorless

If your opponent's Active Pokémon is a Pokémon-EX, this attack does 50 more damage.

Dragon Pulse 100
Colorless · Colorless · Colorless

Discard the top 3 cards of your deck.

GET /api/v1/pokemon/cards/xy6_ja-61vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy6_ja-61vh",
    "name": "Rayquaza-EX",
    "number": "61",
    "printed_number": "61",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/61vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/61vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/61vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy6_ja",
      "name": "Emerald Break",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY6",
      "printed_total": 78,
      "release_date": "2015/03/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Emerald Break"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603855",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/61vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/61vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/61vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Intensifying Burn",
        "text": "If your opponent's Active Pokémon is a Pokémon-EX, this attack does 50 more damage.",
        "damage": "10+"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dragon Pulse",
        "text": "Discard the top 3 cards of your deck.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Ryota Murayama",
    "pricing": {
      "currency": "USD",
      "market": 21.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 21.64
        },
        {
          "condition": "LP",
          "price": 17.97
        },
        {
          "condition": "MP",
          "price": 0.15
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 180.19,
          "low": 156,
          "high": 156,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 367.5,
          "low": 318.5,
          "high": 646.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 26,
          "trend": {
            "direction": "down",
            "percent": -12.5
          }
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 102.5,
          "low": 88.5,
          "high": 115.3,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-07-16T02:53:57.198Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}