Global Tobacco Surveillance System (GTSS) - Global Adult Tobacco Survey (GATS)
2008-2017. Centers for Disease Control and Prevention (CDC). Office on Smoking and Health (OSH) – Global Tobacco Surveillance System (GTSS) - Global Adult Tobacco Survey (GATS). The Global Adult Tobacco Survey (GATS) is the global standard to systematically monitor adult tobacco use and track key tobacco control indicators. GATS is a nationally representative household survey of adults 15 years of age or older, using a standard protocol. It is intended to generate comparable data within and across countries. GATS enhances countries' capacity to design, implement and evaluate tobacco control interventions.
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/global-tobacco-surveillance-system-gtss-global-4xf6-nrwk\".\"global_tobacco_surveillance_system_gtss_global\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.