Veterans of America's Wars (1917-present)
Data from America's War factsheet with only those who served and 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/veterans-of-americas-wars-1917present-vyzz-9v4a\".\"veterans_of_americas_wars_1917present\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.