2022 Census Tracts for Travis, Williamson, Hays and Bastrop Counties
This contains a subset of the Texas census tracts for Travis, Williamson, Hays and Bastrop Counties for 2022.
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 \"datahub-austintexas-gov/2022-census-tracts-for-travis-williamson-hays-and-c4x8-72i3\".\"2022_census_tracts_for_travis_williamson_hays_and\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.