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
Yveltal

Yveltal

Rare #78
Illustrator
5ban Graphics
Expansion
XY · XY
Language
English
TCGplayer
90697
GET /api/v1/pokemon/cards/xy1-78vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy1-78vh",
    "name": "Yveltal",
    "number": "78",
    "printed_number": "78",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/78vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/78vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/78vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy1",
      "name": "XY",
      "total": 146,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "XY",
      "printed_total": 146,
      "release_date": "2014/02/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90697",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/78vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/78vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/78vh.large.webp"
          }
        ]
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.77,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.77
        },
        {
          "condition": "LP",
          "price": 1.11
        },
        {
          "condition": "MP",
          "price": 0.94
        },
        {
          "condition": "HP",
          "price": 0.51
        },
        {
          "condition": "DMG",
          "price": 0.45
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 5.5,
          "low": 5,
          "high": 6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 1,
          "low": 0.85,
          "high": 1.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "7.5",
          "value": 3.25,
          "low": 2.76,
          "high": 3.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:06:09.122Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.57
      }
    }
  }
}