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)
Gardevoir And Sylveon Gx

Gardevoir And Sylveon Gx

Rare #167/150 Pokémon Basic HP 260
Types
Fairy
Illustrator
Atsuko Nishida
Expansion
Shining Synergy (Summon) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Fairy Song
Colorless

Search your deck for up to 2 Fairy Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck.

Kaleidostorm 150
Colorless · Colorless · Colorless

Move any number of Energy from your Pokémon to your other Pokémon in any way you like.

Magical Miracle-GX 200
Colorless · Colorless · Colorless

If this Pokémon has at least 3 extra Fairy Energy attached to it (in addition to this attack's cost), your opponent shuffles their hand into their deck. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sssm-167?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssm-167",
    "name": "Gardevoir And Sylveon Gx",
    "number": "167/150",
    "printed_number": "167/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-167.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-167.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-167.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-167.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-167.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-167.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "260",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Fairy Song",
        "text": "Search your deck for up to 2 Fairy Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Kaleidostorm",
        "text": "Move any number of Energy from your Pokémon to your other Pokémon in any way you like.",
        "damage": "150"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Magical Miracle-GX",
        "text": "If this Pokémon has at least 3 extra Fairy Energy attached to it (in addition to this attack's cost), your opponent shuffles their hand into their deck. (You can't use more than 1 GX attack in a game.)",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 16.14,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:34:34.580Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}