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

← Expansion Pack
Super Potion

Super Potion

Uncommon #75 Trainer
Illustrator
Keiji Kinebuchi
Expansion
Expansion Pack · Original
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/base1_ja-75?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "base1_ja-75",
    "name": "Super Potion",
    "number": "75",
    "printed_number": "75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base1_ja-75.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base1_ja-75.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base1_ja-75.large.webp"
      }
    ],
    "expansion": {
      "id": "base1_ja",
      "name": "Expansion Pack",
      "total": 102,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Original",
      "printed_total": 102,
      "release_date": "1996/10/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/base1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/base1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Expansion Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base1_ja-75.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base1_ja-75.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base1_ja-75.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "Uncommon",
    "artist": "Keiji Kinebuchi",
    "pricing": {
      "currency": "USD",
      "market": 5.83,
      "is_stale": true,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 447,
          "low": 335.13,
          "high": 693.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-16T14:23:48.683Z",
      "trend_7d": {
        "direction": "up",
        "percent": 24.84
      }
    }
  }
}