AFD Fire Incidents 2021-2023
The dataset contains AFD dispatched fire incident records from calendar year 2021-2023.
Disclaimer:
The Austin Fire Department does not assume liability for any errors in the data or decisions taken by the recipient. The information provided should be used for general purposes only.
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-20212023-v5hh-nyr8\".\"afd_fire_incidents_20212023\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.