THRIVE Region Census Block Groups
This is a dataset of all 2020 Census Block Groups within the THRIVE 16 county region. Data includes names of the block groups as well as 2019 ACS total population estimates.
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-chattadata/thrive-region-census-block-groups-23yp-ig2k\".\"thrive_region_census_block_groups\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.