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

← XY Promos
Xerneas

Xerneas

Promo #51 Pokémon Basic HP 130
Types
Fairy
Illustrator
Kouki Saitou
Expansion
XY Promos · XY
Language
Japanese
TCGplayer

Attacks

Aurora Gain 50
Fairy · Colorless · Colorless

During your opponent's next turn, this Pokémon has no Weakness.

Light of Life 80+
Fairy · Fairy · Colorless · Colorless

If your opponent has Yveltal (including Yveltal-EX) in play, this attack does 40 more damage.

GET /api/v1/pokemon/cards/xyp_ja-51vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp_ja-51vrh",
    "name": "Xerneas",
    "number": "51",
    "printed_number": "51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/51vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/51vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/51vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp_ja",
      "name": "XY Promos",
      "total": 299,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "printed_total": 299,
      "release_date": "2013/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "XY Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/51vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/51vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/51vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Fairy",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Aurora Gain",
        "text": "During your opponent's next turn, this Pokémon has no Weakness.",
        "damage": "50"
      },
      {
        "cost": [
          "Fairy",
          "Fairy",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Light of Life",
        "text": "If your opponent has Yveltal (including Yveltal-EX) in play, this attack does 40 more damage.",
        "damage": "80+"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 24.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 24.99
        },
        {
          "condition": "LP",
          "price": 10
        },
        {
          "condition": "MP",
          "price": 8
        },
        {
          "condition": "DMG",
          "price": 4.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 212.49,
          "low": 245.49,
          "high": 249.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 44,
          "low": 37.4,
          "high": 50.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T08:05:55.131Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}