Entertainment
USA Mega logo

USA Mega API

usamega.com

USA Mega - Powerball and Mega Millions jackpots, drawings, and statistics.

Actions
9
Category
Entertainment
Login
Not required
Output
JSON

Call the USA Mega API

Submit a task, then poll the job until it settles. This example runs act_usamega_homepage_lottery_results.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_usamega_homepage_lottery_results",
    "params": {}
  }'

9 actions on usamega.com

Read

  • Homepage Lottery Results

    act_usamega_homepage_lottery_resultsread1 credit / call

    Returns latest Powerball and Mega Millions jackpots, recent winning numbers, and draw links.

  • Mega Millions Drawing Details

    act_usamega_mega_millions_drawing_detailread2 credits / call

    Returns a Mega Millions drawing's winning numbers, jackpot, and prize-tier breakdown for a date.

    year
    string · required
    month
    string · required
    day
    string · required
  • Mega Millions Jackpot Analysis

    act_usamega_mega_millions_jackpot_analysisread2 credits / call

    Returns a Mega Millions jackpot analysis for a date with after-tax annuity and cash payouts.

    year
    string · required
    month
    string · required
    day
    string · required
  • Mega Millions Past Results Listing

    act_usamega_mega_millions_past_results_listingread1 credit / call

    Returns past Mega Millions drawings with dates, winning numbers, and jackpot amounts.

  • Powerball Drawing Details

    act_usamega_powerball_drawing_detailread2 credits / call

    Returns a Powerball drawing's winning numbers, jackpot, Power Play, and Double Play results for a date.

    year
    string · required
    month
    string · required
    day
    string · required
  • Powerball Past Drawings Search

    act_usamega_powerball_past_drawings_searchread1 credit / call

    Returns the Powerball past-drawings search page with its available search options.

  • Powerball PowerSearch Form

    act_usamega_powerball_powersearch_formread1 credit / call

    Returns the Powerball PowerSearch page with its advanced number-search options.

  • Powerball Statistics Listing

    act_usamega_powerball_statistics_listingread1 credit / call

    Returns Powerball number-frequency tables and historical draw statistics.

  • Powerball Statistics Range

    act_usamega_powerball_statistics_listing_rangeread2 credits / call

    Returns Powerball number-frequency statistics filtered to a recent range of draws.

    range_code
    string · required

USA Mega API questions

Is there an API for USA Mega?
USA Mega does not offer a public data API for this, but Anakin Wire provides 9 maintained endpoints for usamega.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape USA Mega data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when usamega.com changes its markup, Anakin updates the action.
Do I need a USA Mega account?
No. Every USA Mega action listed here runs anonymously — no account and no credentials required.
What does the USA Mega API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Entertainment APIs

All Entertainment sites