NHIS Adult Summary Health Statistics
Interactive Summary Health Statistics for Adults provide annual estimates of selected health topics for adults aged 18 years and over based on final data from the National Health Interview Survey.
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/nhis-adult-summary-health-statistics-25m4-6qqq\".\"nhis_adult_summary_health_statistics\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.