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)
Togepi And Cleffa And Igglybuff Gx

Togepi And Cleffa And Igglybuff Gx

Double Rare #165/150 Pokémon Basic HP 240
Types
Fairy
Illustrator
0313
Expansion
Shining Synergy (Summon) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Rolling Panic 120
Colorless · Colorless · Colorless

Flip a coin until you get tails. This attack does 30 more damage for each heads.

Supreme Puff-GX
Colorless · Colorless

Take another turn after this one. (Skip the between-turns step.) If this Pokémon has at least 14 extra Fairy Energy attached to it (in addition to this attack's cost), your opponent shuffles all of their Benched Pokémon and all cards attached to them into their deck. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sssm-165vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssm-165vh",
    "name": "Togepi And Cleffa And Igglybuff Gx",
    "number": "165/150",
    "printed_number": "165/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-165vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-165vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-165vh.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": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-165vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-165vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-165vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "240",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rolling Panic",
        "text": "Flip a coin until you get tails. This attack does 30 more damage for each heads.",
        "damage": "120"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Supreme Puff-GX",
        "text": "Take another turn after this one. (Skip the between-turns step.) If this Pokémon has at least 14 extra Fairy Energy attached to it (in addition to this attack's cost), your opponent shuffles all of their Benched Pokémon and all cards attached to them into their deck. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Double Rare",
    "artist": "0313",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:34:34.465Z"
    }
  }
}