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

← Sword & Shield Promos
Kyogre V

Kyogre V

Promo #296 Pokémon BasicV HP 230
Types
Water
Illustrator
PLANETA Tsuji
Expansion
Sword & Shield Promos · Sword & Shield
Language
Japanese
TCGplayer

Attacks

Dual Splash
Water · Colorless · Colorless

This attack does 50 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Aqua Typhoon 210
Water · Colorless · Colorless · Colorless

During your next turn, this Pokémon can't use Aqua Typhoon.

GET /api/v1/pokemon/cards/swshp_ja-296vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swshp_ja-296vh",
    "name": "Kyogre V",
    "number": "296",
    "printed_number": "296",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/296vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/296vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/296vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swshp_ja",
      "name": "Sword & Shield Promos",
      "total": 340,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "PROMO",
      "printed_total": 340,
      "release_date": "2019/11/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swshp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swshp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sword & Shield Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/296vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/296vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/296vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Water"
    ],
    "hp": "230",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dual Splash",
        "text": "This attack does 50 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Aqua Typhoon",
        "text": "During your next turn, this Pokémon can't use Aqua Typhoon.",
        "damage": "210"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "PLANETA Tsuji",
    "pricing": {
      "currency": "USD",
      "market": 7.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.8
        },
        {
          "condition": "LP",
          "price": 4.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 45.5,
          "low": 45.13,
          "high": 53,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9.99,
          "low": 8.49,
          "high": 11.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 37.2,
          "low": 37.2,
          "high": 47.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:34:28.798Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}