Veterans Utilization Profile FY18 - Fig. 9 - Use Rate of Genders within Era
Rate of Veteran use of VA programs and services by gender within each era of conflict in which they first served. Data underlying the eighth figure of Part 1 of the FY2018 Utilization Profile, a report on Veterans' use of VA benefits and services.
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-utilization-profile-fy18-fig-9-use-rate-6rv8-6vr9\".\"veterans_utilization_profile_fy18_fig_9_use_rate\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.