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

← MEGA Dream ex
Rayquaza

Rayquaza

Common #127 Pokémon Basic
Types
Dragon
Illustrator
nagimiso
Expansion
MEGA Dream ex · Mega Evolution
Language
Japanese
TCGplayer

Attacks

Assault Break 20+
Lightning · Colorless

If this Pokémon moved from your Bench to the Active Spot this turn, this attack does 90 more damage.

Dragon Claw 130
Fire · Lightning · Colorless
GET /api/v1/pokemon/cards/m2a_ja-127vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m2a_ja-127vrh",
    "name": "Rayquaza",
    "number": "127",
    "printed_number": "127",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/127vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/127vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/127vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "m2a_ja",
      "name": "MEGA Dream ex",
      "total": 250,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M2a",
      "printed_total": 193,
      "release_date": "2025/11/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m2a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m2a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "MEGA Dream ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/127vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/127vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/127vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Assault Break",
        "text": "If this Pokémon moved from your Bench to the Active Spot this turn, this attack does 90 more damage.",
        "damage": "20+"
      },
      {
        "cost": [
          "Fire",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dragon Claw",
        "damage": "130"
      }
    ],
    "rarity": "Common",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 3.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.25
        },
        {
          "condition": "LP",
          "price": 2.59
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 71,
          "low": 45,
          "high": 86.19,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 21,
          "trend": {
            "direction": "up",
            "percent": 8.5
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.99,
          "low": 16.65,
          "high": 35.45,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 29.5,
          "low": 17.89,
          "high": 31.5,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T02:10:29.056Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}