Veterans who used VA Disability Pension Benefits
Compensation & Pension: All Veterans who received VA disability compensation or pension payments were included. Veterans who received Special Adaptive Housing benefits were also included in the analysis. Veterans with pending or denied claims were not included. Veterans Benefits Administration (VBA) provides Compensation and Pension disability benefits.
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/veterans-who-used-va-disability-pension-benefits-cwwu-x776\".\"veterans_who_used_va_disability_pension_benefits\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.