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

← Blue Sky Stream
Rayquaza VMAX

Rayquaza VMAX

Hyper Rare #82 Pokémon Rapid StrikeVMAX HP 320
Types
Dragon
Illustrator
PLANETA Mochizuki
Expansion
Blue Sky Stream · Sword & Shield
Language
Japanese
TCGplayer
569494
GET /api/v1/pokemon/cards/swsh7r_ja-82vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh7r_ja-82vh",
    "name": "Rayquaza VMAX",
    "number": "82",
    "printed_number": "82",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/82vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/82vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/82vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh7r_ja",
      "name": "Blue Sky Stream",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S7R",
      "printed_total": 67,
      "release_date": "2021/07/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7r_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7r_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Blue Sky Stream"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569494",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/82vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/82vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/82vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Rapid Strike",
      "VMAX"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "320",
    "abilities": [
      {
        "name": "Blue Sky Wave",
        "text": "Once during your turn, you may discard your hand and draw 3 cards.",
        "type": "Ability"
      }
    ],
    "rarity": "Hyper Rare",
    "artist": "PLANETA Mochizuki",
    "pricing": {
      "currency": "USD",
      "market": 149.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 149.99
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 402.18,
          "low": 341.85,
          "high": 462.51,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 49.5,
          "low": 42.08,
          "high": 56.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 120,
          "low": 42,
          "high": 120,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 428,
          "low": 306.9,
          "high": 500.2,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 36,
          "low": 30.6,
          "high": 41.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 140,
          "low": 119,
          "high": 161,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-30T04:19:09.109Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}