Open repository in Console
Readme
Updated 9 hours ago
‧ Indexed 3 hours ago
City Tax Rates Without State Collected Tax in Colorado
Sales tax rate for 83 cities with service and license fees, in Colorado along with the city’s mailing address as reported 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/city-tax-rates-without-state-collected-tax-in-nd6a-59yu\".\"city_tax_rates_without_state_collected_tax_in\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata