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)
Piplup

Piplup

Rare #151/150 Pokémon Basic HP 60
Types
Water
Illustrator
Tomomi Kaneko
Expansion
Shining Synergy (Shower) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Bubble Hold 80
Colorless · Colorless · Colorless

If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn.

GET /api/v1/pokemon/cards/sssh-151?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssh-151",
    "name": "Piplup",
    "number": "151/150",
    "printed_number": "151/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-151.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-151.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-151.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-151.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-151.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-151.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Bubble Hold",
        "text": "If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Tomomi Kaneko",
    "pricing": {
      "currency": "USD",
      "market": 21,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T03:56:32.172Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.05
      }
    }
  }
}