Property Violations from EnerGov
Property violations (Chapter 56/48 of the Kansas City Code of Ordinances) are primarily residential, exterior violations that are seen to create nuisances, danger, or otherwise detract from the health and safety of the neighborhood in which they occur. Inspectors follow a process to inspect, advise of violations, reinspect, and take enforcement actions if necessary
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 \"kcmo/property-violations-from-energov-vq3e-m9ge\".\"property_violations_from_energov\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.