FY11_TSGLI Claimants and Payments by Type of Loss 05/2011
<p>The Servicemembers' Group Life Insurance Traumatic Injury Protection Program (TSGLI) Claimants and Payments by Type of Loss dataset provides the number of claimants approved, the dollar amount paid, and the average payment for each type of loss.</p>
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/fy11tsgli-claimants-and-payments-by-type-of-loss-nynv-4bdb\".\"fy11tsgli_claimants_and_payments_by_type_of_loss\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.