Open repository in Console
Readme
Updated 1 day ago
‧ Indexed 24 minutes ago
County Areas Collecting State Sales Tax in Colorado
Sales tax rate for specific industries in 51 counties in Colorado as reported by the Department of Revenue. This data set is provided by the Department of Revenue (CDOR).
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 \"colorado-gov/county-areas-collecting-state-sales-tax-in-h5yt-egtp\".\"county_areas_collecting_state_sales_tax_in\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata