DQS NHANES Select Mean Dietary Intake Estimates
These data represent mean intake, on a given day, estimates of nutrients from foods and beverages from the National Health and Nutrition Examination Survey (NHANES).
Search, visualize, and download these and other estimates from over 120 health topics with the NCHS Data Query System (DQS), available from: https://www.cdc.gov/nchs/dataquery/index.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/dqs-nhanes-select-mean-dietary-intake-estimates-xcc8-2jrh\".\"dqs_nhanes_select_mean_dietary_intake_estimates\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.