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

← Evolutions
Super Potion

Super Potion

Uncommon #87 Trainer Item
Illustrator
Keiji Kinebuchi
Expansion
Evolutions · XY
Language
English
TCGplayer
124100
GET /api/v1/pokemon/cards/xy12-87vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy12-87vrh",
    "name": "Super Potion",
    "number": "87",
    "printed_number": "87",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/87vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/87vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/87vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy12",
      "name": "Evolutions",
      "total": 113,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "EVO",
      "printed_total": 108,
      "release_date": "2016/11/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "124100",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/87vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/87vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/87vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Uncommon",
    "artist": "Keiji Kinebuchi",
    "pricing": {
      "currency": "USD",
      "market": 0.86,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.86
        },
        {
          "condition": "LP",
          "price": 0.53
        },
        {
          "condition": "MP",
          "price": 0.45
        },
        {
          "condition": "HP",
          "price": 0.25
        },
        {
          "condition": "DMG",
          "price": 0.28
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 15.99,
          "low": 13.59,
          "high": 18.39,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 11.53,
          "low": 8.5,
          "high": 8.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 8.36,
          "low": 5.66,
          "high": 10.9,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10.05,
          "low": 7.72,
          "high": 13.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:19:13.631Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.52
      }
    }
  }
}