Veterans Utilization Profile FY18 - Fig 10, Percent Users vs Non-Users Distribution by Age Group - Males
Veterans Utilization Profile FY18 - Fig 10, Percent Users vs Non-Users Distribution by Age Group - Males. Data underlying the second figure of Part 2 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-10-percent-hvy5-4umv\".\"veterans_utilization_profile_fy18_fig_10_percent\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.