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

← Steam Siege
Yveltal

Yveltal

Rare Holo #65 Pokémon Basic HP 130
Types
Darkness
Illustrator
Hajime Kusajima
Expansion
Steam Siege · XY
Language
English
TCGplayer
121194

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/xy11-65vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11-65vh",
    "name": "Yveltal",
    "number": "65",
    "printed_number": "65",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/65vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/65vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/65vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11",
      "name": "Steam Siege",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "STS",
      "printed_total": 114,
      "release_date": "2016/08/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "121194",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/65vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/65vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/65vh.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": "Rare Holo",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 0.61,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.61
        },
        {
          "condition": "LP",
          "price": 0.58
        },
        {
          "condition": "MP",
          "price": 0.4
        },
        {
          "condition": "HP",
          "price": 0.26
        },
        {
          "condition": "DMG",
          "price": 0.43
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 100,
          "low": 100,
          "high": 256.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12,
          "low": 10.5,
          "high": 12,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "8.5",
          "value": 0.99,
          "low": 0.84,
          "high": 1.14,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:53:50.880Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.61
      }
    }
  }
}