Number of Veterans Insured by VGLI by State 2013-11-30
This report provides the number of Veterans insured under the Veterans' Group Life Insurance (VGLI) program by state as of January 31, 2013, February 28, 2013, and November 30, 2013. This report also provides the VGLI coverage amount by state as of January 31, 2013 and November 30, 2013.
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/number-of-veterans-insured-by-vgli-by-state-vcgs-isai\".\"number_of_veterans_insured_by_vgli_by_state\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.