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 V

Rayquaza V

Super Rare #75 Pokémon BasicVRapid Strike HP 210
Types
Dragon
Illustrator
PLANETA Mochizuki
Expansion
Blue Sky Stream · Sword & Shield
Language
Japanese
TCGplayer
569487

Attacks

Dragon Pulse 40
Lightning

Discard the top 2 cards of your deck.

Spiral Burst 20+
Fire · Lightning

You may discard up to 2 basic Fire Energy or up to 2 basic Lightning Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way.

GET /api/v1/pokemon/cards/swsh7r_ja-75vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh7r_ja-75vh",
    "name": "Rayquaza V",
    "number": "75",
    "printed_number": "75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/75vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/75vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/75vh.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": "569487",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/75vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/75vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/75vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V",
      "Rapid Strike"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Dragon Pulse",
        "text": "Discard the top 2 cards of your deck.",
        "damage": "40"
      },
      {
        "cost": [
          "Fire",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Spiral Burst",
        "text": "You may discard up to 2 basic Fire Energy or up to 2 basic Lightning Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way.",
        "damage": "20+"
      }
    ],
    "rarity": "Super Rare",
    "artist": "PLANETA Mochizuki",
    "pricing": {
      "currency": "USD",
      "market": 33.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 33.16
        },
        {
          "condition": "LP",
          "price": 29.99
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 57,
          "low": 48.45,
          "high": 65.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 217.99,
          "low": 216.39,
          "high": 403.42,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 9,
          "trend": {
            "direction": "down",
            "percent": -33.6
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 26.5,
          "low": 22.53,
          "high": 30.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:04:14.620Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}