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

← Guardians Rising
Wishiwashi-GX

Wishiwashi-GX

Rare Rainbow #151 Pokémon BasicGX HP 210
Types
Water
Illustrator
5ban Graphics
Expansion
Guardians Rising · Sun & Moon
Language
English
TCGplayer
130940

Attacks

Water Gun 20
Water
Torrential Vortex 120
Water · Water · Water · Colorless · Colorless

Discard a Special Energy from your opponent's Active Pokémon.

Blue Surge-GX 220
Water · Water · Water · Colorless · Colorless

Move all Energy from this Pokémon to your Benched Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm2-151vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2-151vh",
    "name": "Wishiwashi-GX",
    "number": "151",
    "printed_number": "151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/151vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/151vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/151vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2",
      "name": "Guardians Rising",
      "total": 180,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "GRI",
      "printed_total": 145,
      "release_date": "2017/05/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "130940",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/151vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/151vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/151vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Water"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Water Gun",
        "damage": "20"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Torrential Vortex",
        "text": "Discard a Special Energy from your opponent's Active Pokémon.",
        "damage": "120"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Blue Surge-GX",
        "text": "Move all Energy from this Pokémon to your Benched Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)",
        "damage": "220"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare Rainbow",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 17.58,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 17.58
        },
        {
          "condition": "LP",
          "price": 11.1
        },
        {
          "condition": "MP",
          "price": 8.52
        },
        {
          "condition": "HP",
          "price": 5.85
        },
        {
          "condition": "DMG",
          "price": 3.65
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 54.99,
          "low": 46.74,
          "high": 63.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "2.5",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 17.17,
          "low": 14.59,
          "high": 19.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 112.25,
          "low": 104,
          "high": 120,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "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-21T03:18:34.787Z",
      "trend_7d": {
        "direction": "up",
        "percent": 6.93
      }
    }
  }
}