Lottery Cash 4 Life Winning Numbers: Beginning 2014
Go to http://on.ny.gov/1xRIvPz on the New York Lottery website for past Cash 4 Life 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-cash-4-life-winning-numbers-beginning-2014-kwxv-fwze\".\"lottery_cash_4_life_winning_numbers_beginning_2014\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.