Veterans Utilization Profile FY18 - Table 1, Participation Trend by Gender FY 2008-2019
Participation Trend by Gender FY 2008-2019. Reports number of participants in one or more VA programs. Data underlying the first table 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-table-1-pygk-j4gc\".\"veterans_utilization_profile_fy18_table_1\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.