Fire And Rescue Apparatus Responses: 2012 - 2017
One record for each emergency response by a Fire Department unit, including dispatch and response times, action taken, and counts of personnel which responded.
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 \"austintexas-op-beta-demo-socrata/fire-and-rescue-apparatus-responses-2012-2017-n34i-q3yk\".\"fire_and_rescue_apparatus_responses_2012_2017\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.