VetPop2020 National Estimates 2000 to 2020
The Department of Veterans Affairs provides official estimates and projections of the Veteran population using the Veteran Population Projection Model (VetPop). Based on the available information through September 30, 2020, the latest model VetPop2020 estimated the Veteran population for the period from 2000 to 2020. The “Number of Estimated Veterans by Gender and Age Group, 9/30/2000 to 9/30/2020” data table shows the number of living Veterans at the end of each fiscal year from 2000 to 2020.
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/vetpop2020-national-estimates-2000-to-2020-ugb5-p35y\".\"vetpop2020_national_estimates_2000_to_2020\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.