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

← Nihil Zero
Yveltal ex

Yveltal ex

Super Rare #98 Pokémon Basicex
Types
Darkness
Illustrator
5ban Graphics
Expansion
Nihil Zero · Mega Evolution
Language
Japanese
TCGplayer
674417

Attacks

Death Soul
Darkness · Darkness · Colorless

Knock Out all of your opponent's Pokémon with 50 HP or less remaining.

Hazard Tail 210
Darkness · Darkness · Colorless

During your next turn, this Pokémon can't use Dark Strike.

GET /api/v1/pokemon/cards/m3_ja-98vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m3_ja-98vh",
    "name": "Yveltal ex",
    "number": "98",
    "printed_number": "98",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/98vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/98vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/98vh.large.webp"
      }
    ],
    "expansion": {
      "id": "m3_ja",
      "name": "Nihil Zero",
      "total": 117,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M3",
      "printed_total": 80,
      "release_date": "2026/01/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Nihil Zero"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "674417",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/98vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/98vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/98vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Darkness"
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Death Soul",
        "text": "Knock Out all of your opponent's Pokémon with 50 HP or less remaining."
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hazard Tail",
        "text": "During your next turn, this Pokémon can't use Dark Strike.",
        "damage": "210"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.94,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.94
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 42.75,
          "low": 35.04,
          "high": 35.04,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "ACE",
          "grade": "9",
          "value": 15.72,
          "low": 15.72,
          "high": 15.72,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 39.99,
          "low": 18.06,
          "high": 43.13,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 60.5,
          "low": 34.9,
          "high": 91.9,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 10,
          "trend": {
            "direction": "down",
            "percent": -15.4
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 23.95,
          "low": 22.29,
          "high": 27.18,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 50,
          "low": 34.01,
          "high": 80.4,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T03:27:37.319Z",
      "trend_7d": {
        "direction": "down",
        "percent": -17.42
      }
    }
  }
}