VetPop2023 State Data, 6L
VetPop2023 projection of living Veterans by gender and 5-year age groups 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-state-data-6l-f43c-vb9n\".\"vetpop2023_state_data_6l\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.