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 (Summon)
Slurpuff

Slurpuff

Uncommon #092/150 Pokémon Stage 1 HP 110
Types
Fairy
Illustrator
Kyoko Umemoto
Expansion
Shining Synergy (Summon) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Olfactory Enchantment
Colorless

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

Sweet Panic 110
Colorless

If your opponent's Active Pokémon isn't Confused, this attack does nothing.

GET /api/v1/pokemon/cards/sssm-092?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssm-092",
    "name": "Slurpuff",
    "number": "092/150",
    "printed_number": "092/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-092.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-092.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-092.large.webp"
      }
    ],
    "expansion": {
      "id": "sssm",
      "name": "Shining Synergy (Summon)",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 192,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssm.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Summon)"
        }
      }
    },
    "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/sssm-092.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-092.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-092.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Olfactory Enchantment",
        "text": "Your opponent's Active Pokémon is now Confused."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sweet Panic",
        "text": "If your opponent's Active Pokémon isn't Confused, this attack does nothing.",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kyoko Umemoto",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:34:34.075Z"
    }
  }
}