ARCHIVED - Live Well San Diego Database
For current version, see:
https://data.sandiegocounty.gov/Live-Well-San-Diego/Live-Well-San-Diego-Database/wsyp-5xpf/about_data
This is the official Live Well San Diego database with the Top 10 Indicators and Expanded Indicators. Baseline data begins in 2009 where data available and continues through current day. Data is collected on an annual basis.
For definitions and sourcing, please use the Live Well San Diego Data Dictionary: https://data.sandiegocounty.gov/Live-Well-San-Diego/Live-Well-San-Diego-Data-Dictionary/remr-mk73
- indicates statistically unstable estimate.
Prepared by: County of San Diego, Health & Human Services Agency, Public Health Services Division, Community Health Statistics Unit.
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 \"internal-sandiegocounty-data-socrata/archived-live-well-san-diego-database-fime-xc2s\".\"archived_live_well_san_diego_database\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.