DQS Infant mortality rates, by race and Hispanic origin of mother, state, and territory: United States and U.S. dependent areas
Data on on average annual infant mortality rates in the United States and U.S. dependent areas, by race and Hispanic origin of mother, state, and territory. Data are from Health, United States. SOURCE: National Center for Health Statistics, National Vital Statistics System, Linked Birth/Infant Death 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 \"cdc-gov/dqs-infant-mortality-rates-by-race-and-hispanic-pjb2-jvdr\".\"dqs_infant_mortality_rates_by_race_and_hispanic\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.