Fatal Injuries in Asotin County 2004-2013
Injury and violence are commonly occurring public health problems that adversely affect the health and well-being of individuals and communities. The public health approach to injury and violence prevention is multidisciplinary, encouraging experts and advocates from scientific disciplines, organizations, and communities to work together to find and effectively implement solutions to injury in our state and nation.
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 \"wa-gov/fatal-injuries-in-asotin-county-20042013-djsv-qqrh\".\"fatal_injuries_in_asotin_county_20042013\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.