Behavioral Risk Factor Surveillance System (BRFSS) Health Indicators by County and Region
Data from the 2013-2014 New York Expanded Behavioral Risk Factor Surveillance System (eBRFSS) Survey and the 2016, 2018, 2021 Behavioral Risk Factor Surveillance System were used to generate percentages of adult (18+) NYS residents for various health indicators for a range of geographies.
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 \"health-data-ny-gov/behavioral-risk-factor-surveillance-system-brfss-jsy7-eb4n\".\"behavioral_risk_factor_surveillance_system_brfss\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.