Lottery Pick 10 Winning Numbers: Beginning 1987
Go to http://on.ny.gov/1Cx6Zls on the New York Lottery website for past Pick 10 results and payouts.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"ny-gov/lottery-pick-10-winning-numbers-beginning-1987-bycu-cw7c\".\"lottery_pick_10_winning_numbers_beginning_1987\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.