VetPop2023 118th Congressional Districts, 10L
VetPop2023 projection of living Veterans by gender, age group (<65 and 65+), and congressional district at the state level.
Note: Rounding to the nearest 1,000 is always appropriate for VetPop 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 \"datahub-va-gov/vetpop2023-118th-congressional-districts-10l-vggh-gqm3\".\"vetpop2023_118th_congressional_districts_10l\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.