Discover/usamega.com API
live

usamega.com APIusamega.com

Access Mega Millions and Powerball results, jackpot amounts, prize tier odds, drawing history, and state-by-state tax analysis via the usamega.com API.

Endpoints
5
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/d28795dd-8ad2-4cda-9c3a-6f8f389a2547/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/d28795dd-8ad2-4cda-9c3a-6f8f389a2547/get_latest_results' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Get latest winning numbers and next jackpot amounts for all games (Mega Millions and Powerball) from the homepage.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "Powerball": "object containing latest_drawing, double_play, and next_jackpot for Powerball",
    "Mega Millions": "object containing latest_drawing and next_jackpot for Mega Millions"
  },
  "sample": {
    "data": {
      "Powerball": {
        "double_play": {
          "numbers": [
            "8",
            "13",
            "39",
            "63",
            "66"
          ],
          "bonus_ball": "2"
        },
        "next_jackpot": {
          "cash": "$38.8 Million",
          "date": "Sat, May 16, 2026",
          "annuity": "$86 Million"
        },
        "latest_drawing": {
          "date": "Wed, May 13, 2026",
          "numbers": [
            "22",
            "31",
            "52",
            "56",
            "67"
          ],
          "bonus_ball": "15",
          "multiplier": "2x"
        }
      },
      "Mega Millions": {
        "next_jackpot": {
          "cash": "$112.3 Million",
          "date": "Fri, May 15, 2026",
          "annuity": "$251 Million"
        },
        "latest_drawing": {
          "date": "Tue, May 12, 2026",
          "numbers": [
            "17",
            "32",
            "35",
            "40",
            "47"
          ],
          "bonus_ball": "17",
          "multiplier": null
        }
      }
    },
    "status": "success"
  }
}

About the usamega.com API

The usamega.com API exposes 5 endpoints covering Mega Millions and Powerball lottery data, including live jackpot amounts, historical drawing results, prize tier breakdowns, and state-by-state after-tax payout estimates. The get_drawing_details endpoint returns per-tier winner counts and prize amounts for any specific drawing date, while get_jackpot_analysis surfaces net payout figures across all U.S. states for both annuity and cash options.

Latest Results and Drawing History

The get_latest_results endpoint returns current winning numbers and upcoming jackpot amounts for both Mega Millions and Powerball in a single call, including Powerball's Double Play data. For historical context, get_game_results accepts a game parameter ('mega-millions' or 'powerball') and an optional limit integer to control how many past drawings are returned. Each drawing object in the response includes date, numbers, bonus_ball, multiplier, and jackpot.

Drawing Details and Prize Breakdowns

get_drawing_details retrieves the full prize structure for a specific draw. You supply game, year, month, and day as separate string parameters, and the response includes winning_numbers, bonus_ball, a summary object with jackpot annuity and cash value, and prize_tables — an array of tier objects each containing a prizes array with winner counts and payout amounts per tier. This is the endpoint to use when you need to know exactly how many tickets won at each match level for a given date.

Odds and Tax Analysis

get_odds returns the full prize tier list for a game, with match, prize, and odds fields per tier, plus the drawing schedule (days and time) and overall_odds. get_jackpot_analysis goes further, returning a states array where each entry includes the state name, average_annual_net (annuity option after taxes), and cash_option_net — useful for comparing real take-home amounts across jurisdictions. The jackpot_amount_annuity field gives the advertised annuity value at the time of the call.

Common use cases
  • Display live Mega Millions and Powerball jackpot totals on a lottery tracker dashboard using get_latest_results.
  • Build a historical drawing archive with filterable results by game and date range using get_game_results with the limit parameter.
  • Show prize tier breakdowns — winner counts and payouts per match level — for any specific drawing via get_drawing_details.
  • Compare after-tax jackpot payouts across all U.S. states using the cash_option_net and average_annual_net fields from get_jackpot_analysis.
  • Render a complete odds table for Mega Millions or Powerball, including overall odds, using get_odds.
  • Alert users when a jackpot crosses a threshold by polling get_latest_results for the next_jackpot field.
  • Calculate the expected value of a ticket for a given game by combining odds data from get_odds with jackpot data from get_latest_results.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does usamega.com have an official developer API?+
No. usamega.com does not publish an official developer API or documented public data feed. This Parse API provides structured access to the lottery data available on the site.
What does `get_drawing_details` return beyond the winning numbers?+
get_drawing_details returns the full prize table for a specific drawing date. Beyond winning_numbers and bonus_ball, the response includes a summary object with jackpot annuity and cash value, and a prize_tables array broken down by tier — each tier listing match criteria, number of winners, and prize amount per winner. You supply the drawing date as separate year, month, and day string parameters.
Does the API cover lottery games other than Mega Millions and Powerball?+
Not currently. All five endpoints are scoped to 'mega-millions' and 'powerball' as the only accepted game values. You can fork this API on Parse and revise it to add endpoints covering additional games if the source site carries that data.
Does `get_jackpot_analysis` include local or city-level tax breakdowns?+
Not currently. The states array in get_jackpot_analysis provides state-level average_annual_net and cash_option_net figures, covering federal and state tax impact. Local or city-level tax calculations are not included in the response. You can fork this API on Parse and revise it to layer in municipal tax rates as a post-processing step.
How far back does drawing history go with `get_game_results`?+
The endpoint returns results from usamega.com's drawing history pages, with the limit parameter controlling how many drawings are returned per call. The exact depth of available history depends on what the source site retains. There is no documented hard cutoff, but for very old drawings you should use get_drawing_details with a specific date to verify availability.
Page content last updated . Spec covers 5 endpoints from usamega.com.
Related APIs in FinanceSee all →
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
guba.eastmoney.com API
Access Chinese stock discussion posts and comments from Eastmoney's community platform to monitor investor sentiment, search board discussions, and retrieve detailed post information and stock board metadata. Get real-time insights into what traders are discussing about specific stocks through posts, replies, and board analytics.
blur.io API
Access NFT collection data on Blur.io, including floor prices, best bids, listed tokens, and recent activity. Authenticate with an Ethereum wallet to place collection bids and retrieve portfolio holdings.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
blackrock.com API
Access comprehensive BlackRock iShares ETF data to research fund performance, holdings, fees, and sector allocations, plus search and compare specific ETFs. Monitor investment details like distributions, key characteristics, and broad market indices all in one place.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.