Nutrition, Physical Activity, and Obesity - Women, Infant, and Child
This dataset includes data on weight status for children aged 3 months to 4 years old from Women, Infant, and Children Participant and Program Characteristics (WIC-PC). This data is used for DNPAO's Data, Trends, and Maps database, which provides national and state specific data on obesity, nutrition, physical activity, and breastfeeding. For more information about WIC-PC visit https://www.fns.usda.gov/wic/national-survey-wic-participants.
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/nutrition-physical-activity-and-obesity-women-735e-byxc\".\"nutrition_physical_activity_and_obesity_women\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.