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

← Brilliant Stars
Ultra Ball

Ultra Ball

Uncommon #150
Illustrator
sadaji
Expansion
Brilliant Stars · Sword & Shield
Language
English
TCGplayer
263870
GET /api/v1/pokemon/cards/swsh9-150vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh9-150vh",
    "name": "Ultra Ball",
    "number": "150",
    "printed_number": "150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/150vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/150vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/150vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh9",
      "name": "Brilliant Stars",
      "total": 186,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "BRS",
      "printed_total": 172,
      "release_date": "2022/02/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "263870",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/150vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/150vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/150vh.large.webp"
          }
        ]
      }
    ],
    "rarity": "Uncommon",
    "artist": "sadaji",
    "pricing": {
      "currency": "USD",
      "market": 1.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.64
        },
        {
          "condition": "LP",
          "price": 1.39
        },
        {
          "condition": "MP",
          "price": 1.26
        },
        {
          "condition": "HP",
          "price": 0.8
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 59,
          "low": 50.15,
          "high": 67.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T05:30:41.714Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}