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

← Scarlet & Violet Black Star Promos
Xerneas ex

Xerneas ex

Promo #179 Pokémon Basicex HP 210
Types
Psychic
Illustrator
PLANETA Igarashi
Expansion
Scarlet & Violet Black Star Promos · Scarlet & Violet
Language
English
TCGplayer
619584

Attacks

Aurora Beam 50
Psychic · Colorless
Rising Horns 120+
Psychic · Psychic · Colorless

If your opponent's Active Pokémon is a Pokémon ex, this attack does 100 more damage.

GET /api/v1/pokemon/cards/svp-179vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "svp-179vh",
    "name": "Xerneas ex",
    "number": "179",
    "printed_number": "179",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/179vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/179vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/179vh.large.webp"
      }
    ],
    "expansion": {
      "id": "svp",
      "name": "Scarlet & Violet Black Star Promos",
      "total": 225,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SVP",
      "printed_total": 224,
      "release_date": "2023/01/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "619584",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/179vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/179vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/179vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Aurora Beam",
        "damage": "50"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rising Horns",
        "text": "If your opponent's Active Pokémon is a Pokémon ex, this attack does 100 more damage.",
        "damage": "120+"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "PLANETA Igarashi",
    "pricing": {
      "currency": "USD",
      "market": 0.69,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.69
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25.95,
          "low": 25.95,
          "high": 27.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 4.5,
          "low": 3.83,
          "high": 5.18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 21.27,
          "low": 29,
          "high": 29,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21.22,
          "low": 30.95,
          "high": 30.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:06:16.708Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.21
      }
    }
  }
}