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

← Storming Emergence (Abundant)
Sylveon Gx

Sylveon Gx

Rare #200/151 Pokémon Stage 1 HP 200
Types
Fairy
Illustrator
5ban Graphics
Expansion
Storming Emergence (Abundant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Magical Ribbon
Colorless

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

Fairy Wind 110
Colorless · Colorless · Colorless
Plea-GX
Colorless · 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/sea-200?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sea-200",
    "name": "Sylveon Gx",
    "number": "200/151",
    "printed_number": "200/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-200.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-200.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-200.large.webp"
      }
    ],
    "expansion": {
      "id": "sea",
      "name": "Storming Emergence (Abundant)",
      "total": 212,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 212,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sea.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Abundant)"
        }
      }
    },
    "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/sea-200.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-200.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-200.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "200",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "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": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fairy Wind",
        "damage": "110"
      },
      {
        "cost": [
          "Colorless",
          "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": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 89.99,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 71.5,
          "low": 48.7,
          "high": 94.3,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 219.67,
          "low": 217.46,
          "high": 259.84,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 83.62,
          "low": 70.29,
          "high": 96.69,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:21:11.956Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}