Health and Human Services: County Health Rankings-Low Birth Weight Data
This dataset details the Percentage of live births with low birthweight (< 2,500 grams) from 2018-2022
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 \"sharefulton-fultoncountyga-gov/health-and-human-services-county-health-aa6q-6yuu\".\"health_and_human_services_county_health\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.