Does anyone know of a Powerball API? [closed]

I've already Googled about as much as anyone can on this subject, but seem to keep coming up near empty handed. When I say near, I mean, I've found 2 sets of script files on this site that help. I can use the two files [DynamicFeedRequest.js && getfeeddata.js] to get the info I'd like, the problem is, I can't make it more singular. I'm trying to find a simple REST API or something of that nature that I can make a quick ajax call to for sake of a Plug-In I'm writing.

I'm still working on breaking the js files down, and that may be my end result, but I was hoping another out there might know of a simple API where I can get the "Last 10 Winning Number Sets"? Anyone?

1

1 Answer

Update: as noted in the comments, this link no longer works. Use the information in the comments if you come across this answer.

Powerball publishes all numbers in a single text file here. You can write something that reads this data in.

10

You Might Also Like