ConsoleCatalog
Sign in
Powerball logo

Powerball

powerball.comEntertainmentno auth

Jackpots, historical draws, prize breakdowns, and odds tables.

Draw Result Details

ASYNCREADNo auth

Returns winning numbers, jackpot, cash value, multiplier, and winner counts for a draw.

ParametersFormJSON

Lottery game identifier (maps to query parameter gc)

Draw date in YYYY-MM-DD format

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_powerball_draw_result_detail",
    "params": {
      "game_code": "powerball",
      "draw_date": "2026-05-30"
    }
  }'