Lottery Sales, Proceeds, and Prizes
Iowa Lottery sales, proceeds, and prizes aggregated by fiscal year (year ending June 30). Dataset provides data starting with FY 1986.
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 \"mydata-iowa-gov/lottery-sales-proceeds-and-prizes-b9m5-qwb9\".\"lottery_sales_proceeds_and_prizes\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.