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

← Cosmic Eclipse
Sylveon

Sylveon

Rare #155 Pokémon Stage 1 HP 110
Types
Fairy
Illustrator
Naoyo Kimura
Expansion
Cosmic Eclipse · Sun & Moon
Language
English
TCGplayer
201203

Attacks

Moonblast 30
Fairy

During your opponent's next turn, the Defending Pokémon's attacks do 30 less damage (before applying Weakness and Resistance).

Beloved Pulse 80
Fairy · Colorless · Colorless

If you played a TAG TEAM Supporter card from your hand during this turn, this attack does 80 more damage.

GET /api/v1/pokemon/cards/sm12-155?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12-155",
    "name": "Sylveon",
    "number": "155",
    "printed_number": "155",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/155.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/155.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/155.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12",
      "name": "Cosmic Eclipse",
      "total": 272,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CEC",
      "printed_total": 236,
      "release_date": "2019/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "201203",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/155.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/155.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/155.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Fairy"
        ],
        "converted_energy_cost": 1,
        "name": "Moonblast",
        "text": "During your opponent's next turn, the Defending Pokémon's attacks do 30 less damage (before applying Weakness and Resistance).",
        "damage": "30"
      },
      {
        "cost": [
          "Fairy",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Beloved Pulse",
        "text": "If you played a TAG TEAM Supporter card from your hand during this turn, this attack does 80 more damage.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 5.84,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.84
        },
        {
          "condition": "LP",
          "price": 4.56
        },
        {
          "condition": "MP",
          "price": 5.29
        },
        {
          "condition": "HP",
          "price": 3.5
        },
        {
          "condition": "DMG",
          "price": 4.59
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 33,
          "low": 28.05,
          "high": 37.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 55.5,
          "low": 47.18,
          "high": 63.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 55,
          "low": 24.2,
          "high": 59,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T03:41:57.962Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.34
      }
    }
  }
}