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

← Fates Collide
Zygarde

Zygarde

Rare #53
Illustrator
5ban Graphics
Expansion
Fates Collide · XY
Language
English
TCGplayer
117811
GET /api/v1/pokemon/cards/xy10-53vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy10-53vh",
    "name": "Zygarde",
    "number": "53",
    "printed_number": "53",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/53vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/53vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/53vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy10",
      "name": "Fates Collide",
      "total": 129,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FCO",
      "printed_total": 124,
      "release_date": "2016/05/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "117811",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/53vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/53vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/53vh.large.webp"
          }
        ]
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.06,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.06
        },
        {
          "condition": "LP",
          "price": 0.61
        },
        {
          "condition": "MP",
          "price": 0.68
        },
        {
          "condition": "HP",
          "price": 0.54
        },
        {
          "condition": "DMG",
          "price": 0.34
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 19.2,
          "low": 16.32,
          "high": 22.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:50:16.099Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}