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 Trainer Kit Sylveon
Poké Ball

Poké Ball

Common #26 Trainer Item
Illustrator
5ban Graphics
Expansion
XY Trainer Kit Sylveon · XY
Language
English
TCGplayer
GET /api/v1/pokemon/cards/tk6a-26?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk6a-26",
    "name": "Poké Ball",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-26.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-26.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-26.large.webp"
      }
    ],
    "expansion": {
      "id": "tk6a",
      "name": "XY Trainer Kit Sylveon",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "printed_total": 30,
      "release_date": "2014/03/12",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk6a.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk6a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-26.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-26.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-26.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Common",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.66,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T04:10:09.428Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.35
      }
    }
  }
}