Look up winning lottery numbers for Powerball, Mega Millions, EuroMillions, and Lotto Max. Get the latest results or look up historical draws by date.
{
"status": "ok",
"error": null,
"data": {
"lotteryType": "megamillions",
"drawDate": "2026-02-04",
"numbers": [
10,
50,
55,
58,
59,
5
],
"megaBall": 5,
"jackpot": "$70 Million"
}
}






Look up winning lottery numbers for Powerball, Mega Millions, EuroMillions, and Lotto Max. Get the latest results or look up historical draws by date.
A single authenticated GET with the location you care about — no SDK required.
GET /v1/lottery?query=… x-api-key: your_key
Each request pulls from multiple upstream sources and computes the derived fields for you.
One structured object, typically under 200 ms — ready to render.
{ lotteryType, drawDate, numbers, … }
Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.
See every use caseUse our Lottery API to get structured results for Powerball, Mega Millions, EuroMillions, and Lotto Max. Build apps that show the latest winning numbers and check tickets.
Fetch latest results from our API and compare against user-submitted numbers. Calculate matches and display which numbers matched.
Copy a working request, or install a typed SDK. Same endpoint, same key.
const res = await fetch("https://api.apiverve.com/v1/lottery?numbers=powerball&date=2024-01-15", {
headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);Every related API ships with your key — no separate plans, no extra keys, one bill.
See pricingReady-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.
The same key unlocks every other APIVerve endpoint — reach for them when you need them.
Browse the catalog