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

← Psycho Drive
Kyogre-EX

Kyogre-EX

Rare #15 Pokémon BasicEX HP 170
Types
Water
Illustrator
Shizurow
Expansion
Psycho Drive · Black & White
Language
Japanese
TCGplayer
600997

Attacks

Smash Turn 30
Water · Colorless

You may switch this Pokémon with 1 of your Benched Pokémon.

Dual Splash
Water · Water · Colorless

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

GET /api/v1/pokemon/cards/bw3p_ja-15vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3p_ja-15vh",
    "name": "Kyogre-EX",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/15vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/15vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/15vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3p_ja",
      "name": "Psycho Drive",
      "total": 57,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW3",
      "printed_total": 52,
      "release_date": "2011/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Psycho Drive"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "600997",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/15vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/15vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/15vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Water"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Smash Turn",
        "text": "You may switch this Pokémon with 1 of your Benched Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Water",
          "Water",
          "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.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Shizurow",
    "pricing": {
      "currency": "USD",
      "market": 9.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.95
        },
        {
          "condition": "MP",
          "price": 5
        },
        {
          "condition": "HP",
          "price": 7.24
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 73.5,
          "low": 44.5,
          "high": 102.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 174.99,
          "low": 161.4,
          "high": 236.37,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 33,
          "low": 28.05,
          "high": 37.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 41.65,
          "low": 50.99,
          "high": 50.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-07-16T03:27:03.912Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}