CDC STATE System Tobacco Legislation - Smokefree Indoor Air Summary
1995-2024. Centers for Disease Control and Prevention (CDC). State Tobacco Activities Tracking and Evaluation (STATE) System. Legislation – Smokefree Indoor Air. The STATE System houses current and historical state-level legislative data on tobacco use prevention and control policies. Data are reported on a quarterly basis. Data include information related to state legislation on smokefree indoor air in private worksites, restaurants, and bars.
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/cdc-state-system-tobacco-legislation-smokefree-2snk-eav4\".\"cdc_state_system_tobacco_legislation_smokefree\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.