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)
Wishiwashi Gx

Wishiwashi Gx

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

Attacks

School Storm 20
Colorless · Colorless

This attack does 20 damage for each of your Wishiwashi and Wishiwashi-GX in play.

Massive Catch-GX
Colorless

Look at the top 12 cards of your deck and put any number of Basic Pokémon you find there onto your Bench. Shuffle the other cards back into your deck. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sssh-047vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssh-047vh",
    "name": "Wishiwashi Gx",
    "number": "047/150",
    "printed_number": "047/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-047vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-047vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-047vh.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": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-047vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-047vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-047vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "School Storm",
        "text": "This attack does 20 damage for each of your Wishiwashi and Wishiwashi-GX in play.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Massive Catch-GX",
        "text": "Look at the top 12 cards of your deck and put any number of Basic Pokémon you find there onto your Bench. Shuffle the other cards back into your deck. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "sadaji",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:38:35.115Z"
    }
  }
}