EMS - Incidents by Month
This table contains data describing requests for assistance received by ATCEMS. Incident counts are broken out by location, and priority for City of Austin and Travis County incidents.
See document attached to metadata for more details.
When using this data for research or other purposes, please cite it as:
Austin-Travis County Emergency Medical Services (2014). EMS – Incidents by Month data set. City of Austin, Texas Open Data Portal. Retrieved from https://data.austintexas.gov/Public-Safety/EMS-Incidents-by-Month/gjtj-jt2d.
Since this table is updated on a monthly basis, include the date that the table was accessed in the citation.
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/ems-incidents-by-month-gjtj-jt2d\".\"ems_incidents_by_month\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.