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

← Black & White
Potion

Potion

Common #100 Trainer Item
Illustrator
Ayaka Yoshida
Expansion
Black & White · Black & White
Language
English
TCGplayer
88347
GET /api/v1/pokemon/cards/bw1-100vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw1-100vrh",
    "name": "Potion",
    "number": "100",
    "printed_number": "100",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/100vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/100vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/100vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw1",
      "name": "Black & White",
      "total": 115,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "BLW",
      "printed_total": 114,
      "release_date": "2011/04/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88347",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/100vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/100vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/100vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Common",
    "artist": "Ayaka Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 0.66,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.66
        },
        {
          "condition": "LP",
          "price": 0.42
        },
        {
          "condition": "MP",
          "price": 0.26
        },
        {
          "condition": "HP",
          "price": 0.08
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 3.64,
          "low": 3.09,
          "high": 4.19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:55:59.457Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.71
      }
    }
  }
}