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

Slowbro

Rare #019/150 Pokémon Stage 1 HP 120
Types
Water
Illustrator
Ken Sugimori
Expansion
Shining Synergy (Shower) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Yawn
Colorless

Your opponent's Active Pokémon is now Asleep.

Three Strikes 100
Colorless · Colorless · Colorless

Flip 3 coins. This attack does 100 damage for each heads. If all of them are tails, you lose this game.

GET /api/v1/pokemon/cards/sssh-019?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssh-019",
    "name": "Slowbro",
    "number": "019/150",
    "printed_number": "019/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-019.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-019.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-019.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-019.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-019.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-019.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Yawn",
        "text": "Your opponent's Active Pokémon is now Asleep."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Three Strikes",
        "text": "Flip 3 coins. This attack does 100 damage for each heads. If all of them are tails, you lose this game.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 8.5,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:38:35.414Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}