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

← Ascended Heroes
Rayquaza (Energy Reverse)

Rayquaza (Energy Reverse)

Rare #153 Pokémon Basic HP 120
Types
Dragon
Illustrator
nagimiso
Expansion
Ascended Heroes · Mega Evolution
Language
English
TCGplayer
675965

Attacks

Breakthrough Assault 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/me2pt5-153verh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me2pt5-153verh",
    "name": "Rayquaza (Energy Reverse)",
    "number": "153",
    "printed_number": "153",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/153verh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/153verh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/153verh.large.webp"
      }
    ],
    "expansion": {
      "id": "me2pt5",
      "name": "Ascended Heroes",
      "total": 295,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "ASC",
      "printed_total": 217,
      "release_date": "2026/01/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2pt5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "675965",
    "variants": [
      {
        "name": "energyReverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/153verh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/153verh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/153verh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Breakthrough Assault",
        "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": "Rare",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 3.08,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.08
        },
        {
          "condition": "MP",
          "price": 2.44
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 13.54,
          "low": 11.51,
          "high": 15.57,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 391.25,
          "low": 384.38,
          "high": 398.13,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.5,
          "low": 12.33,
          "high": 16.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T19:37:09.954Z",
      "trend_7d": {
        "direction": "down",
        "percent": -20.21
      }
    }
  }
}