New York City Community Health Survey
The New York City Community Health Survey (CHS) is a telephone survey conducted annually by the DOHMH, Division of Epidemiology, Bureau of Epidemiology Services. CHS provides robust data on the health of New Yorkers, including neighborhood, borough, and citywide estimates on a broad range of chronic diseases and behavioral risk factors. The data are analyzed and disseminated to influence health program decisions, and increase the understanding of the relationship between health behavior and health status.</br>
For more information see EpiQuery, <a href="https://a816-health.nyc.gov/hdi/epiquery/visualizations?PageType=ps&PopulationSource=CHSl" target="_blank" rel="noopener noreferrer">https://a816-health.nyc.gov/hdi/epiquery/visualizations?PageType=ps&PopulationSource=CHS</a>
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 \"cityofnewyork-us/new-york-city-community-health-survey-csut-3wpr\".\"new_york_city_community_health_survey\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.