Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Mega Symphonia
Kyogre

Kyogre

Rare #16 Pokémon Basic
Types
Water
Illustrator
Nisota Niso
Expansion
Mega Symphonia · Mega Evolution
Language
Japanese
TCGplayer
647241

Attacks

Riptide
Water

This attack does 20 damage for each Basic Water Energy card in your discard pile. Then, shuffle those cards into your deck.

Swirling Waves
Water · Water · Colorless

Discard 2 Energy from this Pokémon.

GET /api/v1/pokemon/cards/m1s_ja-16vh?include=prices 200 67ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m1s_ja-16vh",
    "name": "Kyogre",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/16vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/16vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/16vh.large.png"
      }
    ],
    "expansion": {
      "id": "m1s_ja",
      "name": "Mega Symphonia",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M1S",
      "printed_total": 63,
      "release_date": "2025/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m1s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m1s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mega Symphonia"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "647241",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/16vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/16vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/16vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Riptide",
        "text": "This attack does 20 damage for each Basic Water Energy card in your discard pile. Then, shuffle those cards into your deck."
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Swirling Waves",
        "text": "Discard 2 Energy from this Pokémon."
      }
    ],
    "rarity": "Rare",
    "artist": "Nisota Niso",
    "pricing": {
      "currency": "USD",
      "market": 0.61,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.61
        },
        {
          "condition": "LP",
          "price": 0.3
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 40.58,
          "low": 35.5,
          "high": 47.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9.99,
          "low": 8.49,
          "high": 11.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T15:50:37.152Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}