Number of Women Who Served and Casualty Counts by Wartime Period, 1898 to 2015
Count of women who served, including casualty counts, sorted by the wartime period in which they served
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-women-who-served-and-casualty-counts-by-v3hi-h8y3\".\"number_of_women_who_served_and_casualty_counts_by\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.