Draw results, prize breakdowns, jackpot history, and California-specific data for Powerball, Mega Millions, and SuperLotto Plus — delivered as JSON over HTTPS.
View API Documentation →Games
California uses pari-mutuel prize payouts, which differ from the fixed national amounts. Both are available.
Features
Data is fetched directly from official lottery websites after every draw.
Quick Start
Use any HTTP client. All responses are JSON.
curl https://cayipi.com/api/v1/megamillions/latest \ -H "Authorization: Bearer lotto_your_key"
{
"play_date": "2026-06-17",
"numbers": [4, 19, 35, 51, 67],
"mega_ball": 14,
"megaplier": 3,
"current_prize_pool": 245000000,
"current_cash_value": 117800000,
"nextDraw": {
"drawing_date": "2026-06-20T23:00:00",
"prize_pool": 270000000
}
}