Sales Tax Allocation, Tax Rates
This report shows jurisdictions adopting new or changed sales tax rates. The rates shown are for each jurisdiction and do not represent the total rate in the area.
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/sales-tax-allocation-tax-rates-tmhs-ahbh\".\"sales_tax_allocation_tax_rates\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.