Languages by Census Block Group
Census block-level map of languages spoken by household & age group, based on 2018 US Census estimates (Table IDs: B16004, B03002, C16002).
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 \"memphistn-gov/languages-by-census-block-group-uvb9-in5h\".\"languages_by_census_block_group\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.