Fire And Rescue Mutual Aid To Other Counties: 2012 - 2018
One record for each incident on which Howard County Fire was called to assist another county.
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-and-rescue-mutual-aid-to-other-counties-2012-tf72-77t2\".\"fire_and_rescue_mutual_aid_to_other_counties_2012\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.