VetPop2020 Branch of Service FY2000-2023
Estimated number of Veterans by branch of service for fiscal years 2000 to 2023.
“All Others” includes U.S. Coast Guard, U.S. Public Health Service, National Oceanic and Atmospheric Administration, and Reserves.
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-branch-of-service-fy20002023-aw65-r2k3\".\"vetpop2020_branch_of_service_fy20002023\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.