Baton Rouge Fire Department Occupancy Inspections
The Baton Rouge Fire Department (BRFD) occupancy inspection dataset includes the name and location of all inspections conducted by BRFD officials and any violations since January 1, 2000.
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 \"brla-gov/baton-rouge-fire-department-occupancy-inspections-h453-hp7u\".\"baton_rouge_fire_department_occupancy_inspections\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.