Winners List of Texas Lottery® Prizes
List of winner claims for Texas Lottery® prizes with player (excluding identity of those designated anonymous), prize, game and selling retailer information.
GOV'T § 466.411: A prize winner, or owner of a legal entity that is a prize winner, of a lottery prize in an amount equal to $1 million or more may choose to remain anonymous. If the prize is an annuity, then the prize winner may be anonymous for 30 days after the prize is claimed.
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/winners-list-of-texas-lottery-prizes-54pj-3dxy\".\"winners_list_of_texas_lottery_prizes\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.