Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Strength Expansion Pack Sun & Moon
Sylveon-GX

Sylveon-GX

Super Rare #57 Pokémon Stage 1GX HP 200
Types
Fairy
Illustrator
5ban Graphics
Expansion
Strength Expansion Pack Sun & Moon · Sun & Moon
Language
Japanese
TCGplayer
597793

Attacks

Magical Ribbon
Fairy

Search your deck for up to 3 cards and put them into your hand. Then, shuffle your deck.

Fairy Wind 110
Fairy · Colorless · Colorless
Plea-GX
Fairy · Colorless · Colorless

Put 2 of your opponent's Benched Pokémon and all cards attached to them into your opponent's hand. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm1p_ja-57vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm1p_ja-57vh",
    "name": "Sylveon-GX",
    "number": "57",
    "printed_number": "57",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-57vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-57vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-57vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm1p_ja",
      "name": "Strength Expansion Pack Sun & Moon",
      "total": 73,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM1+",
      "printed_total": 51,
      "release_date": "2017/01/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Strength Expansion Pack Sun & Moon"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "597793",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-57vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-57vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-57vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "GX"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "200",
    "attacks": [
      {
        "cost": [
          "Fairy"
        ],
        "converted_energy_cost": 1,
        "name": "Magical Ribbon",
        "text": "Search your deck for up to 3 cards and put them into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Fairy",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fairy Wind",
        "damage": "110"
      },
      {
        "cost": [
          "Fairy",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Plea-GX",
        "text": "Put 2 of your opponent's Benched Pokémon and all cards attached to them into your opponent's hand. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 337.08,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 337.08
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 449.65,
          "low": 525,
          "high": 525,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 90,
          "low": 76.5,
          "high": 103.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:48:07.498Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.85
      }
    }
  }
}