Powerball & Mega Millions Data Now Available
The Ultimate
Real-time Lottery Data
Access lightning-fast, ultra-reliable US lottery results, winning numbers, and jackpot estimates with a single RESTful API endpoint.
bash
curl -X GET "https://uslotteryapi.com/v1/results/powerball?latest=true" \
-H "Authorization: Bearer YOUR_API_KEY"
{ "status": "success", "data": { "game": "Powerball", "draw_date": "2026-08-01", "winning_numbers": [12, 34, 45, 56, 67], "powerball": 10, "multiplier": "2x", "estimated_jackpot": "$1.2 Billion" } }