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

← Alter Genesis
Sylveon

Sylveon

Non #64 Pokémon Stage 1 HP 110
Types
Fairy
Illustrator
Naoyo Kimura
Expansion
Alter Genesis · Sun & Moon
Language
Japanese
TCGplayer
572201

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_ja-64?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12_ja-64",
    "name": "Sylveon",
    "number": "64",
    "printed_number": "64",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/64.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/64.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/64.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12_ja",
      "name": "Alter Genesis",
      "total": 117,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM12",
      "printed_total": 95,
      "release_date": "2019/09/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm12_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm12_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Alter Genesis"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572201",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/64.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/64.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/64.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": "Non",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 4.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.2
        },
        {
          "condition": "LP",
          "price": 3.71
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 7.2,
          "low": 6.12,
          "high": 8.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9.08,
          "low": 5.5,
          "high": 5.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 45.74,
          "low": 64.98,
          "high": 64.98,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:15:27.717Z",
      "trend_7d": {
        "direction": "up",
        "percent": 115.38
      }
    }
  }
}