US Lottery API Logo
US Lottery API
Lightweight Widget APIs

Lottery Jackpot JSON APIs

Perfect for building iOS/Android Widgets, digital signage, or affiliate websites. Get the current Powerball and Mega Millions jackpots instantly via ultra-fast JSON endpoints.

Jackpot Endpoints

Payload Preview

Response
{
  "status": "success",
  "data": {
    "game": "Powerball",
    "next_draw": {
      "date": "2026-08-05",
      "time": "22:59:00 EST"
    },
    "jackpot": {
      "annuity": "$245,000,000",
      "cash_option": "$115,400,000"
    }
  },
  "meta": {
    "timestamp": "2026-08-04T10:15:30Z"
  }
}

Why Use Dedicated Jackpot APIs?

  • Reduced Payload Size: By stripping out historical numbers and state distributions, the jackpot payload is under 300 bytes, ensuring blazing fast responses.
  • Edge Cached: Jackpot endpoints are cached globally at the edge, offering near-zero latency for millions of concurrent requests.
  • Structured Currency: Values are provided in clean, formatted strings (e.g., "$245,000,000") ready for direct UI rendering.

Start Building Widgets

Access real-time jackpot feeds with our free developer tier, handling up to 500 requests per month.

Get Free API Key

Frequently Asked Questions

What data is included in the Jackpot API?

The payload includes the current estimated jackpot (annuity value), the cash lump sum option, and the exact date/time of the next drawing.

How often do the jackpot estimates update?

Jackpot estimates are updated immediately after the official state lottery commissions announce them, typically within hours of the previous draw concluding.

Can I use this API for a mobile widget?

Yes! Our Jackpot APIs are extremely lightweight and heavily cached, making them perfect for high-traffic mobile widgets or digital signage.

Developer Documentation