Bronx 311 FDNY Inspections And Code Violations
FDNY Fire Department inspection locations and status for compliance for fire code, fire alarm, sprinkler systems, etc...data updated daily. 2016-present
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 \"bronx-lehman-cuny-edu/bronx-311-fdny-inspections-and-code-violations-qr26-bqxy\".\"bronx_311_fdny_inspections_and_code_violations\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.