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

← EX Trainer Kit Latios
Potion

Potion

Common #8 Trainer Item
Illustrator
Keiji Kinebuchi
Expansion
EX Trainer Kit Latios · EX
Language
English
TCGplayer
86664
GET /api/v1/pokemon/cards/tk1b-8?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk1b-8",
    "name": "Potion",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/8.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/8.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/8.large.webp"
      }
    ],
    "expansion": {
      "id": "tk1b",
      "name": "EX Trainer Kit Latios",
      "total": 10,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "printed_total": 10,
      "release_date": "2004/06/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk1b.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk1b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86664",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/8.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/8.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/8.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Common",
    "artist": "Keiji Kinebuchi",
    "pricing": {
      "currency": "USD",
      "market": 1.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.4
        },
        {
          "condition": "LP",
          "price": 0.21
        },
        {
          "condition": "MP",
          "price": 0.03
        },
        {
          "condition": "HP",
          "price": 0.49
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-13T14:30:45.207Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}