FY 2021_NCVAS Vet Pop Change Data For State Summaries
These data are based on the latest Veteran Population Projection Model, VetPop2020, provided by the National Center for Veterans Statistics and Analysis, published in 2023.
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/fy-2021ncvas-vet-pop-change-data-for-state-ah7b-igy2\".\"fy_2021ncvas_vet_pop_change_data_for_state\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.