Nutrition, Physical Activity, and Obesity - Youth Risk Behavior Surveillance System
This dataset includes data on adolescent's diet, physical activity, and weight status from Youth Risk Behavior Surveillance System (YRBSS). 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 YRBSS visit https://www.cdc.gov/healthyyouth/data/yrbs/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/nutrition-physical-activity-and-obesity-youth-risk-vba9-s8jp\".\"nutrition_physical_activity_and_obesity_youth_risk\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.