Inspections
This dataset offers a listing of inspections performed by the City of Norfolk. It encompasses a variety of categories such as building inspections, business compliance, neighborhood quality, zoning, plumbing, electrical, and more. It offers valuable insights into the status and outcomes of inspections, including approvals, disapprovals, requested inspections, and stop work orders. This dataset will be 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/inspections-ihzr-5x5n\".\"inspections\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.