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
Sharpedo Spirit Link

Sharpedo Spirit Link

Promo #XY201 Trainer Pokémon Tool
Illustrator
5ban Graphics
Expansion
XY Black Star Promos · XY
Language
English
TCGplayer
129900
GET /api/v1/pokemon/cards/xyp-XY201?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp-XY201",
    "name": "Sharpedo Spirit Link",
    "number": "XY201",
    "printed_number": "XY201",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY201.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY201.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY201.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": "129900",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY201.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY201.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY201.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Pokémon Tool"
    ],
    "rarity": "Promo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.89,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.89
        },
        {
          "condition": "LP",
          "price": 2.04
        },
        {
          "condition": "MP",
          "price": 1.4
        },
        {
          "condition": "HP",
          "price": 1.36
        },
        {
          "condition": "DMG",
          "price": 1.47
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 79.99,
          "low": 79.99,
          "high": 79.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T04:02:51.277Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.03
      }
    }
  }
}