Top 20 Calendar Year 2015 Sales and Use Tax Expenditures
This dataset represents the sales and use tax expenditures with the highest estimated value in the 2015 tax expenditure study.
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/top-20-calendar-year-2015-sales-and-use-tax-2wfg-4ruw\".\"top_20_calendar_year_2015_sales_and_use_tax\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.