cdc_places_city
Retrieve city-level health indicators from CDC PLACES data, including obesity, diabetes, smoking, depression, and 30+ other measures for U.S. cities with populations over 50,000.
Instructions
Get city-level health indicators from CDC PLACES — obesity, diabetes, smoking, depression, sleep, blood pressure, mental health, and 30+ more measures for every U.S. city with population > 50,000. Each row contains ALL measures for a city as separate columns (e.g. obesity_crudeprev, diabetes_crudeprev).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Two-letter state code: 'NY', 'CA', 'TX' | |
| city | No | City name (partial match): 'Los Angeles', 'Chicago' | |
| limit | No | Max records (default 200) |