All Survivors Pension Recipients by Veteran's Period of Service, FY2022
All Survivors Pension Recipients by Veteran's Period of Service, FY2022. Pension is a needs-based benefit designed to provide certain wartime Veterans and their survivors with a minimum level of income that raises their standard of living.
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/all-survivors-pension-recipients-by-veterans-ynfx-tk97\".\"all_survivors_pension_recipients_by_veterans\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.