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

← Furious Fists
Sylveon

Sylveon

Rare #72 Pokémon Stage 1 HP 90
Types
Fairy
Illustrator
5ban Graphics
Expansion
Furious Fists · XY
Language
English
TCGplayer
92250

Attacks

Curly Ribbon 30
Fairy

Move an Energy attached to your opponent's Active Pokémon to 1 of his or her Benched Pokémon.

Echoed Voice 50
Fairy · Colorless · Colorless

During your next turn, this Pokémon's Echoed Voice attack does 50 more damage (before applying Weakness and Resistance).

GET /api/v1/pokemon/cards/xy3-72?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3-72",
    "name": "Sylveon",
    "number": "72",
    "printed_number": "72",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/72.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/72.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/72.large.webp"
      }
    ],
    "expansion": {
      "id": "xy3",
      "name": "Furious Fists",
      "total": 114,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FFI",
      "printed_total": 111,
      "release_date": "2014/08/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "92250",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/72.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/72.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/72.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fairy"
        ],
        "converted_energy_cost": 1,
        "name": "Curly Ribbon",
        "text": "Move an Energy attached to your opponent's Active Pokémon to 1 of his or her Benched Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Fairy",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Echoed Voice",
        "text": "During your next turn, this Pokémon's Echoed Voice attack does 50 more damage (before applying Weakness and Resistance).",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 14.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.11
        },
        {
          "condition": "LP",
          "price": 9.33
        },
        {
          "condition": "MP",
          "price": 7.11
        },
        {
          "condition": "HP",
          "price": 5.34
        },
        {
          "condition": "DMG",
          "price": 5.66
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 24.13,
          "low": 21.81,
          "high": 26.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 245,
          "low": 208.25,
          "high": 281.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 89.99,
          "low": 76.49,
          "high": 103.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 39.5,
          "low": 39.5,
          "high": 43.51,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:39:13.477Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.21
      }
    }
  }
}