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

← Gem Pack 2
Sylveon

Sylveon

Rare #0909/15 Pokémon Stage 1 HP 110
Types
Fairy
Illustrator
Naoyo Kimura
Expansion
Gem Pack 2 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Moonblast 30
Colorless

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

Beloved Pulse 80
Colorless · 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/gem2-0909?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gem2-0909",
    "name": "Sylveon",
    "number": "0909/15",
    "printed_number": "0909/15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem2-0909.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem2-0909.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem2-0909.large.webp"
      }
    ],
    "expansion": {
      "id": "gem2",
      "name": "Gem Pack 2",
      "total": 140,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 140,
      "release_date": "2025/05/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gem2.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack 2"
        }
      }
    },
    "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/gem2-0909.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem2-0909.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem2-0909.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "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": [
          "Colorless",
          "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": 1.99,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 42,
          "low": 35.7,
          "high": 48.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 13.7,
          "low": 11.58,
          "high": 15.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.12,
          "low": 13.1,
          "high": 13.39,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9.5",
          "value": 14,
          "low": 12.25,
          "high": 14.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T11:44:19.352Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}