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 Black Star Promos
Yveltal

Yveltal

Promo #XY06 Pokémon Basic HP 130
Types
Darkness
Illustrator
5ban Graphics
Expansion
XY Black Star Promos · XY
Language
English
TCGplayer
90698

Attacks

Oblivion Wing 30
Darkness

Attach a Darkness Energy card from your discard pile to 1 of your Benched Pokémon.

Darkness Blade 100
Darkness · Darkness · Colorless

Flip a coin. If tails, this Pokémon can't attack during your next turn.

GET /api/v1/pokemon/cards/xyp-XY06vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp-XY06vh",
    "name": "Yveltal",
    "number": "XY06",
    "printed_number": "XY06",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY06vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY06vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY06vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp",
      "name": "XY Black Star Promos",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PR-XY",
      "printed_total": 211,
      "release_date": "2013/10/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xyp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xyp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90698",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY06vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY06vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY06vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Oblivion Wing",
        "text": "Attach a Darkness Energy card from your discard pile to 1 of your Benched Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Darkness Blade",
        "text": "Flip a coin. If tails, this Pokémon can't attack during your next turn.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Promo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 18.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 18.14
        },
        {
          "condition": "LP",
          "price": 6.44
        },
        {
          "condition": "MP",
          "price": 3.59
        },
        {
          "condition": "HP",
          "price": 2.35
        },
        {
          "condition": "DMG",
          "price": 1.9
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "1",
          "value": 60,
          "low": 51,
          "high": 69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 675,
          "low": 573.75,
          "high": 776.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 58,
          "low": 49.3,
          "high": 66.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 80,
          "low": 68,
          "high": 92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:05:03.785Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.72
      }
    }
  }
}