AFD Fire Incidents 2015 January Thru December
Fire Incident data within City of Austin. Fire Incidents ONLY - no medical, hazmat, rescues, or other problem types. Calendar Year 2015
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 \"datahub-austintexas-gov/afd-fire-incidents-2015-january-thru-december-h77e-esmt\".\"afd_fire_incidents_2015_january_thru_december\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.