Lotto - Powerball and Mega Millions - USA
The Lotto API provides access to hundreds of records of drawings for both the Powerball and Mega Millions (USA). Multiple endpoints provide access to the latest drawing, all drawings, hot and cold drawing numbers, drawings on a given date, and drawings between two dates.
Lotto - Powerball and Mega Millions - USA endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
All /{lotto}/all |
Use this endpoint to grab all drawing records for a given `lotto`. |
| GET |
Latest /{lotto}/latest |
Use this endpoint to get the latest drawing record for a given `lotto`. |
| GET |
Counts /{lotto}/counts |
Use this endpoint to receive a JSON object with each ball in the given `lotto` as the key, and the number of times it has been drawn as the value. |
| GET |
Hot /{lotto}/hot |
Use this endpoint to get the hottest numbers for a given `lotto`. The hottest numbers can also be described as the top 5 numbers that have been drawn. This request returns a JSON… |
| GET |
Cold /{lotto}/cold |
Use this endpoint to get the coldest numbers for a given `lotto`. The coldest numbers can also be described as the bottom 5 numbers that have been drawn. This request returns a… |
| GET |
Specific Drawing /{lotto}/date/{date} |
Use this endpoint for a given `lotto` and `date` in `MM-YY-YYYY` format to search for the drawing record. |
| GET |
Between Two Dates /{lotto}/between/{from}/{to} |
Use this endpoint to search for all records for a given `lotto` between two `dates`. |
Lotto - Powerball and Mega Millions - USA pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $1 / month | 10 / second |
|
| PRO | $10 / month | 100 / second |
|
| ULTRA Recommended | $20 / month | 1000 / second |
|
| MEGA | $50 / month | 100 / second |
|