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

← Shining Synergy (Shower)
Kyogre

Kyogre

Rare #036/150 Pokémon Basic HP 130
Types
Water
Illustrator
kawayoo
Expansion
Shining Synergy (Shower) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

High Water
Colorless

Attach 2 Water Energy cards from your discard pile to 1 of your Pokémon.

Swirling Waves 130
Colorless · Colorless · Colorless · Colorless

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/sssh-036?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssh-036",
    "name": "Kyogre",
    "number": "036/150",
    "printed_number": "036/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-036.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-036.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-036.large.webp"
      }
    ],
    "expansion": {
      "id": "sssh",
      "name": "Shining Synergy (Shower)",
      "total": 194,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 194,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssh.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Shower)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-036.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-036.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-036.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "High Water",
        "text": "Attach 2 Water Energy cards from your discard pile to 1 of your Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Swirling Waves",
        "text": "Discard an Energy from this Pokémon.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 8.5,
      "is_stale": true,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 9.49,
          "low": 8.44,
          "high": 10.53,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-19T02:38:35.179Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}