Open repository in Console
Readme
Updated almost 4 years ago
‧ Indexed 12 months ago
2021 Property Tax Roll
This dataset contains property tax information for the calendar year 2020. Taxes are calculated from property values, and billed in Fiscal Year 2021, which runs from July 1, 2021 to June 30, 2022. The properties include Residential, Commercial and Publicly Held parcels and structures.
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 \"providenceri-gov/2021-property-tax-roll-fawc-z8zq\".\"2021_property_tax_roll\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata