Heat Related Deaths by City of Injury
Information about heat-related deaths provided by County Public Health Department's annual Heat Surveillance Reports and includes total counts for selected cities in Maricopa County, including Mesa. Rate per 100K population based on US Census 2020-2022 Quick Facts by city and MAG's 2023 Population Projections by jurisdiction.
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 \"citydata-mesaaz-gov/heat-related-deaths-by-city-of-injury-umqs-cpts\".\"heat_related_deaths_by_city_of_injury\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.