norfolk-gov/property-assessment-and-sales-fy22-7tu9-2ytx
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 2 years ago
Indexed 11 months ago

Property Assessment and Sales - FY22

This dataset represents real estate assessment and sales data that is updated on a quarterly basis by the Real Estate Assessor’s Office. This dataset contains information for properties in the city including: Acreage, Square footage, GPIN, Street Address, year built, current land value, current improvement values, and current total value. The information is obtained from Real Estate Assessor’s Office ProVal records database.

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-fy22-7tu9-2ytx\".\"property_assessment_and_sales_fy22\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • property_assessment_and_sales_fy22