Texas Lottery® Sales by Fiscal Month/Year, Game and Retailer
Texas Lottery® sales by fiscal month/year, game and retailer with identifying information.
DISCLOSURE: This information is not audited sales and reflects unadjusted sales data.
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 \"texas-gov/texas-lottery-sales-by-fiscal-monthyear-game-and-beka-uwfq\".\"texas_lottery_sales_by_fiscal_monthyear_game_and\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.