This is 2020 decennial census data at the county level. Technical documentation for the 2020 census is available here:
https://www2.census.gov/programs-surveys/decennial/2020/technical-documentation/complete-tech-docs/summary-file/2020Census_PL94_171Redistricting_NationalTechDoc.pdf
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/2020-census-redistricting-data-all-texas-counties-akjs-2urk\".\"2020_census_redistricting_data_all_texas_counties\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.