Texas U.S. Congressional Districts Plan C2193 (Effective Jan 18, 2022)
The 87th Legislature, 3rd Called Special Session, enacted S.B. 6 (PLAN C2193) which applies to elections beginning with the primary and general elections in 2022. For more information, visit: https://redistricting.capitol.texas.gov.
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 \"texas-gov/texas-us-congressional-districts-plan-c2193-739c-52ri\".\"texas_us_congressional_districts_plan_c2193\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.