Open repository in Console
Readme
Updated 14 hours ago
‧ Indexed 6 hours ago
Property Assessment and Sales - FY24
This dataset represents real estate assessment and sales data made available by the Office of the Real Estate Assessor. This dataset contains information for properties in the city, including acreage, square footage, GPIN, street address, year built, current land value, current improvement value, and current total value. The information is obtained from the Office of the Real Estate Assessor ProVal records database. This dataset is updated daily on weekdays.
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 \"norfolk-gov/property-assessment-and-sales-fy24-9gmp-9x4c\".\"property_assessment_and_sales_fy24\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.