Fire & Rescue Personnel Responses: 2012 - 2018
One record for each emergency response by a Fire Department member, including rank and career / volunteer / contingent status of personnel which responded. This is an expansion of data available in the Howard County Fire And Rescue Incidents data set. Further detail is available in the Howard County Fire and Rescue Personnel Responses data set.
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 \"opendata-howardcountymd-gov/fire-rescue-personnel-responses-2012-2018-8fxg-nyr5\".\"fire_rescue_personnel_responses_2012_2018\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.