US Lottery API Logo
US Lottery API
LoginGet Free API Key
Tue · Fri — 11:00 PM ET

US Mega Millions API — Live Results & Megaplier (USA)

Access Mega Millions winning numbers, Mega Ball, Megaplier, and complete historical draw data. Fast, reliable, and available in clean JSON format for developers.

Try the Mega Millions API Live

Test with our demo key — no registration required.

GET /api/v1/lotteries/mega-millions?latest=true
Authorization: Bearer demo_key_public
Click Run to fetch latest Mega Millions data

Quick Integration (cURL)

curl https://uslotteryapi.com/api/v1/lotteries/mega-millions?latest=true \
  -H "Authorization: Bearer YOUR_API_KEY"

Pass your API key in the Authorization header. Results are updated within 15 minutes of the official drawing.

Response Schema

{
  "status": "success",
  "data": {
    "game": "Mega Millions",
    "draw_date": "2026-08-01",
    "winning_numbers": [11, 24, 38, 41, 55],
    "mega_ball": 8,
    "multiplier": 3,
    "jackpot": "$405,000,000",
    "next_draw_date": "2026-08-04",
    "next_jackpot": "$430,000,000"
  },
  "meta": {
    "source": "data.ny.gov (Official)",
    "updated_at": "2026-08-01T23:30:15Z"
  }
}

Explore More

Documentation