Selected Trend Table from Health, United States, 2011. Vaccination coverage among children 19 - 35 months of age for selected diseases, by race, Hispanic origin, poverty level, and location of residence in metropolitan statistical area: United States, sel
Health, United States is an annual report on trends in health statistics, find more information at http://www.cdc.gov/nchs/hus.htm.
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/selected-trend-table-from-health-united-states-nkri-ptxd\".\"selected_trend_table_from_health_united_states\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.