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 2 Minun
Potion

Potion

Common #10 Trainer Item
Illustrator
Keiji Kinebuchi
Expansion
EX Trainer Kit 2 Minun · EX
Language
English
TCGplayer
88340
GET /api/v1/pokemon/cards/tk2b-10?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk2b-10",
    "name": "Potion",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/10.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/10.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/10.large.webp"
      }
    ],
    "expansion": {
      "id": "tk2b",
      "name": "EX Trainer Kit 2 Minun",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "printed_total": 12,
      "release_date": "2006/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2b.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88340",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/10.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/10.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/10.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Common",
    "artist": "Keiji Kinebuchi",
    "pricing": {
      "currency": "USD",
      "market": 0.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.12
        },
        {
          "condition": "LP",
          "price": 0.09
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 18.52,
          "low": 10,
          "high": 10,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 99.97,
          "low": 84.97,
          "high": 114.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-08-20T03:29:05.201Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}