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)
Slowpoke And Psyduck Gx

Slowpoke And Psyduck Gx

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

Attacks

Ditch and Splash 40
Colorless · Colorless

Discard any number of Supporter cards from your hand. This attack does 40 damage for each card you discarded in this way.

Thrilling Times-GX 10
Colorless · Colorless

Flip a coin. If heads, this attack does 100 more damage. If this Pokémon has at least 6 extra Water Energy attached to it (in addition to this attack's cost), flip 10 coins instead, and this attack does 100 more damage for each heads. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sssh-158?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssh-158",
    "name": "Slowpoke And Psyduck Gx",
    "number": "158/150",
    "printed_number": "158/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-158.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-158.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-158.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-158.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-158.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-158.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "250",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Ditch and Splash",
        "text": "Discard any number of Supporter cards from your hand. This attack does 40 damage for each card you discarded in this way.",
        "damage": "40"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Thrilling Times-GX",
        "text": "Flip a coin. If heads, this attack does 100 more damage. If this Pokémon has at least 6 extra Water Energy attached to it (in addition to this attack's cost), flip 10 coins instead, and this attack does 100 more damage for each heads. (You can't use more than 1 GX attack in a game.)",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "ConceptLab",
    "pricing": {
      "currency": "USD",
      "market": 8.5,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:38:35.510Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}