ConsoleCatalog
Sign in
NY Lottery logo

NY Lottery

nylottery.ny.govEntertainmentno auth

Draw results, jackpots, odds, scratch-offs, and live draws.

All Draw Games Results

ASYNCREADNo auth

Returns latest jackpots, next draw times, and winning numbers, optionally per game.

ParametersFormJSON

NY Lottery game key to filter results (e.g. powerball, mega-millions, lotto); omit to return all games

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_nylottery_ny_gov_all_draw_games_results",
    "params": {
      "game_key": "powerball"
    }
  }'